﻿/*#region Variables */
:root {
	/* --variable-name: variable-value; */
	--colour-baw-darkblue: #16315e;
	--colour-baw-mellowred: #e41156;
}

html {
	/*overflow: auto;*/
}
/*#endregion Variables */

/*#region Standard Elements*/
div {
	/*user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;*/
}
/*#endregion Standard Elements*/

/*#region Fonts*/
@font-face {
	font-family: 'DIN Offc Pro';
	src: url('/css/font/DINWeb.woff') format('woff');
}

@font-face {
	font-family: 'DIN Offc Pro';
	src: url('/css/font/DINWeb-Bold.woff') format('woff');
	font-weight: bold;
}

@font-face {
	font-family: 'DIN Offc Pro';
	src: url('/css/font/DINWeb-Light.woff') format('woff');
	font-weight: lighter;
}
/*#endregion Fonts*/

.NoproductFound {
	position: relative;
	left: 15px;
	top: 100px;
}

.friendlyPositionIdRow {
	margin-bottom: 3px;
}

.suspend {
	opacity: 0.45;
	pointer-events: none;
}

body {
	font-family: 'DIN Offc Pro', 'Segoe UI', Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	background-color: var(--colour-baw-darkblue);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.metroMasterBody {
	overflow: hidden;
}

h1 {
	font-size: 48px;
	font-weight: normal;
	color: White;
	margin: 0 0 0 -1px;
	padding: 0;
}

h2 {
	font-size: 30px;
	font-weight: normal;
	color: White;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 24px;
	font-weight: normal;
	color: White;
	margin: 0;
	padding: 0;
}

a, a:visited {
	text-decoration: none;
	color: blue;
}


	a img {
		border: 0;
	}

.PageController {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: -30px;
	overflow-y: scroll;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.bgImage {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: fixed;
}

.AnchorImage {
	background-image: url(/images/anchor.png);
	background-position: 0px;
	background-repeat: no-repeat;
	padding-right: 3px;
	height: 16px;
	width: 14px;
	float: left;
	clear: left;
}

.MainContent {
	width: 80%;
	height: 80%;
	position: relative;
	margin: 150px auto 0px auto;
}

.PageWrap {
	margin-top: 50px;
}

.no-cssanimations #page1 {
	opacity: 1;
}

.cssanimations .Page {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-webkit-transform: scale(0,0);
	-webkit-transform-origin: top right;
	-moz-transform: scale(0,0);
	-moz-transform-origin: top right;
	-o-transform: scale(0,0);
	-o-transform-origin: top right;
	-ms-transform: scale(0,0);
	-ms-transform-origin: top right;
	transform: scale(0,0);
	transform-origin: top right;
}

.redstate {
	border-color: #e41156 !important;
}

.greenstate {
	border-color: #67bf0d !important;
}

.generalcheckbox.redstate {
	appearance: none;
	top: 3px;
	height: 16px;
	width: 29px;
	background-color: #e41156;
	border: 1px solid #d3d3d3;
	border-radius: 26px;
	position: relative;
	transition: border .25s .15s, box-shadow .25s .3s, padding .25s;
	vertical-align: top;
	-webkit-appearance: none;
}

	.generalcheckbox.redstate:after {
		background-color: white;
		border: 1px solid lime;
		border-radius: 24px;
		box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0,0, 0.15), 0 4px 4px rgba(0,0, 0, 0.1);
		content: '';
		display: block;
		transition: border .25s .15s, left .25s .1s, right .15s .175s;
	}

.generalcheckbox.greenstate:checked {
	background-color: #67bf0d;
	border: 1px solid #d3d3d3;
	border-radius: 26px;
	transition: border .25s, box-shadow .25s, padding .25s .15s;
}

	.generalcheckbox.greenstate:checked:after {
		border-color: #e41156;
		transition: border .25s, left .15s .25s, right .25s .175s;
	}

.generalcheckbox.greenstate {
	top: 3px;
	height: 16px;
	width: 29px;
}




.generalcheckbox.redstate:required {
	background-color: #e41156 !important;
}

.SliderAmountInputBox .redstate {
	background-color: #e41156 !important;
	color: black !important;
}

.Page {
	position: absolute;
	overflow: hidden;
	opacity: 0;
	left: 0;
	right: 0px;
	height: 100%;
	min-height: 100%;

}

* html .Page {
	background-image: url(/images/bg_dummy.gif);
}

.cssanimations .PageSelected {
	opacity: 1;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transform: scale(1,1);
	-webkit-transform-origin: bottom left;
	-moz-transform: scale(1,1);
	-moz-transform-origin: bottom left;
	-o-transform: scale(1,1);
	-o-transform-origin: bottom left;
	-ms-transform: scale(1,1);
	-ms-transform-origin: bottom left;
	transform: scale(1,1);
	transform-origin: bottom left;
	z-index: 10;
}

.PageSelected {
	opacity: 1;
}

.BreadCrumb {
	position: relative;
	margin-left: 150px;
	z-index: 5;
}

.BreadCrumbLink {
	display: inline;
	font-size: 24px;
	margin-right: 12px;
}

	.BreadCrumbLink.Active {
		display: inline;
		font-size: 24px;
		opacity: 1.0;
		margin-right: 12px;
	}

.BreadCrumbLinkBtn {
	display: inline;
	font-size: 24px;
	color: #999;
	margin-right: 12px;
}

/*#region Filter*/

.FilterOptions {
	position: absolute;
	left: 0px;
	top: -30px;
	display: none;
	width: 618px;
	z-index: 20;
	color: Black;
	font-size: 13px;
	line-height: 20px;
}

.FilterOptions2 {
	position: absolute;
	left: 0px;
	top: 35px;
	display: none;
	width: 618px;
	z-index: 20;
	color: Black;
	font-size: 13px;
	line-height: 20px;
}

.FilterOptions3 {
	display: none;
	position: absolute;
	color: White;
	left: 0px;
	width: 300px;
	margin-top: 50px;
	min-height: 350px;
	line-height: 20px;
	background-color: #333333;
}

.FilterOptionsInner, .FilterOptionsInner3 {
	padding: 9px;
	overflow-y: auto;
	overflow-x: hidden;
}

.FilterOptionsLabel {
	font-weight: bold;
	font-size: 11px;
	color: #cccccc;
}

.FilterOptionsHeader {
	width: 100%;
	height: 28px;
	overflow: hidden;
}

.FilterOptionsHeaderTitle {
	float: left;
	margin-left: 13px;
	width: 155px;
	font-weight: bold;
	font-size: 24px;
}

.FilterOptionsBody {
	padding: 9px 20px 13px 13px;
}

.AccModeLabel {
	float: left;
	display: block;
	padding-top: 3px;
}

.FilterOptionsNase {
	height: 30px;
	width: 100%;
	background-image: url(/images/details/filter/nase.png);
	background-repeat: no-repeat;
}

.FilterButtonOk, .FilterButtonCancel {
	position: absolute;
	bottom: 3px;
	height: 28px;
	text-align: center;
	padding: 3px;
	color: #6d6d6d;
	cursor: pointer;
}

.FilterButtonOk {
	right: 56px;
}

.FilterButtonCancel {
	right: 20px;
}

.FilterLayouter {
	position: absolute;
	z-index: 20;
}

.FilterBottomBar {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.FilterBottomBarInner {
	margin: 2px;
	height: 35px;
}

/*#endregion Filter*/

.NavigationTitleContainer {
	line-height: 30px;
	display: inline;
}

.InternalLink {
	cursor: pointer;
}

.StandardTeaser {
	height: 149px;
	width: 309px;
	position: relative;
}

/*#region Teaser 1*/

.Teaser {
	float: left;
	margin: 0px 9px 9px 0px;
	display: block;
	overflow: hidden;
}


.TeaserImage {
	position: absolute;
	z-index: 1;
}

.TeaserImageClip {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.TeaserImageLoader {
	position: absolute;
	z-index: 4;
}

.TeaserImage.Unloaded {
	height: 31px;
	width: 31px;
	margin: 59px 139px;
}

.TeaserBottomBlock {
	position: absolute;
	width: 299px;
	bottom: 0px;
	left: 0px;
	padding: 5px 5px 9px 6px;
	font-size: 12px;
	z-index: 20;
}

	.TeaserBottomBlock.VideoBottomBlock {
		z-index: -1;
	}

.TeaserHeight {
	height: 36px;
	opacity: 0.80;
}

.TeaserTitle {
	font-weight: bold;
}

.TeaserSmall {
	float: left;
	display: block;
	width: 150px;
	height: 149px;
	position: relative;
	overflow: hidden;
}

/*#endregion Teaser 1*/

.StandardTeaser :first-child.TeaserSmall {
	margin-right: 9px;
}

/*#region Teaser 2*/

.TeaserSmallImage {
	position: absolute;
	z-index: 1;
}

.TeaserSmall2X .TeaserSmallImage {
	height: 149px;
	width: 150px;
}

.TeaserSmallBottomBlock {
	position: absolute;
	width: 138px;
	bottom: 1px;
	padding: 5px 5px 9px 5px;
	font-size: 12px;
	z-index: 20;
}

.TeaserSmallBottomBlockHeight {
	height: 36px;
	opacity: 0.80; /* css 3 */
}

.TeaserInnerNoBorderSmall .TeaserSmallBottomBlock {
	bottom: 0px;
	width: 140px;
}

.ContactIcon {
	height: 24px;
	width: 24px;
	padding: 5px 5px 5px 0px;
}

.TeaserImageWeather {
	max-height: 100px;
	width: 100px;
	margin: 10px 5px;
	float: left;
	z-index: 1;
}

.TeaserImage2x {
	max-height: 100px;
	margin: 10px 5px;
	float: left;
	z-index: 1;
}

.TeaserBlockWeather {
	width: 195px;
	height: 129px;
	padding: 10px 0px;
	display: block;
	float: left;
}

.TeaserInnerBorder {
	display: block;
	height: 147px;
	width: 307px;
	border: solid 1px White;
}

.TeaserInnerNoBorder {
	display: block;
	height: 149px;
	width: 309px;
}

.TeaserInnerBorderSmall {
	display: block;
	height: 147px;
	width: 148px;
	border: solid 1px White;
}

.TeaserInnerNoBorderSmall {
	display: block;
	height: 149px;
	width: 149px;
}

/*#endregion Teaser 2*/

.BackButton {
	width: 50px;
	height: 30px;
	position: absolute;
	left: -50px;
	top: 1px;
	display: none;
	cursor: pointer;
	background-image: url(../images/buttons/History_back.png);
}

.MaximizeButton {
	position: absolute;
	height: 30px;
	width: 30px;
	background-image: url(../images/buttons/MB_0026_taskmgr_white.png);
	z-index: 100;
}

.InfoButton {
	position: absolute;
	height: 30px;
	width: 30px;
	background-image: url(../images/buttons/Window-Information.png);
	z-index: 100;
	right: 60px;
}

.InfoButtonPicture {
	height: 30px;
	width: 30px;
	background-image: url(../images/buttons/Window-Information.png);
	z-index: 100;
	right: 0px;
	bottom: 6px;
	position: absolute;
}

.IfrmContainer {
	position: relative;
	-ms-touch-action: none;
}

	.IfrmContainer.Selected {
		position: absolute;
	}

.MaximizeButton {
	top: -36px;
	right: 6px;
}

.InfoButton {
	top: -36px;
	right: 45px;
}

.IfrmContainer.Selected .MaximizeButton {
	top: 6px;
	right: 6px;
}

.IfrmContainer.Selected .InfoButton {
	top: 6px;
	right: 45px;
}

.MetroForwardButton {
	width: 50px;
	height: 30px;
	float: right;
	cursor: pointer;
	display: none;
	background-image: url(../images/buttons/arrow.png);
}

.MetroBackButton {
	width: 50px;
	height: 30px;
	cursor: pointer;
	background-image: url(../images/buttons/arrow-back.png);
}

.MetroToStartButton {
	width: 50px;
	height: 30px;
	float: right;
	cursor: pointer;
	display: none;
	background-image: url(../images/buttons/ToStart.png);
}

.MetroSubmitButton {
	width: 50px;
	height: 30px;
	float: right;
	cursor: pointer;
	display: none;
	background-image: url(../images/buttons/vf.png);
}

.GalleryForwardButton, .GalleryForwardButtonNonAnim {
	width: 50px;
	height: 30px;
	left: 568px;
	z-index: 10;
	position: absolute;
	cursor: pointer;
	background-image: url(../images/buttons/arrow.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	height: 298px;
}

.GalleryBackButton, .GalleryBackButtonNonAnim {
	width: 50px;
	height: 30px;
	z-index: 10;
	position: absolute;
	cursor: pointer;
	background-image: url(../images/buttons/arrow-back.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	height: 298px;
}

.MetroBoxPage {
	float: left;
}

.MetroBoxScroller {
	overflow-x: hidden;
	overflow-y: hidden;
	float: right;
	width: 90%;
	position: relative;
	-ms-touch-action: none;
}

	.MetroBoxScroller.TopPad {
		padding-top: 50px;
	}

	.MetroBoxScroller.IFrameContainer {
		min-height: 481px;
	}

.DetailBox {
	float: left;
	width: 850px;
}

.OptionsPanel {
	float: left;
	clear: left;
	width: 138px;
	margin-top: 50px;
	margin-right: 12px;
	position: absolute;
	left: 0px;
	min-height: 350px;
	height: 1px;
	z-index: 90;
}

.OptionsPanelInner {
	height: 100%;
	position: relative;
	display: none;
}

.OptionsPanelBg {
	background: url(../images/bg_optionspanel.png);
	background-repeat: repeat;
}

.OptionsFilterTextbox {
	width: 150px;
	left: 28px;
	top: 4px;
	position: relative;
}

.OptionsFilterTextboxContainer {
	position: absolute;
	background-image: url(/images/search_bg_small.png);
	height: 30px;
	width: 200px;
	top: -35px;
	left: 15px;
	display: none;
}

.OptionsTopFilterTextboxContainer {
	background-image: url(/images/search_bg_top.png);
	height: 30px;
	width: 138px;
	float: left;
	margin: 6px 6px 0px 0px;
}

.SearchTextbox {
	background: transparent;
	width: 100px;
	height: 25px;
	border: 0;
	float: left;
}

.SearchButtonOverlay {
	height: 35px;
	width: 35px;
	float: left;
	cursor: pointer;
	background-image: url(/images/bg_dummy.png);
}

.BtnOptions {
	height: 50px;
	width: 50px;
	display: inline-block;
	margin: 5px auto;
}

.BtnOptionsSmall {
	height: 30px;
	width: 30px;
	display: block;
	margin: 0px auto 5px auto;
}

.BtnOptionsBack {
	height: 75px;
	width: 75px;
	display: block;
}

.BtnOptionsBig {
	height: 75px;
	width: 75px;
	display: block;
	position: absolute;
}

.BtnDetailOptions {
	height: 30px;
	width: 30px;
	cursor: pointer;
}

.DetailGalleryModeButtons {
	float: right;
}

.LnkOptions {
}

.LnkOptionsBackBtn {
	position: absolute;
	left: 0px;
}

.LnkOptionsBackBtnContainer {
	bottom: 0px;
	width: 100%;
	height: 75px;
	padding-top: 4px;
	padding-bottom: 6px;
	overflow: hidden;
}

.MetroButtonContainer {
	top: 125px;
	left: 800px;
	z-index: 6;
	float: left;
	width: 50px;
	min-height: 1px;
}

.MetroInnerBox {
	padding-left: 0px;
	position: relative;
}


.AlphabeticOneLetterContainer {
	float: left;
	width: 165px;
}

.AlphabeticPagedLetterContainer {
	float: left;
	overflow: hidden;
}

.LetterHeading {
	height: 43px;
	padding-top: 7px;
	font-size: 26px;
	color: White;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*#region Teaser*/

.AlphabeticTeaser {
	height: 113px;
	width: 156px;
}

.MediathekTeaser {
	height: 149px;
	width: 309px;
}

.ComparisonTeaser {
	width: 309px;
	position: relative;
	color: White;
}

.Teaser.ComparisonTeaser {
	margin-bottom: 0px;
}

.ComparisonText {
	font-size: 14px;
}

.ComparisonTeaser .TeaserImage {
	position: static;
	margin-top: 9px;
}

.ComparisonTeaser .PlanerOuterFrame {
	padding: 3px;
}

.CompareTeaserPanel {
	position: relative;
	display: block;
	font-size: 11px;
	z-index: 2;
	height: 36px;
}

.CompareInfoPanel {
	display: block;
	font-size: 11px;
	z-index: 2;
	padding-bottom: 18px;
}

.CompareInfoOdd {
	background-image: url(/images/bg_options.png);
}

.ComparisonLabel {
	clear: left;
	float: left;
	display: block;
	width: 100px;
	overflow: hidden;
}

.ComparisonValue {
	float: left;
	display: block;
	width: 150px;
	overflow: hidden;
}

.AlphabeticTeaserPanel {
	position: absolute;
	display: block;
	font-size: 11px;
	z-index: 2;
	width: 156px;
	height: 36px;
	bottom: 0px;
}

.MediathekTeaserPanel {
	position: absolute;
	display: block;
	font-size: 11px;
	z-index: 2;
	width: 309px;
	height: 36px;
	bottom: 0px;
}

.AlphabeticTeaserLabel {
	position: absolute;
	display: block;
	padding: 2px;
	bottom: 0px;
	z-index: 10;
}

.AlphabeticTeaserLabelBG {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	background-color: #333333;
	opacity: 0.4;
}

.AlphabeticTeaser img {
	position: absolute;
	z-index: 1;
}

.DetailedTeaser {
	float: left;
	margin: 0px 9px 9px 0px;
	height: 65px;
	width: 250px;
	display: block;
	overflow: hidden;
	font-size: 12px;
}

.DetailedTeaserImage {
	position: absolute;
	width: 65px;
	z-index: 1;
}

.DetailedTeaserImageClip {
	float: left;
	position: relative;
	width: 65px;
	height: 65px;
}

.DetailedTeaserLabelSubject {
	float: left;
	margin-left: 6px;
	font-weight: bold;
	width: 175px;
}

.DetailedTeaserLabelDescription {
	float: left;
	margin-left: 6px;
	width: 175px;
}

/*#endregion Teaser*/

.PreFetch {
	display: none;
}

.PageBackgroundDummy {
	display: none;
}

.LetterChooser {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 5;
	color: White;
	display: none;
	background: url(../images/bg_letterchoose.png);
}

.InnerLetterChooser {
	position: absolute;
	max-width: 60%;
}

.Letter {
	font-size: 30px;
	margin: auto;
	white-space: nowrap;
}

.LetterWrapper {
	min-width: 44px;
	padding: 16px 6px;
	margin: 6px;
	cursor: pointer;
	background: Black;
	float: left;
	text-align: center;
}

	.LetterWrapper.LetterInactive {
		color: #ccc;
		cursor: auto;
		background: #999;
	}

/*#region Detail styles --------------------------*/
.DetailHeader {
	height: 49px;
	width: 618px;
	padding-top: 1px;
	font-size: 14px;
	text-transform: none;
	color: White;
	cursor: pointer;
	float: left; 
	white-space: nowrap;
	text-transform: uppercase;
}

.DetailFooter {
	height: 50px;
	font-size: 28px;
	color: White;
	cursor: pointer; 
	white-space: nowrap;
}

.DetailContent {
	padding: 0px 15px 12px 0px; 
	position: relative;
	clear: left;
	overflow: hidden;
}

.DetailBhFloat {
	float: left;
	width: 245px;
}

.DetailAppPanel {
	margin-bottom: 12px;
}

.DetailAppCaption {
	display: block;
	font-size: 18px;
}

.DetailContainer {
	color: White;
	font-size: 12px;
}

.DetailShortDescriptionText {
	font-style: italic;
}

.DetailFilterButton {
	margin-left: 6px;
	margin-top: 2px;
	height: 12px;
	vertical-align: baseline;
}

.DetailCaption {
	font-size: 28px;
	text-align: left;
	display: block;
	clear: left;
}

.DetailCaptionPress {
	font-size: 16px;
	text-align: left;
	display: block;
	font-weight: bold;
}

.DetailSubCaptionPress {
	font-size: 16px;
	text-align: left;
	display: block;
}

.DetailSmallCaption {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	display: block;
}

.PropertyDiv {
	margin-bottom: 6px;
}

#DetailDivInfo {
	max-width: 834px;
}

.DetailDiv {
	display: none;
}

.DetailSubCaption {
	font-size: 16px;
}

.DetailPriceLabel {
	width: 100px;
	float: left;
}

.DetailPriceValue {
	width: 145px;
	float: left;
}

.ClippedImage {
	position: absolute;
}

.DetailImage {
	position: absolute;
	width: 618px;
}

.DetailImageClip {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	z-index: 19;
}

.DetailLabelHeading {
	font-weight: bold;
}

.DetailGalleryArea {
	float: left;
	min-height: 1px;
	margin-right: 6px;
	margin-bottom: 12px;
	width: 618px;
	height: 298px;
	position: relative;
}

.DetailImagePager {
	position: absolute;
	top: 300px;
	right: 0px;
	z-index: 20;
}

.DetailImagePagerButton {
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	margin: 1px;
	background-image: url("../images/buttons/basecircle.png");
}

	.DetailImagePagerButton.Video {
		background-image: url("../images/buttons/basecirclevideo.png");
	}

	.DetailImagePagerButton.Photosynth {
		background-image: url("../images/buttons/basecirclepano.png");
	}

	.DetailImagePagerButton.Selected {
		color: #999;
		background-image: url("../images/buttons/basecircle_aktiv.png");
	}

	.DetailImagePagerButton.Video.Selected {
		color: #999;
		background-image: url("../images/buttons/basecirclevideo_aktiv.png");
	}

	.DetailImagePagerButton.Photosynth.Selected {
		color: #999;
		background-image: url("../images/buttons/basecirclepano_aktiv.png");
	}

.DetailRightColumn {
	float: right;
	/*width: 203px;*/
	/* CG 06.10.2015: Width geändert zu 187px */
	width: 187px;
	min-height: 1px;
	margin-left: 6px;
}

.DetailRightSubColumn {
	background-image: url("../images/details/bg_detailrightcol.png");
	padding: 6px;
}

.DetailRightSubColumnButton {
	/*background-image: url("../images/details/bg_detailrightcol.png");*/
	padding-bottom: 6px;
}


.DetailTextWrapper {
	width: 618px;
	clear: left;
}

.DetailDescription {
	margin-bottom: 48px;
	text-align: justify;
	font-size: 15px;
}

.DetailTab {
	float: left;
	opacity: 0.5;
	font-weight: bold;
}

	.DetailTab.DetailTabSelected {
		color: White;
		opacity: 1.0;
	}

.DetailTabSeparator {
	float: left;
	margin: -1px 16px 0px 16px;
}
/*#endregion Detail styles --------------------------*/

.FullScreenContainer {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: Black;
	z-index: 540;
}

.BingMap {
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
}

#EventOptions {
	position: absolute;
	padding: 6px;
	z-index: 20;
}

.BEKNumberIndicator {
	width: 17px;
	height: 17px;
	margin-top: 4px;
	margin-left: 6px;
	text-align: center;
	float: left;
}

.BEKNumberPositionContainer {
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
}

.BEKNumberLbl {
	font-size: 12px;
}

.BEKCardsIcon {
	float: left;
}

.WeatherTopBlock {
	height: 50px;
}

.SingleWeatherBlock {
	font-size: 13px;
	float: left;
	width: 137px;
	height: 297px;
	background-image: url(../images/bg_teaser.png);
	margin-right: 12px;
	color: White;
	padding: 6px;
}

.SingleWeatherBlockHead {
	display: block;
	font-size: 30px;
}

.SingleWeatherBlockTemp {
	font-size: 20px;
	display: block;
	float: left;
}

#Impressum {
	width: 300px;
	position: absolute;
	height: 60px;
	overflow: hidden;
	display: none;
}

#ImpressumLasche {
	width: 300px;
	position: absolute;
	height: 30px;
	padding-top: 30px;
	top: 30px;
	background-image: url(../images/Impressum_bg.png);
}

	#ImpressumLasche a {
		display: block;
		text-align: center;
		padding: 3px;
	}

.Impressum2 {
	position: fixed;
	bottom: 28px;
	right: 24px;
	background-image: url(../images/Info.png);
	height: 30px;
	width: 30px;
	z-index: 11;
}

#Impressum2InnerPanel {
	overflow: hidden;
	position: absolute;
	right: 10px;
	width: 400px;
}

.ImpressumLeftBg {
	float: left;
	width: 15px;
	height: 30px;
	background-image: url(../images/Impressum_bg3b.png);
}

.ImpressumRightBg {
	float: left;
	width: 20px;
	height: 30px;
	background-image: url(../images/Impressum_bg3right.png);
}

.ImpressumMiddle {
	float: left;
	padding: 3px 6px 6px 12px;
	height: 21px;
	background-image: url(../images/Impressum_bg3.png);
}

.TopRightOptions {
	position: absolute;
	height: 40px;
	right: 12px;
	z-index: 12;
}

.LogoutButton, .ChangePwButton {
	display: inline-block;
	padding: 0px 6px;
	color: White;
	cursor: pointer;
}

.LoginInput {
	width: 150px;
}

.CustomCheckbox {
	float: left;
	width: 13px;
	height: 13px;
	background-image: url(/images/buttons/checkbox_unchecked_icon13.png);
}

.BEKForm .CustomCheckbox, .Registration2XForm .CustomCheckbox, .RegistrationCPForm .CustomCheckbox, .FilterOptions3 .CustomCheckbox {
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(/images/buttons/mcb_unchecked_20.png);
}

* html .CustomCheckbox {
	behavior: url(/css/iepngfix.htc);
}

	.CustomCheckbox.Checked {
		background-image: url(/images/buttons/checkbox_checked_icon13.png);
	}

.BEKForm .CustomCheckbox.Checked, .Registration2XForm .CustomCheckbox.Checked, .RegistrationCPForm .CustomCheckbox.Checked, .FilterOptions3 .CustomCheckbox.Checked {
	background-image: url(/images/buttons/mcb_checked_20.png);
}

	.BEKForm .CustomCheckbox.Checked.InActive, .Registration2XForm .CustomCheckbox.Checked.InActive, .RegistrationCPForm .CustomCheckbox.Checked.InActive, .FilterOptions3 .CustomCheckbox.Checked.InActive {
		background-image: url(/images/buttons/mcb_checked_20_inactive.png);
	}

.CustomRadiobox {
	float: left;
	width: 16px;
	height: 16px;
	background-image: url(/images/buttons/checkbox_unchecked_icon16.png);
}

.BEKForm .CustomRadiobox, .Registration2XForm .CustomRadiobox, .RegistrationCPForm .CustomRadiobox, .FilterOptions3 .CustomRadiobox {
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(/images/buttons/mcb_unchecked_20.png);
}

.CustomRadiobox.White {
	background-image: url(/images/buttons/checkbox_unchecked_icon16w.png);
}

* html .CustomRadiobox {
	behavior: url(/css/iepngfix.htc);
}

	.CustomRadiobox.Checked {
		background-image: url(/images/buttons/checkbox_checked_icon16.png);
	}

	.CustomRadiobox.White.Checked {
		background-image: url(/images/buttons/checkbox_checked_icon16w.png);
	}

.BEKForm .CustomRadiobox.Checked, .Registration2XForm .CustomRadiobox.Checked, .RegistrationCPForm .CustomRadiobox.Checked, .FilterOptions3 .CustomRadiobox.Checked {
	background-image: url(/images/buttons/mcb_checked_20.png);
}

.SocialNetImage {
	width: 35px;
	height: 35px;
}

.CountLabel {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	/*font-family: Arial,Verdana;*/
	font-size: 60px;
	max-width: 110px;
	min-width: 60px;
}

.CountTeaserLabel {
	float: left;
	width: 160px;
	margin-top: 20px;
	margin-left: 10px;
}

.TileWeatherHead {
	font-size: 15pt;
}

.Mobile .TileWeatherHeadSmall {
	font-size: 13pt;
}

.TileWeatherDetail {
	font-size: 12pt;
}

.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

* html .ui-autocomplete {
	height: 100px;
}

.FormLabel {
	font-size: 11px;
}

.BEKForm, .Registration2XForm, .RegistrationCPForm {
	color: White;
	font-size: 12px;
}

	.BEKForm h2, .Registration2XForm h2, .RegistrationCPForm h2 {
		margin-bottom: 12px;
	}

	.BEKForm input, .Registration2XForm input, .RegistrationCPForm input {
		border-style: none;
		border-width: 0px;
		margin-bottom: 6px;
		padding: 5px;
		width: 140px;
	}

	.BEKForm select, .Registration2XForm select, .FilterOptions3 select, .RegistrationCPForm select {
		border-style: none;
		border-width: 0px;
		margin-bottom: 6px;
		width: 150px;
		height: 25px;
	}

.FilterOptions3 .InputFieldWrapper input {
	background-color: transparent;
	height: 20px;
	padding: 5px 2px;
	border: 0px;
}

.InputFieldWrapper {
	background: url(/images/bg_white.png) repeat;
	display: inline-block;
}

.BEKFormPreviewLabel, .FormPreviewLabel, .FilterLabel {
	float: left;
	color: #999;
}

.BEKFormPreviewLabelCol, .FormPreviewLabelCol {
	float: left;
	width: 180px;
}

.Registration2XForm .FormDataBlock, .RegistrationCPForm .FormDataBlock {
	margin-bottom: 5px;
}

.BEKFormColumn, .FormColumn {
	float: left;
	margin-right: 12px;
}

.PriceTableLabel {
	display: block;
	margin-top: 10px;
}

.BEKPerson, .Person2X, .PersonOrderCourse {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.BEKFormDataBlock, .FormDataBlock {
	clear: left;
}

.Registration2XForm select.FormCmbAppointment, .RegistrationCPForm select.FormCmbAppointment {
	width: 180px;
}

.LanguagePanel {
	float: left;
	margin: 6px 6px 0px 0px;
}

.LoginPanel {
	float: left;
	margin: 3px 6px 0px 0px;
	color: #ccc;
}

.LogoutButton {
	height: 30px;
	width: 18px;
	background-image: url(/images/buttons/logout.png);
}

.MapPanel {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0px;
	z-index: 1;
	background: url(/images/bg_optionspanel2.png);
}

.EditTextBoxMultiline {
	width: 250px;
	height: 100px;
}

.EditTextBox {
	width: 250px;
}

.EditLabel {
	display: block;
	color: White;
}

.ServiceHeading {
	font-size: 15px;
	color: #aaa;
}

.PanelVideo {
	width: 100%;
	height: 100%;
	background-color: Black;
}

.PanelPicture {
	width: 100%;
	height: 100%;
	background-color: Black;
	position: absolute;
	overflow: hidden;
}

.FrameImage {
	position: absolute;
}

.LiveTileText {
}

.LiveTileScrollDiv {
	position: absolute;
	height: 149px;
}

	.LiveTileScrollDiv img {
	}

.IconExternal {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 21;
	width: 21px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.PlanerOuterFrame {
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: rgb(102, 102, 102);
}

.PlanerOuterFrameComp {
	overflow: hidden;
	background-color: rgb(102, 102, 102);
}

	.PlanerOuterFrame.Border, .PlanerOuterFrameComp.Border {
		height: 105px;
		border: solid 4px #cccccc;
	}

	.PlanerOuterFrame.BorderComparison, .PlanerOuterFrameComp.BorderComparison {
		border: solid 4px #cccccc;
	}

.PlanerButton {
	right: 0px;
}

.PlanerButtonComparison {
	right: 0px;
	top: 0px;
}

.ScrollDownArrow {
	position: absolute;
	bottom: -28px;
	right: 0px;
	height: 28px;
	width: 32px;
	z-index: 5;
	background: url(/images/buttons/downMedium.png);
}

.ScrollUpArrow {
	position: absolute;
	top: 22px;
	right: 0px;
	height: 28px;
	width: 32px;
	z-index: 5;
	background: url(/images/buttons/UpMedium.png);
}

.Shadowed .TeaserImage,
.Shadowed .TeaserSmallImage,
.Shadowed .TileText {
	text-shadow: 2px 2px 2px #333;
}

.Shadowed .TeaserSubTitle,
.Shadowed .TeaserTitle {
	display: inline-block;
	text-shadow: 2px 2px 2px #333;
}

.CompareDetailLink {
	position: absolute;
	bottom: -28px;
	left: 0px;
	padding: 3px 3px 3px 3px;
	height: 22px;
	width: 272px;
	display: none;
}

.Opacity60 {
	opacity: 0.6;
}

.ClientQuestionButton {
	padding: 6px 3px;
	margin-right: 12px;
	margin-top: 12px;
	min-width: 50px;
	float: left;
	background: url(/images/bg_options.png);
	text-align: center;
}

.CourseLink {
	text-decoration: underline;
	line-height: 30px;
	float: left;
	padding-left: 12px;
}

.BtnProps {
	position: absolute;
	right: 0px;
	top: 9px;
	z-index: 10;
}

.PressMediaImg {
	vertical-align: middle;
	margin-right: 6px;
}

.FBComments {
	position: relative;
}

.Comment {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	width: 297px;
	height: 147px;
}

.CommentName, .CommentDate {
	font-weight: bold;
	font-size: 11px;
}

.CommentText {
	font-size: 12px;
}

.comments {
	width: 100%;
	float: left;
	color: #ff6600;
}

	.comments a {
		color: #ff6600;
	}

.MetroH1, .MetroH2, .MetroH3 {
	text-align: left;
	display: block;
}

.MetroH1 {
	font-size: 28px;
}

.MetroH2 {
	font-size: 24px;
}

.MetroH3 {
	font-size: 18px;
}

.MetroButton {
	padding: 6px;
	width: 30px;
	height: 30px;
	float: right;
	clear: both;
	margin-bottom: 6px;
	background-color: #8d9091;
}

	.MetroButton.img {
		width: 30px;
		height: 30px;
	}

.TileText {
	font-size: 16px;
}

.BackButtonNavTitle {
	top: 22px;
}

.muiLogin {
	position: fixed;
	width: 1px;
	height: 1px;
	top: 30px;
	right: 30px;
	z-index: 10000;
}

.logInIcon {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 32px;
	right: 0px;
	background-image: url(../MMUI/icons/Customer.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.logInIconNameCoverDiv {
	width: auto;
	height: auto;
	cursor: pointer;
}

.logInNameP {
	top: 17px;
	text-align: right;
	right: 45px;
	position: absolute;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: lighter;
	visibility: hidden;
}

.coverDivLogin {
	top: 18px;
	right: -30px;
	position: absolute;
	width: 560px;
	height: 75px;
	background-color: rgba(255,255,255,1);
	visibility: hidden;
}

.coverDivLogOut {
	visibility: hidden;
	top: 18px;
	right: -30px;
	position: absolute;
	padding: 10px;
	width: 135px;
	height: 40px;
	background-color: rgba(255,255,255,1);
}

.divVisible {
	visibility: visible;
}


#keinKontoText {
	font-size: 12px;
	font-weight: lighter;
	color: rgb(120,77,150);
	margin-left: 14px;
	bottom: -3px;
	position: absolute;
}

#registerMaskResellerAreaOpenBTN {
	position: relative;
	width: 100%;
	height: 20px;
	background-color: #074B6E;
	color: #FFF;
	padding: 5px;
	font-size: 11pt;
	text-align: center;
	cursor: pointer;
}

	#registerMaskResellerAreaOpenBTN:hover {
		background-color: #1B648D;
	}

#registerMaskCreditCardAreaOpenBTN {
	position: relative;
	width: 100%;
	height: 20px;
	background-color: #074B6E;
	color: #FFF;
	padding: 5px;
	font-size: 11pt;
	text-align: center;
	cursor: pointer;
}

	#registerMaskCreditCardAreaOpenBTN:hover {
		background-color: #1B648D;
	}

.registerMaskResellerAreaClosed {
	width: 100%;
	height: 32px;
	overflow: hidden;
}

.registerMaskResellerAreaOpened {
	width: 100%;
	overflow: hidden;
}

#logInRegisterButton {
	font-size: 12px;
	font-weight: bold;
	color: rgb(88,88,90);
	margin-left: 167px;
	cursor: pointer;
	bottom: -3px;
	position: absolute;
}

	#logInRegisterButton:hover {
		text-decoration: underline;
	}

.loginLabel {
	font-size: 16px;
	font-weight: lighter;
	color: #FFFFFF;
	position: relative;
	width: 100%;
	float: left;
	margin-left: 30%;
}

.inputLogin {
	border: 1px #d9d9d9 solid;
	width: 33%;
	height: 24px;
	margin-left: 13px;
	margin-top: 8px;
}

.inputLoginRegister {
	
	border: 1px #d9d9d9 solid;
	width: 100%;
	height: 24px;
	margin-top: 0px;
}


.inputLoginRegisterHalfLeft {
	
	border: 1px #d9d9d9 solid;
	width: 100%;
	height: 24px;
	margin-top: 0px;
}

.inputLoginRegisterHalfRight {
	
	width: 100%;
	height: 24px;
	margin-top: 0px;
	float: right;
}

.muiButtonLogIn {
	width: 110px;
	height: 30px;
	font-weight: lighter;
	font-size: 9pt;
	border: 1px solid transparent;
	background-color: rgb(120,77,150);
	color: #FFFFFF;
	margin-top: 15px;
	margin-left: 13px;
	cursor: pointer;
	margin-bottom: 5px;
}

.muiButtonLogOut {
	width: 110px;
	height: 30px;
	font-weight: lighter;
	font-size: 9pt;
	border: 1px solid transparent;
	background-color: rgb(120,77,150);
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: 13px;
	cursor: pointer;
	margin-bottom: 5px;
}

.muiButtonRegisterMask {
	width: 100%;
	height: 3em;
	font-weight: lighter;
	font-size: 13pt;
	border: 1px solid transparent;
	background-color: #074B6E;
	color: #FFFFFF;
	margin-top: 25px;
	cursor: pointer;
	margin-bottom: 25px;
}


	.muiButtonLogIn:hover, .muiButtonRegisterMask:hover, .muiButtonLogOut:hover {
		background-color: rgb(88,88,90);
	}

	.muiButtonLogIn:active, .muiButtonRegisterMask:active, .muiButtonLogOut:active {
		background-color: #0A2D41;
	}

.registerCoverDiv {
	width: 300px;
	height: 500px;
	background-color: rgba(32,32,32,0.75);
	display: none;
	border: 1px #9d9d9d solid;
	overflow: hidden;
	position: absolute;
}

.registerCoverDivVisible {
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	position: fixed;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	visibility: visible;
	scrollbar-base-color: #fff;
	z-index: 500;
}

.inputRegisterMaskCoverDiv {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 1px;
	font-size: 14pt;
}

.inputRegisterMaskCoverDivRelative {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 13pt;
	position: relative;
}

.inputRegisterMaskCoverDoubleDivRight {
	width: 49%;
	float: right;
	font-size: 10pt;
	padding-bottom: 2px;
	padding-top: 6px;
}

.inputRegisterMaskCoverDoubleDivLeft {
	width: 49%;
	float: left;
	font-size: 10pt;
	padding-bottom: 2px;
	padding-top: 6px;
}

.registerMasksCover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: auto;
	overflow-x: hidden;
	color: #747476;
}

.registerMaskBigTitle {
	font-size: 30pt;
	margin-left: -2px !important;
	font-weight: lighter;
	padding-top: 70px;
	margin-bottom: 20px;
	color: rgb(120,77,150);
}

input::-webkit-inner-spin-button {
	display: none;
}

.loginLabelRegisterMask {
	font-weight: lighter;
	color: rgb(120,77,150);
	position: relative;
	margin-bottom: 20px;
}

.loginLabelRegisterMaskHalfLeft {
	font-weight: lighter;
	position: relative;
	width: 100%;
	float: left;
	text-overflow: ellipsis;
	max-height: 28px;
	overflow: hidden;
}

.loginLabelRegisterMaskHalfRight {
	font-weight: lighter;
	position: relative;
	width: 100%;
	float: right;
	text-overflow: ellipsis;
	max-height: 28px;
	overflow: hidden;
}

.registerMaskHeaderButtonClose {
	background-image: url(/MMUI/icons/windows10icons/win10closeblack.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px;
	background-color: #fff;
	cursor: pointer;
	width: 32px;
	height: 32px;
	right: 18px;
	top: 0px;
	position: absolute;
	padding: 8px;
	z-index: 1000;
}

	.registerMaskHeaderButtonClose:hover {
		background-color: rgb(120,77,150);
		background-image: url(/MMUI/icons/windows10icons/win10close.png);
	}

.BoxDiv {
	width: 100%;
	margin-left: 48px;
	margin-top: 34px;
	margin-right: 48px;
	margin-bottom: 40px;
	font-size: 16pt;
	padding-right: 100px;
	user-select: contain;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 3;
}

@media only screen and (min-width: 1080px) {
	.BoxDiv {
		width: 920px;
		overflow-x: hidden;
	}
}

@media only screen and (max-width: 920px) {
	.BoxDiv {
		width: 100%;
		margin: 0;
		font-size: 15pt;
		padding-right: 30px;
		padding-left: 30px;
		user-select: contain;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		z-index: 3;
	}

	.registerMaskHeaderButtonClose {
		cursor: pointer;
		width: 28px;
		height: 28px;
		right: 17px;
		top: 0px;
		position: absolute;
		padding: 8px;
		z-index: 1000;
	}

	.muiButtonRegisterMask {
		margin-bottom: 60px;
		height: 4em;
		font-size: 15pt;
	}

	.inputRegisterMaskCoverDoubleDivRight {
		width: 100%;
		height: 60px;
		padding-top: 10px;
	}

	.inputRegisterMaskCoverDoubleDivLeft {
		width: 100%;
		height: 60px;
		margin-top: 10px;
	}

	.registerMaskLeftDetails {
		position: relative;
		margin-right: 48px;
		margin-left: 48px;
	}

	.registerMaskRightDetails {
		display: none;
	}

	.registerMaskDetailsFont {
		font-size: 14px;
		font-weight: lighter;
		margin-top: 10px;
	}


	.loginLabelRegisterMask {
		font-weight: lighter;
		position: relative;
		margin-bottom: 20px;
	}

	.agbText {
		width: 90%;
		padding-top: 9px;
		font-size: 9pt;
		padding-bottom: 20px;
	}

	.agbDatenschutzText {
		width: 90%;
		height: 30px;
		padding-top: 8px;
		font-size: 9pt;
	}

	.agbcheckbox {
		height: 25px;
		float: left;
		position: relative;
		margin-right: 1%;
	}

	.BoxDiv input {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		height: 2.4em;
		font-size: 15pt;
		padding-left: 6px;
		border: 2px solid rgb(10,45,65);
		user-select: contain;
		-ms-user-select: element;
	}

		.BoxDiv input:focus {
			border: 2px solid rgb(120,77,150);
			box-shadow: 0px 0px 12px -2px rgb(120,77,150);
		}

			.BoxDiv input:focus > .azurePrefixOnMicrosoftReg {
				border: 2px solid rgb(120,77,150);
				box-shadow: 0px 0px 12px -2px rgb(120,77,150);
			}

	.registerMaskResellerAreaOpened {
		width: 100%;
		/*height: 212px;*/
		overflow: hidden;
	}
}

.BoxDiv input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 2em;
	font-size: 13pt;
	padding-left: 10px;
	border: 1px solid rgb(10,45,65);
	user-select: contain;
	-ms-user-select: element;
}

	.BoxDiv input:focus {
		border: 2px solid rgb(120,77,150);
		box-shadow: 0px 0px 12px -2px rgb(120,77,150);
	}

.Contactdetails {
	margin-top: 20px;
	visibility: visible;
	background-color: rgb(236, 237, 237);
	border: solid 20px rgb(236, 237, 237);
	padding: 0;
}

.Userdetails {
	margin-top: 20px;
	visibility: collapse;
	overflow: hidden;
	height: 0px;
}

.UserdetailsVis {
	margin-top: 20px;
	visibility: visible;
	background-color: rgb(236, 237, 237);
	border: solid 20px rgb(236, 237, 237);
	padding: 0;
}

.RegdetailsVis {
	margin-top: 20px;
	visibility: visible;
	background-color: rgb(236, 237, 237);
	border: solid 20px rgb(236, 237, 237);
	padding: 0;
}

.Regdetails {
	/*margin-top: 20px;*/
	visibility: collapse;
}

.registerMaskCloseButton {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(/MMUI/icons/Close_d9d9d9.png);
	cursor: pointer;
	margin-right: 20px;
	margin-top: 20px;
	width: 12px;
	height: 12px;
	float: right;
}

.registerMaskLeftDetails p {
	margin: 1px;
}

.registerMaskLeftDetails {
	margin-left: 48px;
	margin-right: 48px;
	margin-top: -40px;
	margin-bottom: -20px;
}

.registerMaskRightDetails {
	display: none;
}

.registerMaskDetailsFont {
	font-size: 14px;
	font-weight: lighter;
	margin-top: 6px;
	max-width: 814px;
}

.registerMaskCloseButton:hover {
	background-color: #690000;
}

.spacer50 {
	width: 100%;
	height: 50px;
}

.spacer20 {
	width: 100%;
	height: 20px;
}

.dropdownResellerMaskButtonUP {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(/MMUI/icons/Arrowhead-Down.png);
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin-top: 4%;
	float: left;
	overflow: hidden;
}

.dropdownResellerMaskButtonDOWN {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(/MMUI/icons/Arrowhead-Up.png);
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin-top: 4%;
	float: left;
	overflow: hidden;
}

.dropdownResellerMaskP {
	font-size: 25px;
	font-weight: lighter;
	color: #FFFFFF;
	margin-top: 3%;
	margin-left: 6%;
	overflow: hidden;
}


.orderMaskOfficeDivVisible {
	left: 48px;
	top: 48px;
	bottom: 0px;
	position: absolute;
	width: 400px;
	height: auto;
	z-index: 500;
	transition: 1s all ease;
}

.orderMaskOfficeHeaderDiv {
	height: 100px;
	width: 100%;
	min-height: 100px;
	background-color: rgba(27,100,141,1);
}

.orderMaskOfficeHeaderButtonClose {
	right: 0px;
	top: 0px;
	float: right;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	background-image: url(/MMUI/icons/windows10icons/win10close.png);
	cursor: pointer;
	padding: 8px;
}

	.orderMaskOfficeHeaderButtonClose:hover {
		background-color: #a40000;
	}

.orderMaskOfficeHeaderTitle {
	font-size: 20px;
	font-weight: lighter;
	color: #ffffff;
	padding: 10px;
}

.orderMaskOfficeHeaderButtonDiv {
	width: 100%;
	height: 100%;
}

.orderMaskOfficeBodyDivClass {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100px;
	background-color: #FFFFFF;
	overflow: hidden;
}


.muiButtonOrder {
	position: absolute;
	width: 110px;
	height: 30px;
	font-weight: lighter;
	font-size: 9pt;
	border: 1px solid transparent;
	background-color: #2B2B2B;
	color: #FFFFFF;
	cursor: pointer;
	margin-bottom: 5px;
	right: 10%;
	top: 85%;
}

.amountSlider {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}

.muiOrderAmountLabel {
	font-size: 16px;
	font-weight: lighter;
	color: #000;
	position: relative;
	width: 90%;
	left: 10%;
	float: left;
	margin-top: 45px;
}

.orderMaskOfficeHeaderButton {
	font-size: 12px;
	font-weight: lighter;
	color: #ffffff;
	float: left;
	width: 15%;
	height: 30px;
	padding: 11px;
	cursor: pointer;
	border: 1px none #ffffff;
	border-right-style: solid;
}

.orderMaskOfficeHeaderButtonInvisible {
	visibility: hidden;
}

.orderMaskOfficeHeaderButton:hover {
	background-color: #353535;
}

.orderMaskOfficeHeaderButton:active {
	background-color: #111416;
}

.orderMaskOfficeButtonDisabled {
	opacity: 1;
	pointer-events: none;
}

.muiOrderTotalAmountLabel {
	font-size: 16px;
	font-weight: lighter;
	color: #000;
	position: relative;
	width: 90%;
	left: 10%;
	float: left;
	margin-top: 45px;
}

.muiOrderTotalAmountValueLabel {
	font-size: 16px;
	font-weight: lighter;
	color: #000;
	position: relative;
	width: 90%;
	left: 10%;
	float: left;
	margin-top: 45px;
}

.muiDivOrderButton {
	width: 115px;
	height: 28px;
	border: 1px solid transparent;
	background-color: #074B6E;
	color: #FFFFFF;
	position: absolute;
	font-weight: lighter;
	font-size: 9pt;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	-ms-user-select: none;
	user-select: none;
	right: 10%;
	margin-top: 111px;
}

	.muiDivOrderButton > p {
		font-weight: lighter;
		font-size: 9pt;
		margin-top: 6px;
		text-align: center;
	}

	.muiDivOrderButton:hover {
		background-color: #1B648D;
	}

	.muiDivOrderButton:active, .muiDivOrderButton > p:active {
		background-color: #0A2D41;
	}

.orderMaskOfficeDivInvisible {
	left: -400px;
}

.bigText {
	text-align: center;
	font-size: 40px;
	line-height: 9px;
}

.MMUImessageBox {
	position: fixed;
	width: 56%;
	left: 20px;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 30%;
	background-color: rgb(255,255,255);
	color: #222;
	font-size: 14pt;
	text-align: left;
	font-weight: lighter;
	padding: 40px;
	padding-bottom: 100px;
	border-radius: 0px;
	border: solid 1px #000;
	box-shadow: 0 2px 3px 2px rgba(0,0,0,0.1);
	z-index: 10000;
	animation-name: warningMSG;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	animation-direction: normal;
	transition: all ease 0.3s;
	transform: translateY(-700px);
}

.MMUImessageBoxBTN {
	position: absolute;
	bottom: 10px;
	padding-top: 12px;
	text-align: center;
	width: 120px;
	height: 27px;
	cursor: pointer;
	background-color: #ccc;
	color: #222;
	border-radius: 0px;
	border: solid 1px #FFF;
	transition: all 0.5s ease;
}

	.MMUImessageBoxBTN:hover {
		background-color: rgb(120,77,150);
		color: #fff;
	}

.MMUImessageBoxBTNno {
	position: absolute;
	right: 150px;
	bottom: 10px;
	padding-top: 12px;
	text-align: center;
	width: 120px;
	height: 27px;
	cursor: pointer;
	background-color: rgb(120,77,150);
	color: #fff;
	border-radius: 0px;
	border: solid 1px #FFF;
	transition: all 0.5s ease;
}

	.MMUImessageBoxBTNno:hover {
		background-color: #ccc;
		color: rgb(120,77,150);
	}

.closebutton {
	position: absolute;
	background-position: center;
	background-size: 11px;
	background-repeat: no-repeat;
	background-image: url('/MMUI/icons/windows10icons/win10closeblack.png');
	cursor: pointer;
}

.officeOrderResponseMsgBoxDiv {
	top: 30%;
	right: 30%;
	left: 30%;
	position: fixed;
	width: auto;
	min-height: 300px;
	background-color: rgba(32,32,32,0.99);
	visibility: visible;
	border: 1px #9d9d9d solid;
	text-align: center;
	z-index: 500;
}

.officeOrderResponseMsgBoxDivInvisible {
	visibility: hidden;
}

.officeOrderResponseBTN {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 120px;
	height: 38px;
	cursor: pointer;
	background-color: #556;
	color: #fff;
	border-radius: 0px;
	border: solid 1px #FFF;
	transition: all 0.5s ease;
}

.office365Link {
	width: 100px;
	height: 100px;
	background-color: #E95B0C;
	margin: 20px;
	background-image: url('/MMUI/icons/Microsoft-Office-2013-02.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75px 75px;
	border: 1px #9d9d9d solid;
	cursor: pointer;
	float: left;
}

.office365LinkCustomerDetails {
	width: 35px;
	height: 35px;
	background-color: #515151;
	position: relative;
	background-image: url('/MMUI/icons/Microsoft-Office-2013-02.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px #9d9d9d solid;
	cursor: pointer;
	float: left;
}

.lexofficeLinkCustomerDetails {
	width: 35px;
	height: 35px;
	background-color: #515151;
	position: relative;
	background-image: url('/MMUI/icons/lexoffice175x175.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px #9d9d9d solid;
	cursor: pointer;
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
}

.office365LinkCustomerDetailsRed {
	width: 35px;
	height: 35px;
	background-color: #515151;
	position: relative;
	background-image: url('/MMUI/icons/Microsoft-Office-2013-02.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px red solid;
	cursor: pointer;
	float: left;
	pointer-events: none;
}

.office365LinkUserPortalLink {
	width: 50px;
	height: 50px;
	background-color: #515151;
	position: relative;
	background-image: url('/MMUI/icons/Microsoft-Office-2013-02.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px #9d9d9d solid;
	cursor: pointer;
	float: left;
}

.VerticalPanelOpener {
	position: absolute;
	right: 12px;
	top: 8px;
	width: 10px;
	height: 10px;
	border-width: 2px;
	border-style: solid;
	border-bottom-color: #444;
	border-right-color: #444;
	border-top-color: transparent;
	border-left-color: transparent;
	transform: rotate(45deg);
	transition: transform ease 0.4s;
}

.VerticalPanelOpenerWhite {
	position: absolute;
	right: 20px;
	top: 7px;
	width: 10px;
	height: 10px;
	border-width: 2px;
	border-style: solid;
	border-bottom-color: #FFF;
	border-right-color: #FFF;
	border-radius: 1px;
	border-top-color: transparent;
	border-left-color: transparent;
	transform: rotate(45deg);
	transition: transform ease 0.4s;
}

.SaaSLoginDataBox {
	margin-top: 10px;
	margin-left: -4px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	float: left;
}

.SaaSLoginDataBoxClosed {
	margin-top: 10px;
	margin-left: -4px;
	height: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	float: left;
	overflow: hidden;
}

.SaaSLoginDataBoxClosedDisabled {
	margin-top: 10px;
	margin-left: -4px;
	height: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	float: left;
	overflow: hidden;
	pointer-events: none;
}

.SaaS_LDB_UserLogin {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 9pt;
	color: #444;
	user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
}

.SaaS_LDB_Infotitle {
	position: relative;
	margin: 0px;
	margin-bottom: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 8pt;
	height: 16px;
	width: 278px;
	color: #444;
	background-color: rgb(240,242,246);
	background-image: url('/MMUI/icons/windows10icons/win10userBlack.png');
	background-position: 20px center;
	background-size: 26px;
	background-repeat: no-repeat;
	font-weight: lighter;
	cursor: pointer;
}

	.SaaS_LDB_Infotitle:hover {
		background-color: rgb(210,212,216);
	}

.SaaS_LDB_Infolabel {
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 8pt;
	color: #777;
	font-weight: lighter;
}

.responseMessageDivCloseButton {
	background-image: url(/MMUI/icons/windows10icons/win10close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	background-color: transparent;
	cursor: pointer;
	width: 24px;
	height: 24px;
	right: 4px;
	top: 4px;
	position: absolute;
}

	.responseMessageDivCloseButton:hover {
		background-color: rgba(255,255,255,0.4);
	}

.azureLink {
	width: 100px;
	height: 100px;
	margin: 20px;
	float: right;
	background-image: url('/MMUI/icons/Microsoft_Azure.png');
	background-color: #757575;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px #9d9d9d solid;
	cursor: pointer;
}

.lexofficeLink {
	width: 100px;
	height: 100px;
	margin: 20px;
	float: left;
	background-image: url('/MMUI/icons/lexoffice175x175.png');
	background-color: #757575;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px #9d9d9d solid;
	cursor: pointer;
}

.azureLinkCustomerDetails {
	width: 35px;
	height: 35px;
	background-image: url('/MMUI/icons/ad_glyph_footer_30x30.png');
	background-color: #757575;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	right: -1%;
	position: relative;
	border: 1px #9d9d9d solid;
	cursor: pointer;
	float: left;
	margin-bottom: 5px;
}

.azureLinkCustomerDetailsRed {
	width: 35px;
	height: 35px;
	background-image: url('/MMUI/icons/ad_glyph_footer_30x30.png');
	background-color: #757575;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	right: -1%;
	position: relative;
	border: 1px red solid;
	cursor: pointer;
	float: left;
	pointer-events: none;
}

.azureLinkUserPortalLink {
	width: 50px;
	height: 50px;
	background-image: url('/MMUI/icons/ad_glyph_footer_30x30.png');
	background-color: #757575;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	right: -1%;
	position: relative;
	border: 1px #9d9d9d solid;
	cursor: pointer;
	float: left;
}

.officeOrderText {
	font-size: 23px;
	font-weight: lighter;
	color: #ffffff;
	text-align: center;
	margin: 25px;
}

.officeOrderTileHolder {
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.orderAmountShowDiv {
	font-size: 16px;
	font-weight: lighter;
	color: #000;
	position: relative;
	width: 90%;
	left: 50%;
	top: -20px;
}

.office365LinkTop {
	width: 30px;
	height: 30px;
	background-color: #E95B0C;
	background-image: url('/MMUI/icons/Microsoft-Office-2013-02.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 15px;
	border: 1px #9d9d9d solid;
	margin-left: 27px;
	cursor: pointer;
}

.azureLinkTop {
	width: 30px;
	height: 30px;
	background-image: url('/MMUI/icons/Cloud.png');
	background-color: #757575;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 15px;
	
	border: 1px #9d9d9d solid;
	margin-top: -31px;
	margin-left: 75px;
	
	cursor: pointer;
	margin-bottom: 5px;
}

.marketLink:link {
	color: green;
	background-color: transparent;
	text-decoration: none;
}

.marketLink:visited {
	color: pink;
	background-color: transparent;
	text-decoration: none;
}

.marketLink:hover {
	color: red;
	background-color: transparent;
	text-decoration: underline;
}

.marketLink:active {
	color: yellow;
	background-color: transparent;
	text-decoration: underline;
}

/*  TEST LOADING RING    */
.preloader-ring {
	position: relative;
	padding-top: 0.22rem;
	width: 25px;
	height: 25px;
	margin: .625rem;
	left: 29%;
	top: -5%;
}

.preloader-ring-menu {
	position: relative;
	padding-top: 0.22rem;
	width: 25px;
	height: 25px;
	margin: .625rem;
	left: 13px;
	top: 10px;
}

.preloader-ring-menu-customercreation {
	position: absolute;
	padding-top: 0.22rem;
	width: 25px;
	height: 25px;
	margin: .625rem;
	left: 42%;
	top: 16%;
}

.preloader-ring-menu-customerdetails {
	position: relative;
	width: 25px;
	height: 25px;
	margin: .625rem;
	left: 41%;
	top: -20%;
}

.preloader-ring-o365OrderMask {
	position: relative;
	padding-top: 0.22rem;
	width: 25px;
	height: 25px;
	margin: .625rem;
	left: 33%;
	top: -15%;
}

.preloader-ring-RegisterMaskAzurePrefix {
	position: relative;
	padding-top: 0.22rem;
	width: 25px;
	height: 25px;
	margin: .625rem;
	left: 46%;
	top: -10px;
}

.preloader-ring-CustomerCreateMaskAzurePrefix {
	position: relative;
	padding-top: 0.22rem;
	width: 25px;
	height: 25px;
	margin: .625rem;
	left: 37%;
	top: 16px;
}

.preloader-ring-RegisterMask {
	position: relative;
	padding-top: 0.22rem;
	width: 25px;
	height: 25px;
	margin: .625rem;
	left: 47%;
	top: -15%;
}

.preloader-ring-menuLoadingAnimation {
	position: relative;
	padding-top: 0.22rem;
	width: 50px;
	height: 50px;
	margin: .625rem;
	left: 40%;
	top: 7%;
}

.preloader-ring > .wrap, .preloader-ring-menu > .wrap, .preloader-ring-menu-customercreation > .wrap, .preloader-ring-menu-customerdetails > .wrap, .preloader-ring-o365OrderMask > .wrap, .preloader-ring-RegisterMask > .wrap, .preloader-ring-RegisterMaskAzurePrefix > .wrap, .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap {
	position: absolute;
	height: 28px;
	width: 28px;
}

	.preloader-ring > .wrap > .circle, .preloader-ring-menu > .wrap > .circle, .preloader-ring-menu-customercreation > .wrap > .circle, .preloader-ring-menu-customerdetails > .wrap > .circle, .preloader-ring-o365OrderMask > .wrap > .circle, .preloader-ring-RegisterMask > .wrap > .circle, .preloader-ring-RegisterMaskAzurePrefix > .wrap > .circle, .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap > .circle {
		opacity: 0;
		width: 28px;
		height: 18px;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		-webkit-animation: orbit 4000ms infinite;
		animation: orbit 4000ms infinite;
	}

		.preloader-ring > .wrap > .circle:after, .preloader-ring-menu > .wrap > .circle:after, .preloader-ring-menu-customercreation > .wrap > .circle:after, .preloader-ring-menu-customerdetails > .wrap > .circle:after, .preloader-ring-o365OrderMask > .wrap > .circle:after, .preloader-ring-RegisterMask > .wrap > .circle:after, .preloader-ring-RegisterMaskAzurePrefix > .wrap > .circle:after, .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap > .circle:after {
			position: absolute;
			content: '';
			width: 3px;
			height: 3px;
			border-radius: 3px;
			background: #FFFFFF;
		}

	.preloader-ring > .wrap:nth-child(2), .preloader-ring-menu > .wrap:nth-child(2), .preloader-ring-menu-customercreation > .wrap:nth-child(2), .preloader-ring-menu-customerdetails > .wrap:nth-child(2), .preloader-ring-o365OrderMask > .wrap:nth-child(2), .preloader-ring-RegisterMask > .wrap:nth-child(2), .preloader-ring-RegisterMaskAzurePrefix > .wrap:nth-child(2), .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap:nth-child(2) {
		-webkit-transform: rotate(-14deg);
		transform: rotate(-14deg);
	}

		.preloader-ring > .wrap:nth-child(2) > .circle, .preloader-ring-menu > .wrap:nth-child(2) > .circle, .preloader-ring-menu-customercreation > .wrap:nth-child(2) > .circle, .preloader-ring-menu-customerdetails > .wrap:nth-child(2) > .circle, .preloader-ring-o365OrderMask > .wrap:nth-child(2) > .circle, .preloader-ring-RegisterMask > .wrap:nth-child(2) > .circle, .preloader-ring-RegisterMaskAzurePrefix > .wrap:nth-child(2) > .circle, .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap:nth-child(2) > .circle {
			-webkit-animation-delay: 133.33333333ms;
			animation-delay: 133.33333333ms;
		}

	.preloader-ring > .wrap:nth-child(3), .preloader-ring-menu > .wrap:nth-child(3), .preloader-ring-menu-customercreation > .wrap:nth-child(3), .preloader-ring-menu-customerdetails > .wrap:nth-child(3), .preloader-ring-o365OrderMask > .wrap:nth-child(3), .preloader-ring-RegisterMask > .wrap:nth-child(3), .preloader-ring-RegisterMaskAzurePrefix > .wrap:nth-child(3), .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap:nth-child(3) {
		-webkit-transform: rotate(-28deg);
		transform: rotate(-28deg);
	}

		.preloader-ring > .wrap:nth-child(3) > .circle, .preloader-ring-menu > .wrap:nth-child(3) > .circle, .preloader-ring-menu-customercreation > .wrap:nth-child(3) > .circle, .preloader-ring-menu-customerdetails > .wrap:nth-child(3) > .circle, .preloader-ring-o365OrderMask > .wrap:nth-child(3) > .circle, .preloader-ring-RegisterMask > .wrap:nth-child(3) > .circle, .preloader-ring-RegisterMaskAzurePrefix > .wrap:nth-child(3) > .circle, .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap:nth-child(3) > .circle {
			-webkit-animation-delay: 266.66666667ms;
			animation-delay: 266.66666667ms;
		}

	.preloader-ring > .wrap:nth-child(4), .preloader-ring-menu > .wrap:nth-child(4), .preloader-ring-menu-customercreation > .wrap:nth-child(4), .preloader-ring-menu-customerdetails > .wrap:nth-child(4), .preloader-ring-o365OrderMask > .wrap:nth-child(4), .preloader-ring-RegisterMask > .wrap:nth-child(4), .preloader-ring-RegisterMaskAzurePrefix > .wrap:nth-child(4), .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap:nth-child(4) {
		-webkit-transform: rotate(-42deg);
		transform: rotate(-42deg);
	}

		.preloader-ring > .wrap:nth-child(4) > .circle, .preloader-ring-menu > .wrap:nth-child(4) > .circle, .preloader-ring-menu-customercreation > .wrap:nth-child(4) > .circle, .preloader-ring-menu-customerdetails > .wrap:nth-child(4) > .circle, .preloader-ring-o365OrderMask > .wrap:nth-child(4) > .circle, .preloader-ring-RegisterMask > .wrap:nth-child(4) > .circle, .preloader-ring-RegisterMaskAzurePrefix > .wrap:nth-child(4) > .circle, .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap:nth-child(4) > .circle {
			-webkit-animation-delay: 400ms;
			animation-delay: 400ms;
		}

	.preloader-ring > .wrap:nth-child(5), .preloader-ring-menu > .wrap:nth-child(5), .preloader-ring-menu-customercreation > .wrap:nth-child(5), .preloader-ring-menu-customerdetails > .wrap:nth-child(5), .preloader-ring-o365OrderMask > .wrap:nth-child(5), .preloader-ring-RegisterMask > .wrap:nth-child(5), .preloader-ring-RegisterMaskAzurePrefix > .wrap:nth-child(5), .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap:nth-child(5) {
		-webkit-transform: rotate(-56deg);
		transform: rotate(-56deg);
	}

		.preloader-ring > .wrap:nth-child(5) > .circle, .preloader-ring-menu > .wrap:nth-child(5) > .circle, .preloader-ring-menu-customercreation > .wrap:nth-child(5) > .circle, .preloader-ring-menu-customerdetails > .wrap:nth-child(5) > .circle, .preloader-ring-o365OrderMask > .wrap:nth-child(5) > .circle, .preloader-ring-RegisterMask > .wrap:nth-child(5) > .circle, .preloader-ring-RegisterMaskAzurePrefix > .wrap:nth-child(5) > .circle, .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap:nth-child(5) > .circle {
			-webkit-animation-delay: 533.33333333ms;
			animation-delay: 533.33333333ms;
		}

	.preloader-ring.dark-style > .wrap > .circle:after, .preloader-ring-menu.dark-style > .wrap > .circle:after, .preloader-ring-menu-customercreation.dark-style > .wrap > .circle:after, .preloader-ring-menu-customerdetails.dark-style > .wrap > .circle:after, .preloader-ring-o365OrderMask.dark-style > .wrap > .circle:after, .preloader-ring-RegisterMask > .wrap > .circle:after, .preloader-ring-RegisterMaskAzurePrefix > .wrap > .circle:after, .preloader-ring-CustomerCreateMaskAzurePrefix > .wrap > .circle:after {
		background-color: #555555;
	}

.preloader-ring-menuLoadingAnimation > .wrap {
	position: absolute;
	height: 28px;
	width: 28px;
}

	.preloader-ring-menuLoadingAnimation > .wrap > .circle {
		opacity: 0;
		width: 28px;
		height: 18px;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		-webkit-animation: orbit 4000ms infinite;
		animation: orbit 4000ms infinite;
	}

		.preloader-ring-menuLoadingAnimation > .wrap > .circle:after {
			position: absolute;
			content: '';
			width: 3px;
			height: 3px;
			border-radius: 3px;
			background: #FFFFFF;
		}

	.preloader-ring-menuLoadingAnimation > .wrap:nth-child(2) {
		-webkit-transform: rotate(-14deg);
		transform: rotate(-14deg);
	}

		.preloader-ring-menuLoadingAnimation > .wrap:nth-child(2) > .circle {
			-webkit-animation-delay: 133.33333333ms;
			animation-delay: 133.33333333ms;
		}

	.preloader-ring-menuLoadingAnimation > .wrap:nth-child(3) {
		-webkit-transform: rotate(-28deg);
		transform: rotate(-28deg);
	}

		.preloader-ring-menuLoadingAnimation > .wrap:nth-child(3) > .circle {
			-webkit-animation-delay: 266.66666667ms;
			animation-delay: 266.66666667ms;
		}

	.preloader-ring-menuLoadingAnimation > .wrap:nth-child(4) {
		-webkit-transform: rotate(-42deg);
		transform: rotate(-42deg);
	}

		.preloader-ring-menuLoadingAnimation > .wrap:nth-child(4) > .circle {
			-webkit-animation-delay: 400ms;
			animation-delay: 400ms;
		}

	.preloader-ring-menuLoadingAnimation > .wrap:nth-child(5) {
		-webkit-transform: rotate(-56deg);
		transform: rotate(-56deg);
	}

		.preloader-ring-menuLoadingAnimation > .wrap:nth-child(5) > .circle {
			-webkit-animation-delay: 533.33333333ms;
			animation-delay: 533.33333333ms;
		}

	.preloader-ring-menuLoadingAnimation > .wrap > .circle:after {
		background-color: #555555;
	}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	7% {
		-webkit-transform: rotate(345deg);
		transform: rotate(345deg);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	35% {
		-webkit-transform: rotate(495deg);
		transform: rotate(495deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	42% {
		-webkit-transform: rotate(690deg);
		transform: rotate(690deg);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(835deg);
		transform: rotate(835deg);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	76% {
		opacity: 1;
	}

	77% {
		-webkit-transform: rotate(955deg);
		transform: rotate(955deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	78% {
		-webkit-transform: rotate(955deg);
		transform: rotate(955deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(955deg);
		transform: rotate(955deg);
		opacity: 0;
	}
}

@keyframes orbit {
	0% {
		opacity: 1;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	7% {
		-webkit-transform: rotate(345deg);
		transform: rotate(345deg);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	35% {
		-webkit-transform: rotate(495deg);
		transform: rotate(495deg);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	42% {
		-webkit-transform: rotate(690deg);
		transform: rotate(690deg);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(835deg);
		transform: rotate(835deg);
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

	76% {
		opacity: 1;
	}

	77% {
		-webkit-transform: rotate(955deg);
		transform: rotate(955deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	78% {
		-webkit-transform: rotate(955deg);
		transform: rotate(955deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotate(955deg);
		transform: rotate(955deg);
		opacity: 0;
	}
}

.buttonDisableDiv {
	width: 120px;
	height: 30px;
	left: 60.5%;
	margin-top: 111px;
	position: relative;
	background: white;
	opacity: 0.8;
	visibility: collapse;
}

.buttonDisableDivVis {
	width: 120px;
	height: 30px;
	left: 60.5%;
	margin-top: 111px;
	position: relative;
	background: white;
	opacity: 0.8;
	visibility: visible;
}

.buttonDisableDivsmall {
	width: 110px;
	height: 30px;
	left: 74.5%;
	margin-top: -45px;
	position: relative;
	background: white;
	opacity: 0.8;
	visibility: collapse;
}


.buttonDisableDivsmallVis {
	width: 110px;
	height: 30px;
	left: 74.5%;
	margin-top: -45px;
	position: relative;
	background: white;
	opacity: 0.8;
	visibility: visible;
}

.buttonDisableDivMenu {
	width: 75px;
	height: 53px;
	left: -10px;
	margin-top: -52px;
	position: relative;
	background: white;
	opacity: 0.8;
	visibility: collapse;
}

.buttonDisableDivMenuVis {
	width: 75px;
	height: 53px;
	left: -10px;
	margin-top: -52px;
	position: relative;
	background: white;
	opacity: 0.8;
	visibility: visible;
}

.buttonDisableDivMenuCustomerCreation {
	width: 100%;
	height: 56px;
	margin-top: -61px;
	position: relative;
	background: white;
	opacity: 0.8;
	visibility: collapse;
}

.buttonDisableDivMenuCustomerCreationVis {
	width: 100%;
	height: 56px;
	margin-top: -61px;
	position: relative;
	background: white;
	opacity: 0.8;
	visibility: visible;
}

.buttonDisableDivMenuCustomerDetailsSendMail {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	background: #FFF;
	opacity: 0.8;
	visibility: hidden;
}

.buttonDisableDivMenuCustomerDetailsSendMailVis {
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	background: #FFF;
	opacity: 0.8;
	visibility: visible;
}

.videoplayer {
	width: 100%;
	height: 100%;
	margin: 0px;
}

.agbcheckbox {
	height: 25px;
	float: left;
	position: relative;
	margin-right: 1%;
}

.agbText {
	width: 90%;
	min-height: 30px;
	padding-top: 9px;
	font-size: 12pt;
}

.agbDatenschutzText, .agbDatenschutzText:visited {
	width: 90%;
	height: 30px;
	padding-top: 8px;
	font-size: 12pt;
}

.checkboxRegisterCover {
	margin-top: 10px;
	margin-bottom: 10px;
}

.agbLink, .agbLink:visited {
	color: rgb(120,77,150);
	font-weight: 600;
}

.agbDatenschutzLink, .agbDatenschutzLink:visited {
	color: rgb(120,77,150);
	font-weight: 600;
}

.agbDatenschutzLinkSlim, .agbDatenschutzLinkSlim:visited {
	display: inline-block;
	color: rgb(120, 77, 150);
	font-size: 14px;
	text-decoration: underline;
	margin-right: 10px;
}

.inputNotValid:-ms-input-placeholder {
	background-color: #FF4444;
	color: #ffffff !important;
}

.inputNotValid::-webkit-input-placeholder {
	background-color: #FF4444;
	color: #ffffff !important;
}

.inputNotValid {
	background-color: #FF4444;
	color: #ffffff !important;
}

.inputRequiredOtherNotValid {
	background-color: #FF4444;
	color: #ffffff !important;
}

.mUiButtonProductOrder {
	width: 99%;
	height: 50px;
	border: 1px solid transparent;
	background-color: #784D96;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-left: 0px;
	
	cursor: pointer;
	-ms-user-select: none;
	user-select: none;
	
	font-size: 16pt;
	font-weight: lighter;
	text-align: center;
	line-height: 46px;
}

	.mUiButtonProductOrder > p {
		font-weight: lighter;
		font-size: 9pt;
		margin-top: 6px;
		text-align: center;
	}

	.mUiButtonProductOrder:hover {
		background-color: #E3115B;
	}

.productOrderTitle {
	width: 99%;
	height: 100%;
	border: 1px solid transparent;
	background-color: rgba(65,65,65,0.6);
	color: #FFFFFF;
	margin-left: 0px;
	font-weight: lighter;
	font-size: 14pt;
	text-align: center;
	line-height: 25px;
	-ms-user-select: none;
	user-select: none;
}

.productOrderPriceAb {
	height: 50px;
	color: #FFFFFF;
	font-size: 10pt;
	text-align: left;
}

.productOrderPricePrice {
	height: 50px;
	color: #FFFFFF;
	font-size: 20pt;
	text-align: center;
}

.productOrderPriceEuro {
	width: 25%;
	height: 50px;
	color: #FFFFFF;
	font-size: 15pt;
	text-align: right;
}

.productOrderPriceDiv {
	color: #FFFFFF;
	font-size: 15pt;
	font-weight: lighter;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #784D96;
}

.productOrderPriceDivNoPriceShown {
	color: #FFFFFF;
	font-size: 15pt;
	font-weight: lighter;
	text-align: center;
	width: 100%;
	height: 97px;
	display: block;
	background-color: #784D96;
	padding-top: 10px;
}

.productOrderProducerPicture {
	width: 187px;
	height: 187px;
	background-repeat: no-repeat;
	background-size: contain;
}

.titleBadge {
	top: 0px;
	left: 0px;
	right: 0px;
	width: auto;
	height: 48px;
	background-color: rgba(255,255,255,1);
	z-index: 66666;
	position: fixed;
}

.leftMainMenu_small {
	top: 48px;
	left: 0px;
	bottom: 0px;
	height: auto;
	width: 48px;
	background-color: rgba(62,62,62,1);
	z-index: 250;
	position: fixed;
	overflow-x: hidden;
	transition: width 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
	padding-bottom: 95px;
	box-shadow: -18px -23px 11px 26px grey;
	-webkit-box-shadow: -18px -23px 11px 26px grey;
	-moz-box-shadow: -18px -23px 11px 26px grey;
}

.titleBadgePreview {
	width: 60px;
	height: 60px;
	background-image: url(/MMUI/icons/mainmenuIcons/PreviewBanner60qpx.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 48px;
	top: 48px;
	display: none;
}

.titleBadgePreviewLoginPage {
	width: 60px;
	height: 60px;
	background-image: url(/MMUI/icons/mainmenuIcons/PreviewBanner60qpx.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.iframHolderiOS {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
}

#page1 {
	width: 100%;
	height: 100%;
}

#mainPageIframe.iFrameNormal {
	position: absolute;
	top: 0px;
	left: 48px;
	right: 0px;
	bottom: 0px;
	width: calc(100% - 48px);
	height: 100%;
	border: none;
}




@media screen and (orientation: portrait) {
	.leftMainMenu_small {
		width: 0;
	}

	#mainPageIframe.iFrameNormal.iFrameMobile {
		position: absolute;
		left: 48px;
		right: 0px;
		bottom: 0px;
		width: calc(100% - 78px);
		height: 100%;
		border: none;
		transition: all ease-in-out 0.5s;
	}

	.titleBadgePreview {
		left: 0;
	}

	.metroview {
		display: none;
	}
}

.leftMainMenu_large {
	top: 48px;
	left: 0px;
	bottom: 0px;
	height: auto;
	width: 240px;
	background-color: rgba(62,62,62,0.9);
	z-index: 50000;
	overflow: hidden;
	position: fixed;
	transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
	cursor: pointer;
	box-shadow: -18px -23px 11px 26px grey;
	-webkit-box-shadow: -18px -23px 11px 26px grey;
	-moz-box-shadow: -18px -23px 11px 26px grey;
}

	.leftMainMenu_large .leftMainMenuItemBottom {
		width: 240px;
	}

.leftMainMenu_closed {
	top: 40px;
	left: -60px;
	bottom: 0px;
	height: auto;
	width: 60px;
	background-color: rgba(51,51,51,1);
	z-index: 250;
	position: absolute;
	transition: all 1s ease-in-out;
	cursor: pointer;
}

.leftMainMenu_button_small {
	width: auto;
	height: 35px;
	background-position-x: 21px;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

	.leftMainMenu_button_small:hover {
		background-color: rgba(75,75,75,0.95);
	}

.burgerMenuButtonClass {
	width: 48px;
	height: 100%;
	left: 0px;
	position: absolute;
	background-image: url(/MMUI/icons/windows10icons/win10burgermenu.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 19px;
	background-color: rgb(62,62,62);
	cursor: pointer;
}

	.burgerMenuButtonClass:hover {
		background-color: rgb(120,77,150);
	}

#burgerMenuButtonId {
	background-color: rgb(120,77,150);
}

.titleBadgeLoginLabel {
	height: 100%;
	width: auto;
	position: absolute;
	right: 20px;
	text-align: right;
	color: rgb(120,77,150);
	cursor: pointer;
	line-height: 48px;
	padding-left: 10px;
	padding-right: 10px;
}

	.titleBadgeLoginLabel:hover {
		background-color: rgba(244, 244, 244, 1);
	}

#leftMainMenuItemIcon_startpage {
	background-image: url('../images/LeftMenuNew/Start.png');
}

#leftMainMenuItemIcon_languageselection {
	background-image: url(/MMUI/icons/windows10icons/win10earthwhite.png);
}

#leftMainMenuItemIcon_information {
	background-image: url(/MMUI/icons/windows10icons/win10news.png);
}

#leftMainMenuItemIcon_customermanagement path {
	fill: #fff;
}

#leftMainMenuItemIcon_portaleditor {
	background-image: url(/MMUI/icons/mainmenuIcons/navicon.png);
}

#leftMainMenuItemIcon_superadmindevicemanagement {
	background-image: url(/MMUI/icons/windows10icons/win10LAN-WF.png);
}

#leftMainMenuItemIcon_marketplace path {
	fill: #fff;
}

#leftMainMenuItemIcon_order path {
	fill: #fff;
}

#leftMainMenuItemIcon_offer path {
	fill: #fff;
}

#leftMainMenuItemIcon_Producteditor {
	background-image: url('../mmui/icons/bcIcons/ProductEditor.png');
}

#leftMainMenuItemIcon_CommissionLight {
	background-image: url('../mmui/icons/bcIcons/ProductEditor.png');
}

#leftMainMenuItemIcon_ShopPage path {
	fill: #fff;
}

#leftMainMenuItemIcon_AdoptCommission {
	background-image: url('../images/LeftMenuNew/Kommission_uebernehmen.png');
}

#leftMainMenuItemIcon_ChooseAdoptCommission {
	background-image: url('../images/LeftMenuNew/Kommission_freigeben.png');
}

#leftMainMenuItemIcon_Categoryeditor {
	background-image: url('../images/LeftMenuNew/Kategorie_Editor.png');
}

#leftMainMenuItemIcon_DeploymentMapping {
	background-image: url('../images/LeftMenuNew/Automatisierung.png');
}

#leftMainMenuItemIcon_Search path {
	fill: #fff;
}

#leftMainMenuItemIcon_ItemEditor {
	background-image: url('/MMui/bcIcons/kontentEditor.png');
}

#leftMainMenuItemIcon_usersettings {
	background-image: url('../images/LeftMenuNew/Einstellungen.png');
}

#leftMainMenuItemIcon_settingsPortal path {
	fill: #fff;
}

#leftMainMenuItemIcon_settingsCompany path {
	fill: #fff;
}

#leftMainMenuItemIcon_settingsUser path {
	fill: #fff;
}

#leftMainMenuItemIcon_userportals {
	background-image: url(/MMUI/icons/windows10icons/win10link.png);
}

#leftMainMenuItemIcon_userdevices {
	background-image: url(/MMUI/icons/windows10icons/win10devices2.png);
}

#leftMainMenuItemIcon_userlogout {
	background-image: url('../images/LeftMenuNew/Abmelden_new.png');
}

#leftMainMenuItemIcon_impressum {
	background-image: url('../images/LeftMenuNew/Impressum_new.png');
}

.leftMainMenuItem {
	width: 100%;
	height: 48px;
	left: 0px;
	cursor: pointer;
	z-index: 20000;
	background-color: rgba(62,62,62,0);
}

.leftMainMenuItemBottomAlign {
	width: 100%;
	height: 48px;
	left: 0px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.leftMainMenuItem:hover {
	background-color: rgba(120,77,150,1);
}

	.leftMainMenuItem:hover .clickEffektOff, .leftMainMenuItem:hover svg, .leftMainMenuItem:hover .leftMainMenuItemIcon, .leftMainMenuItemBottomAlign:hover .leftMainMenuItemIcon, .leftMainMenuItemBottomAlign:hover .clickEffektOff, .leftMainMenuItemBottomAlign:hover svg {
		background-color: transparent;
	}


.leftMainMenuItemBottomAlign:hover {
	background-color: rgba(120,77,150,1);
}

.leftMainMenuItemBottom {
	position: fixed;
	left: 0px;
	cursor: pointer;
	bottom: -0.01px;
	background-color: rgba(62, 62, 62, 0);
	transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
	width: 48px;
}

.leftMainMenuItemIcon {
	height: 48px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-color: rgba(62, 62, 62, 1);
}

.leftMainMenuItemSVGIcon {
	position: absolute;
	left: 5px;
	right: 0px;
	width: 24px;
	padding: 0px 12px 0px 7px;
	background-color: rgba(62, 62, 62, 1);
}



.leftMainMenuItemIcon_small {
	width: 48px;
}

.leftMainMenuItemIcon_large {
	width: 48px;
	position: absolute;
}

.leftMainMenuItemText {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: lighter;
	text-align: left;
	line-height: 2.9;
	transition: 0.5s all ease;
	padding: 0px 0px 0px 5px;
}

.leftmainMenuItemText_small {
	visibility: hidden;
	overflow: hidden;
	display: none;
	position: absolute;
}

.leftmainMenuItemText_large {
	height: 40px;
	left: 46px;
	overflow: hidden;
	position: relative;
	top: 2px;
	padding: 0px 0px 0px 8px;
}

#leftMainMenuItemIcon_test1 {
	background-image: url(/MMUI/icons/Close.png);
}

#leftMainMenuItemIcon_test2 {
	background-image: url(/MMUI/icons/Customer.png);
}

#leftMainMenuItemIcon_test3 {
	background-image: url(/MMUI/icons/Cloud.png);
}


.marketPlaceMenuFirstOpen {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	z-index: 500;
}

.marketPlaceMenuFirstOpenSlide, .SlideMenu1 {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	z-index: 500;
	transition: all ease 0.5s;
	transform: translateX(-350px);
}

	.marketPlaceMenuFirstOpenSlide.slided, .SlideMenu1.slided {
		transform: translateX(0px);
	}

.marketPlaceMenuFirstOpenAutoWithSlide {
	width: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	z-index: 500;
	transition: all ease 0.5s;
}

.marketPlaceMenuSecondOpen {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 350px;
	position: absolute;
	z-index: 500;
	border-left: 1px solid rgb(177,179,180);
}

.marketPlaceMenuSecondOpenSlide, .SlideMenu2 {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 350px;
	position: absolute;
	z-index: 499;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-350px);
}

	.marketPlaceMenuSecondOpenSlide.slided, .SlideMenu2.slided {
		transform: translateX(0px);
	}

.marketPlaceMenuThirdOpen {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 700px;
	position: absolute;
	z-index: 500;
	border-left: 1px solid rgb(177,179,180);
}

.marketPlaceMenuThirdOpenSlide, .SlideMenu3 {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 700px;
	position: absolute;
	z-index: 498;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-350px);
}

	.marketPlaceMenuThirdOpenSlide.slided, .SlideMenu3.slided {
		transform: translateX(1px);
	}

.myCloudCenterThirdOpenDetailSlide {
	width: 1050px;
	top: 0px;
	bottom: 0px;
	left: 700px;
	position: absolute;
	z-index: 498;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-700px);
}

	.myCloudCenterThirdOpenDetailSlide.slided {
		transform: translateX(1px);
	}

.marketPlaceMenuFourthOpen {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 1050px;
	position: absolute;
	z-index: 500;
	border-left: 1px solid rgb(177,179,180);
}

.marketPlaceMenuFourthOpenSlide, .SlideMenu4 {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 1050px;
	position: absolute;
	z-index: 497;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-350px);
}

	.marketPlaceMenuFourthOpenSlide.slided, .SlideMenu4.slided {
		transform: translateX(2px);
	}

.myCloudCenterFourthOpenDetailSlide {
	width: 1050px;
	top: 0px;
	bottom: 0px;
	left: 1050px;
	position: absolute;
	z-index: 497;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-700px);
}

	.myCloudCenterFourthOpenDetailSlide.slided {
		transform: translateX(2px);
	}

.marketPlaceMenuFourthOpenWithAuto {
	width: 1000px;
	top: 0px;
	bottom: 0px;
	left: 1050px;
	position: absolute;
	z-index: 500;
	border-left: 1px solid rgb(177,179,180);
}

.marketPlaceMenuFourthOpenWithAutoSlide {
	width: 1000px;
	top: 0px;
	bottom: 0px;
	left: 1050px;
	position: absolute;
	z-index: 497;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-1000px);
}

	.marketPlaceMenuFourthOpenWithAutoSlide.slided {
		transform: translateX(2px);
	}

.marketPlaceMenuFifthOpen {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 1400px;
	position: absolute;
	z-index: 500;
	border-left: 1px solid rgb(177,179,180);
}

.marketPlaceMenuFifthOpenSlide, .SlideMenu5 {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 1403px;
	position: absolute;
	z-index: 496;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-350px);
}

.marketPlaceMenuFifthOpenWithAutoSlide {
	width: 1000px;
	top: 0px;
	bottom: 0px;
	left: 1400px;
	position: absolute;
	z-index: 497;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-1000px);
}

	.marketPlaceMenuFifthOpenWithAutoSlide.slided {
		transform: translateX(2px);
	}

.marketPlaceMenuFifthOpenSlide.slided, .SlideMenu5.slided {
	transform: translateX(0px);
}

.myCloudCenterFifthOpenDetailSlide, .SlideMenu.SlideDetail {
	width: 1300px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 496;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
}

.SlideMenu.ListDetail {
	width: 1051px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 501;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
}

.LogListDetail {
	width: 1050px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 501;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	margin-left: -1px;
}

.myCloudCenterFifthOpenDetailSlide.slided {
	transform: translateX(0px);
}

.marketPlaceMenuSixthOpenSlide, .SlideMenu6 {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 1754px;
	position: absolute;
	z-index: 495;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-350px);
}

	.marketPlaceMenuSixthOpenSlide.slided, .SlideMenu6.slided {
		transform: translateX(0px);
	}

.myCloudCenterSixthDetailSlide {
	width: 700px;
	top: 0px;
	bottom: 0px;
	left: 1754px;
	position: absolute;
	z-index: 495;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-700px);
}

	.myCloudCenterSixthDetailSlide.slided {
		transform: translateX(0px);
	}

.marketPlaceMenuSixthOpenWithAutoSlide {
	width: 1000px;
	top: 0px;
	bottom: 0px;
	left: 1752px;
	position: absolute;
	z-index: 495;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-1000px);
}

	.marketPlaceMenuSixthOpenWithAutoSlide.slided {
		transform: translateX(2px);
	}

.marketPlaceMenuSeventhOpenSlide, .SlideMenu7 {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 2105px;
	position: absolute;
	z-index: 494;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-350px);
}

	.marketPlaceMenuSeventhOpenSlide.slided, .SlideMenu7.slided {
		transform: translateX(0px);
	}

.marketPlaceMenuSeventhOpenWithAutoSlide {
	width: 1000px;
	top: 0px;
	bottom: 0px;
	left: 2103px;
	position: absolute;
	z-index: 494;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-1000px);
}

	.marketPlaceMenuSeventhOpenWithAutoSlide.slided {
		transform: translateX(2px);
	}

.marketPlaceMenuEightOpenSlide, .SlideMenu8 {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 2456px;
	position: absolute;
	z-index: 493;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-350px);
}

	.marketPlaceMenuEightOpenSlide.slided, .SlideMenu8.slided {
		transform: translateX(0px);
	}

.marketPlaceMenuNineOpenSlide, .SlideMenu9 {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 2800px;
	position: absolute;
	z-index: 492;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-350px);
}

	.marketPlaceMenuNineOpenSlide.slided, .SlideMenu9.slided {
		transform: translateX(0px);
	}

.marketPlaceMenuTenOpenSlide, .SlideMenu10, .SlideMenu11, .SlideMenu12, .SlideMenu13, .SlideMenu14, .SlideMenu15, .SlideMenu16, .SlideMenu17, .SlideMenu18, .SlideMenu19, .SlideMenu20, .SlideMenu21, .SlideMenu22, .SlideMenu23, .SlideMenu24, .SlideMenu25, .SlideMenu26, .SlideMenu27, .SlideMenu28, .SlideMenu29, .SlideMenu30 {
	width: 350px;
	top: 0px;
	bottom: 0px;
	left: 2800px;
	position: absolute;
	z-index: 493;
	border-left: 1px solid rgb(177,179,180);
	transition: all ease 0.5s;
	transform: translateX(-350px);
}

	.marketPlaceMenuTenOpenSlide.slided, .SlideMenu10.slided, .SlideMenu11.slided, .SlideMenu12.slided, .SlideMenu13.slided, .SlideMenu14.slided, .SlideMenu15.slided, .SlideMenu16.slided, .SlideMenu17.slided, .SlideMenu18.slided, .SlideMenu19.slided, .SlideMenu20.slided, .SlideMenu21.slided, .SlideMenu22.slided, .SlideMenu23.slided, .SlideMenu24.slided, .SlideMenu25.slided, .SlideMenu26.slided, .SlideMenu27.slided, .SlideMenu28.slided, .SlideMenu29.slided, .SlideMenu30.slided {
		transform: translateX(0px);
	}

.marketPlaceMenuLabel {
	font-size: 16px;
	color: #747476;
}

.marketPlaceMenuLabelCustomerDetails {
	font-size: 16px;
	color: #747476;
	width: 100%;
	position: relative;
	float: left;
}

.marketPlaceMenuLabelCustomerDetailsHeader {
	font-size: 14px;
	color: #747476;
	font-weight: lighter;
	width: 100%;
	position: relative;
	float: left;
	margin-top: 24px;
	margin-bottom: 10px;
}

.marketPlaceMenuLabelUserPortalLinksHeader {
	font-size: 14px;
	color: #747476;
	font-weight: lighter;
	width: 100%;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.marketPlaceMenuLabelCustomerDetailsValue {
	font-size: 16px;
	color: #747476;
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}

.marketPlaceMenuLabelCustomerDetailsFirmName {
	font-size: 20px;
	font-weight: normal;
	color: rgb(120,77,150);
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.marketPlaceMenuLabelCustomerDetailsFirmNameSmaller {
	font-size: 20px;
	font-weight: lighter;
	color: rgba(125, 125, 125, 1);
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 3px;
}

.marketPlaceMenuLabelCustomerDetailsFirmNameBlue {
	font-size: 20px;
	font-weight: normal;
	color: rgba(120, 77, 150, 1);
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.marketPlaceMenuLabelCustomerDetailsFirmNameRed {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: red;
}

.marketPlaceMenuLabelCustomerDetailsValueFullLine {
	font-size: 16px;
	color: #2b2b2b;
	width: 100%;
	position: relative;
	float: left;
}

.customerDetailsFon {
	font-size: 13px;
	color: rgba(128,128,128,1);
	position: relative;
	float: left;
	font-weight: lighter;
	height: 20px;
	margin-right: 5px;
	padding-top: 3px;
	margin-left: 2px;
	width: auto;
}

.customerDetailsFon2 {
	font-size: 13px;
	color: rgba(128,128,128,1);
	position: absolute;
	font-weight: lighter;
	margin-right: 5px;
	padding-top: 3px;
	margin-left: 2px;
	bottom: 11px;
	width: auto;
}

.marketPlaceMenuLabelCustomerDetailsValueFullLineMarginBottomBlue {
	font-size: 17px;
	color: rgba(120, 77, 150, 1);
	position: relative;
	float: left;
	margin-bottom: 26px;
	height: 20px;
}

.marketPlaceMenuLabelCustomerDetailsValueFullLineMarginBottom {
	font-size: 16px;
	color: #2b2b2b;
	position: relative;
	float: left;
	margin-bottom: 26px;
	height: 20px;
}

.marketPlaceMenuLabelCustomerDetailsValueFullLineWithoutMarginBottomBlue {
	font-size: 17px;
	color: rgba(120, 77, 150, 1);
	position: relative;
	float: left;
	margin-bottom: 3px;
}

.marketPlaceMenuLabelDeviceDetailsValueFullLineWithoutMarginBottomBlue {
	font-size: 10pt;
	color: rgb(77,158,216);
	position: relative;
	float: left;
	margin-bottom: 3px;
	height: 20px;
	line-height: 14pt;
}

.marketPlaceMenuLabelCustomerDetailsValueFullLineWithoutMarginBottomBlueTextElipsis {
	font-size: 16px;
	color: rgba(120, 77, 150, 1);
	position: relative;
	margin-bottom: 3px;
	height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.marketPlaceMenuLabelCustomerDetailsValueFullLineWithoutMarginBottom {
	font-size: 17px;
	color: #2b2b2b;
	position: relative;
	float: right;
	margin-bottom: 3px;
}

.ConfigurationTotalPriceRowInner {
	font-size: 17px;
	color: #2b2b2b;
	position: relative;
	float: right;
	margin-bottom: 3px;
}

#orderMaskTotalPriceField_bottom, #orderMaskTotalPriceFieldOnce_bottom, #orderMaskTotalPriceFieldYearly_bottom {
	color: rgb(120,77,150);
	font-size: 15pt;
	float: right;
}

.positionPriceField {
	color: rgb(120,77,150);
	font-size: 10pt;
	float: right;
	padding-top: 3px;
	height: 9px;
}

.positionPriceRow {
	font-size: 13px;
	color: rgba(128,128,128,1);
	position: relative;
	float: left;
	font-weight: lighter;
	margin-right: 5px;
	padding-top: 3px;
	margin-left: 2px;
	width: auto;
	height: 9px;
}

.marketPlaceMenuLabelCustomerDetailsValueFullLineRed {
	font-size: 16px;
	color: #F00;
	width: 100%;
	position: relative;
	float: left;
}

.marketPlaceMenuLabelCustomerDetailsValueHalfLineLeft {
	font-size: 16px;
	color: #747476;
	width: auto;
	position: relative;
	float: left;
}

.marketPlaceMenuLabelCustomerDetailsValueHalfLineRight {
	font-size: 16px;
	color: #747476;
	width: auto;
	position: relative;
	float: left;
}

.marketPlaceInputText {
	width: 95%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid rgb(120, 120, 120);
	font-weight: lighter;
	color: rgb(120, 120, 120);
}

.marketPlaceMenuLabelOfferDetailsValueProductName_Editor {
	font-size: 18px;
	color: #2b2b2b;
	width: auto;
	font-weight: bolder;
	text-overflow: ellipsis;
	height: auto;
	margin-top: 20px;
	white-space: nowrap;
	overflow: hidden;
}

.marketPlaceInputTextarea {
	width: 96%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #2B2B2B;
	font-weight: lighter;
	color: #2B2B2B;
	margin-bottom: 30px;
}



.marketPlaceInputTextBackupOrder {
	width: 96%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid rgb(120,120,120);
	font-weight: lighter;
}

.marketPlaceInputTextAzure {
	width: 96%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid rgba(211, 211, 211, 1);
	font-weight: lighter;
	color: #2B2B2B;
}

.marketPlaceInputTextAzurePrefix {
	width: 60.4%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #2B2B2B;
	font-weight: lighter;
	color: #2B2B2B;
	border-right-style: none;
	margin-bottom: 5px;
}

.marketPlaceInputTextAzurePrefixReg {
	width: 80.4%;
	font-weight: normal;
}

.azurePrefixOnMicrosoft {
	width: 32%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #2B2B2B;
	font-weight: lighter;
	color: #2B2B2B;
	border-left-style: none;
	text-align: right;
	background-color: #FFF;
}

.azurePrefixOnMicrosoftReg {
	width: 19.5%;
	font-weight: normal;
}

.marketPlaceInputText:focus {
	border: 2px solid #1B648D;
	margin-top: 3px;
}

#TemplateName:focus {
	border: 1px solid rgb(120, 120, 120);
	margin-top: 0px;
}

.registerErrorText {
	width: 90%;
	min-height: 30px;
	padding-top: 0px;
	font-size: 12pt;
	color: #e81123;
	display: none;
}

.marketPlaceInputText:focus + .marketPlaceInputInfoToolTipLabelPasswordChange {
	display: block;
}

.marketPlaceInputText:focus + .marketPlaceInputInfoToolTipLabelCreateCustomer {
	display: block;
}

.inputLoginRegisterHalfLeft:focus + .marketPlaceInputInfoToolTipLabel, .inputLoginRegisterHalfRight:focus + .marketPlaceInputInfoToolTipLabel {
	display: block;
}

.inputLoginRegister:focus + .marketPlaceInputInfoToolTipLabel {
	display: block;
}

.inputLoginRegister:focus + .marketPlaceInputErrorToolTipLabel + .marketPlaceInputInfoToolTipLabel {
	display: block;
}

#registerLogInResellerId:focus + .inputRegisterMaskCoverDoubleDivRight + .loginLabelRegisterMaskHalfRight + .inputLoginRegisterHalfRight + #registerLogInResellerIdToolTip {
	display: block;
}

.marketPlaceInputTextAzurePrefix:focus + .azurePrefixOnMicrosoft + .marketPlaceInputInfoToolTipLabelCreateCustomer {
	display: block;
}

.marketPlaceInputTextAzurePrefixReg:focus + .marketPlaceInputInfoToolTipLabel {
	display: block;
}

.marketPlaceInputTextAzurePrefixReg:focus + .azurePrefixOnMicrosoftReg + .marketPlaceInputErrorToolTipLabel + .marketPlaceInputInfoToolTipLabel {
	display: block;
}

.marketPlaceInputTextAzurePrefix:focus + .azurePrefixOnMicrosoft + .marketPlaceInputErrorToolTipCustomerCreateLabel + .marketPlaceInputInfoToolTipLabelCreateCustomerAPrefix {
	display: block;
}

.marketPlaceInputText:focus + .marketPlaceInputErrorToolTipRetailerInputLabel + .marketPlaceInputInfoToolTipLabelCreateCustomer {
	display: block;
}

.marketPlaceInputText:focus + .marketPlaceInputErrorToolTipCustomerCreateLabel + .marketPlaceInputInfoToolTipLabelCreateCustomer {
	display: block;
}

.marketPlaceInputInfoToolTipLabelCreateCustomer.vis {
	display: block;
}

.marketPlaceInputInfoToolTipLabel {
	position: relative;
	width: 97.2%;
	height: auto;
	background-color: rgba(215,239,255,1);
	display: none;
	font-weight: lighter;
	color: #2B2B2B;
	font-size: 14px;
	padding: 10px;
	margin-left: 1px;
}

.marketPlaceInputInfoToolTipLabelPasswordChange {
	position: relative;
	width: 93.7%;
	height: auto;
	background-color: rgba(215,239,255,1);
	display: none;
	font-weight: lighter;
	color: #2B2B2B;
	font-size: 14px;
	padding: 10px;
	margin-left: 1px;
}

.marketPlaceInputInfoToolTipLabelRegisterMask {
	position: relative;
	width: 97.3%;
	height: auto;
	background-color: rgba(215,239,255,1);
	display: none;
	font-weight: lighter;
	color: #2B2B2B;
	font-size: 14px;
	padding: 10px;
	margin-left: 1px;
	margin-top: 18px;
	float: left;
}

.marketPlaceInputInfoToolTipLabelRegisterMaskInputBIC {
	position: relative;
	width: 97.3%;
	height: auto;
	background-color: rgba(215,239,255,1);
	display: none;
	font-weight: lighter;
	color: #2B2B2B;
	font-size: 14px;
	padding: 10px;
	margin-left: 1px;
	margin-top: 18px;
	float: left;
}

.marketPlaceInputInfoToolTipLabelCreateCustomer {
	position: relative;
	width: 94%;
	height: auto;
	background-color: rgba(215,239,255,1);
	display: none;
	font-weight: lighter;
	color: #2B2B2B;
	font-size: 14px;
	padding: 10px;
}

.marketPlaceInputInfoToolTipLabelCreateCustomerAPrefix {
	position: relative;
	width: 93.3%;
	height: auto;
	background-color: rgba(215,239,255,1);
	display: none;
	font-weight: lighter;
	color: #2B2B2B;
	font-size: 14px;
	padding: 10px;
}

.marketPlaceInputErrorToolTipLabel {
	position: relative;
	width: 97.2%;
	height: auto;
	background-color: #FFF;
	display: none;
	font-weight: lighter;
	color: #FF4444;
	font-size: 15px;
	padding: 10px;
	margin-left: 1px;
}

.marketPlaceInputErrorToolTipCustomerCreateLabel {
	position: relative;
	width: 92.4%;
	height: auto;
	background-color: #FFF;
	display: none;
	border: 1px solid rgba(195,219,235,1);
	font-weight: lighter;
	color: #FF4444;
	font-size: 15px;
	padding: 10px;
}

.marketPlaceInputErrorToolTipRetailerInputLabel {
	position: relative;
	width: 93.3%;
	height: auto;
	background-color: #FFF;
	display: none;
	border: 1px solid rgba(195,219,235,1);
	font-weight: lighter;
	color: #FF4444;
	font-size: 15px;
	padding: 10px;
}

.BoxDiv input:focus > .azurePrefixOnMicrosoftReg {
}

.marketPlaceMenuCoverDiv {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	position: relative;
}

.marketPlaceMenuCoverDivCustomerDetails {
	width: 100%;
	min-height: 35px; /*change by OS*/
}

.ConfigurationTotalPriceRow {
	width: 100%;
	min-height: 35px;
}

.marketPlaceMenuFooterDiv .marketPlaceMenuCoverDivCustomerDetails {
	height: 31px;
}

.marketPlaceMenuDropDown {
	width: 100%;
	height: 33px;
	border: 1px solid rgb(120, 120, 120);
	padding: 5px;
	font-weight: lighter;
	color: rgb(120, 120, 120);
	margin-top: 5px;
}

	.marketPlaceMenuDropDown.Short {
		width: 70%;
	}

.marketPlaceMenuDropDownOrderMask {
	width: 100%;
	height: 30px;
	border: 1px solid rgba(211, 211, 211, 1);
	padding: 5px;
	font-weight: lighter;
	color: #2b2b2b;
	margin-top: 10px;
	margin-bottom: 30px;
}

.marketPlaceMenuDropDownOrderMaskBackupOrder {
	width: 100%;
	height: 30px;
	border: 1px solid rgba(120,120,120, 1);
	padding: 5px;
	font-weight: lighter;
	color: #2b2b2b;
	margin-top: 10px;
	margin-bottom: 30px;
}

.marketPlaceMenuDropDownOrderMaskAzure {
	width: 100%;
	height: 30px;
	border: 1px solid rgba(211, 211, 211, 1);
	padding: 5px;
	font-weight: lighter;
	color: #2b2b2b;
	margin-top: 10px;
	margin-bottom: 10px;
}

.selectLoginRegister {
	width: 100%;
	height: 34px;
	border: 1px solid #2B2B2B;
	padding: 5px;
	font-weight: normal;
	font-size: 13pt;
	color: #2b2b2b;
	margin-top: 0px;
	color: #555;
}

/*PRE-TABLE ELEMENTS 05-10-2015*/
.csvtableview {
	overflow: hidden;
	position: relative;
	font-size: 12pt;
	padding-top: 34px;
}

.csvtableview_fullscreen {
	overflow: scroll;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	padding-top: 94px;
	padding-left: 52px;
	padding-bottom: 20px;
	padding-right: 20px;
	background-color: #111;
	font-size: 14pt;
}

.csvfullscreenbutton {
	position: absolute;
	top: 2px;
	left: 582px;
	width: 32px;
	height: 32px;
	font-size: 10px;
	text-align: center;
	border: solid 2px #000;
	background-color: rgba(160,160,160,0.2);
	background-image: url(../images/details/tableviewer_white.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	color: #000;
	cursor: pointer;
	z-index: 12;
}

	.csvfullscreenbutton:hover {
		background-color: #CCC;
		color: #FFF;
	}

		.csvfullscreenbutton:hover .csvtableview {
			border: solid 1px #FFF;
		}

.csvfullscreenbutton_onfullscreen {
	position: absolute;
	top: 60px;
	left: 48%;
	width: 156px;
	height: 24px;
	font-size: 16px;
	text-align: right;
	border: solid 2px #555;
	border-radius: 12px;
	padding-right: 8px;
	background-color: rgba(160,160,160,0.4);
	background-image: url(../images/buttons/cancel.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	color: #FFF;
	cursor: pointer;
	z-index: 12;
}

	.csvfullscreenbutton_onfullscreen:hover {
		background-color: #000;
		color: #FFF;
	}

.csvviewerbutton_zoomin {
	position: absolute;
	top: 60px;
	left: 52px;
	width: auto;
	height: 24px;
	font-size: 16px;
	text-align: center;
	border: solid 2px #555;
	border-radius: 12px;
	padding-right: 8px;
	padding-left: 8px;
	background-color: rgba(160,160,160,0.4);
	
	color: #FFF;
	cursor: pointer;
	z-index: 12;
}

	.csvviewerbutton_zoomin:hover {
		background-color: #000;
		color: #FFF;
	}

.csvtable {
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	
}

.csvrow {
	transition: all ease 0.3s;
}

	.csvrow:hover {
		background-color: rgba(161, 161, 161, 0.6);
	}

.csvrow_selected {
	background-color: rgba(191, 191, 191, 0.7);
}

.csvcell_col {
	border: 1px solid transparent;
	background-color: rgba(91, 91, 91, 0.7);
	color: #ddd;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	text-align: left;
	padding: 2px 4px;
	font-weight: lighter;
	margin: 0px;
	cursor: pointer;
}

	.csvcell_col:hover {
		background-color: rgba(161, 161, 161, 0.6);
	}

.csvcell_selected {
	border: 1px solid #CCC;
	background-color: rgba(125, 125, 125, 1);
	color: #FFF;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	transform: scale(1.1,1.1);
	text-align: left;
	padding: 2px 4px;
	font-weight: lighter;
	margin: 0px;
	min-width: 60px;
	cursor: pointer;
}

.csvcell {
	border: 1px solid transparent;
	background-color: rgba(41, 41, 41, 0.6);
	color: #eee;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	text-align: left;
	padding: 2px 4px;
	font-weight: lighter;
	margin: 0px;
	min-width: 60px;
	cursor: pointer;
}

	.csvcell:hover {
		background-color: rgba(151, 151, 151, 0.5);
	}

.nullcell {
	border: 1px solid transparent;
	transition: all ease 0.3s;
}

.marketPlaceMenuHeaderDiv {
	background: rgb(62,62,62);
	background: -moz-linear-gradient(180deg, rgba(62,62,62,1) 49%, rgba(217,218,219,1) 49%);
	background: -webkit-linear-gradient(180deg, rgba(62,62,62,1) 49%, rgba(217,218,219,1) 49%);
	background: linear-gradient(180deg, rgba(62,62,62,1) 49%, rgba(217,218,219,1) 49%);
	height: 97px;
	position: relative;
}

.marketPlaceMenuHeaderDivInverted {
	background-color: #FFF;
	height: 90px;
	position: relative;
	border: 1px solid rgb(217, 218, 219);
}

.MenuHeaderButtonClose {
	background-image: url(/MMUI/icons/windows10icons/win10close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	background-color: transparent;
	opacity: 0.6;
	cursor: pointer;
	width: 18px;
	height: 18px;
	right: 18px;
	top: 6px;
	position: absolute;
	padding: 8px;
	z-index: 1000;
	transition: all ease 0.3s;
}

.MenuHeaderButtonCloseWhiteBackground {
	background-image: url(/MMUI/icons/mainmenuIcons/Close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	right: 0px;
	top: -34px;
	position: absolute;
	padding: 8px;
	background-color: #784d96;
}

.MenuHeaderButtonMinimize {
	background-image: url(/MMUI/icons/mainmenuIcons/Minimize.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	cursor: pointer;
	width: 18px;
	height: 18px;
	top: 10px;
	right: 40px;
	position: absolute;
}

	.MenuHeaderButtonClose:hover, .MenuHeaderButtonMinimize:hover, .MenuHeaderButtonCloseWhiteBackground:hover {
		background-color: rgb(188,188,190);
	}

.marketPlaceMenuHeaderTitle {
	font-size: 1em;
	font-weight: bold;
	color: rgb(255, 255, 255);
	padding: 20px;
	padding-top: 18px;
	padding-bottom: 4px;
	padding-right: 36px;
	letter-spacing: -0.02em;
}

.MenuHeaderButtonDiv {
	width: 350px;
	height: 48px;
	position: absolute;
	bottom: 1px;
	left: 0px;
	background-color: rgb(217,218,219);
}

.MenuHeaderButton {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	padding: 11px 0;
	cursor: pointer;
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: 20px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.MenuHeaderButtonAdd {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	cursor: pointer;
	padding: 11px 0;
	background-image: url('/MMUI/icons/windows10icons/win10plus_GRAY.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.MenuHeaderButtonAdd:hover {
		color: #767678;
		background-color: rgb(237,238,239);
	}

.MenuHeaderButtonInformation {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	cursor: pointer;
	padding: 11px 0;
	background-image: url('/MMUI/icons/menuicons/Information_Indicator-WF_grey.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.MenuHeaderButtonInformation:hover {
		color: #767678;
		background-color: rgb(237,238,239);
	}


.MenuHeaderButtonExpand {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: right;
	width: 50px;
	height: 30px;
	cursor: pointer;
	padding: 11px 0;
	background-image: url('/MMUI/icons/mainmenuIcons/DreiPunkte48qpx.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 10px;
}

	.MenuHeaderButtonExpand:hover {
		color: #767678;
		background-color: rgb(237,238,239);
	}


.MenuHeaderButtonSearch {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	cursor: pointer;
	padding: 11px 0;
	background-image: url('/MMUI/icons/menuicons/Search-WF_grey.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.MenuHeaderButtonSearch:hover {
		color: #767678;
		background-color: rgb(237,238,239);
	}

.MenuHeaderButtonExportReport {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	cursor: pointer;
	padding: 11px 0;
	background-image: url('/MMUI/icons/windows10icons/DataExport-WF.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.MenuHeaderButtonExportReport:hover {
		color: #767678;
		background-color: rgb(237,238,239);
	}


.MenuHeaderButtonOpenNewTab {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	padding: 11px 0;
	cursor: pointer;
	background-image: url('/MMUI/icons/windows10icons/win10expansion.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.MenuHeaderButtonOpenNewTab:hover {
		color: #767678;
		background-color: rgb(237,238,239);
	}


.MenuHeaderButtonRefresh {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	padding: 11px 0;
	cursor: pointer;
	background-image: url('/MMUI/icons/windows10icons/Reload-WF_GRAY.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.MenuHeaderButtonRefresh:hover {
		color: #767678;
		background-color: rgb(237,238,239);
	}

.MenuHeaderButtonColumns {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	padding: 11px 0;
	cursor: pointer;
	background-image: url('/MMUI/icons/windows10icons/Menu-02-WF_grey.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.MenuHeaderButtonColumns:hover {
		color: #767678;
		background-color: rgb(237,238,239);
	}

.MenuHeaderButtonBackStandardView {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	padding: 11px 0;
	cursor: pointer;
	background-image: url('/MMUI/icons/windows10icons/IdentityCard_Grey.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.MenuHeaderButtonBackStandardView:hover {
		color: #767678;
		background-color: rgb(237,238,239);
	}

.MenuHeaderButtonColumnSelection {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	padding: 11px 0;
	cursor: pointer;
	background-image: url('/MMUI/icons/windows10icons/CheckList-WF_grey.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.MenuHeaderButtonColumnSelection:hover {
		color: #767678;
		background-color: rgb(237,238,239);
	}

.MenuHeaderButtonEdit {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	padding: 11px 0;
	cursor: pointer;
	background-image: url('/MMUI/icons/windows10icons/win10edit_GRAY.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.MenuHeaderButtonEdit:hover {
		color: #767678;
	}

	.MenuHeaderButtonEdit.OFF {
		background-image: url('/MMUI/icons/windows10icons/win10edit_GRAY.png');
		background-color: transparent;
	}

	.MenuHeaderButtonEdit.ON {
		background-image: url('/MMUI/icons/windows10icons/win10edit.png');
		background-size: 43%;
		background-position: center;
		background-color: rgb(188,188,190);
	}


.MenuHeaderButtonSelect {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	padding: 11px 0;
	cursor: pointer;
	background-image: url('/MMUI/icons/leftMainMenuSVGs/gray/Check.svg');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.MenuHeaderButtonSelect:hover {
		color: #767678;
		background-color: rgb(237,238,239);
	}

	.MenuHeaderButtonSelect.OFF {
		background-color: transparent;
	}

	.MenuHeaderButtonSelect.ON {
		background-size: 43%;
		background-position: center;
		background-color: rgb(188,188,190);
	}

.MenuHeaderButtonCSPCustomerResetPassword {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	padding: 11px 0;
	cursor: pointer;
	background-image: url('/MMUI/icons/menuicons/LoginWF.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.MenuHeaderButtonCSPCustomerResetPassword:hover {
		color: #767678;
	}

	.MenuHeaderButtonCSPCustomerResetPassword.ON {
		background-image: url('/MMUI/icons/menuicons/LoginWF_white.png');
		background-size: 43%;
		background-position: center;
		background-color: rgb(188,188,190);
	}

	.MenuHeaderButtonCSPCustomerResetPassword.OFF {
		background-image: url('/MMUI/icons/menuicons/LoginWF.png');
		background-color: transparent;
	}


.MenuHeaderButtonDeleteCustomer {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	padding: 11px 0;
	cursor: pointer;
	background-image: url('/MMUI/icons/menuicons/Garbage.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



	.MenuHeaderButtonDeleteCustomer.ON {
		background-image: url('/MMUI/icons/menuicons/Garbage_white.png');
		background-size: 43%;
		background-position: center;
		background-color: rgb(188,188,190);
	}

	.MenuHeaderButtonDeleteCustomer.OFF {
		background-image: url('/MMUI/icons/menuicons/Garbage.png');
		background-color: transparent;
	}



.MenuHeaderButtonCalender {
	font-size: 11px;
	font-weight: lighter;
	color: transparent;
	float: left;
	width: 50px;
	height: 30px;
	padding: 11px 0;
	cursor: pointer;
	background-image: url('/MMUI/icons/windows10icons/CalendarWF42px_GRAY.png');
	background-position: center 19px;
	background-repeat: no-repeat;
	background-size: 16px;
	text-align: center;
	line-height: 69px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

	.MenuHeaderButtonCalender:hover {
		color: #767678;
		background-color: rgb(237,238,239);
	}

.MenuHeaderButtonDisabled {
	opacity: 0.5;
	pointer-events: none;
}

.inputDisabled {
	opacity: 0.5;
	pointer-events: none;
}

.marketPlaceMenuBodyDiv {
	font-size: 18px;
	color: rgb(88, 88, 90);
	top: 96px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 20px;
	position: absolute;
	background-color: #FFFFFF;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 1px;
}

	.marketPlaceMenuBodyDiv.OfferElements {
		bottom: 110px;
	}

		.marketPlaceMenuBodyDiv.OfferElements #menuBodyFooter {
			height: 60px !important;
		}



.marketPlaceMenuFooterDiv {
	font-size: 18px;
	color: rgb(255,255,255);
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background-color: rgba(62,62,62,1);
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.marketPlaceMenuBodyDiv hr {
	opacity: 0.1;
}

.marketPlaceMenuBodyDivInverted {
	font-size: 18px;
	color: rgb(88,88,90);
	top: 90px;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	position: absolute;
	background-color: rgb(217,218,219);
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 0;
}

.marketPlaceMenuBodyDivPaddingZero {
	font-size: 18px;
	color: rgb(88,88,90);
	top: 100px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	background-color: #FFFFFF;
	overflow-y: auto;
}

#divMenuContainer {
	position: fixed;
	width: auto;
	top: 48px;
	left: 48px;
	bottom: -1px;
	z-index: 250;
	overflow-x: auto;
	overflow-y: hidden;
	transition: all ease 0.5s;
}

.marketPlaceCustomerListDiv {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-bottom: 1px;
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 17px;
	height: 25px;
	border-left: 3px solid transparent;
	transition: all ease 0.3s;
}

.marketPlaceCustomerListDiv_Extended, .marketPlaceDeviceListDiv_Extended {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 17px;
	height: 48px;
	border-left: 3px solid transparent;
	transition: all ease 0.3s;
}

.marketPlaceRetailerMenuListDiv {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 17px;
	height: 48px;
	border-left: 3px solid transparent;
	transition: all ease 0.3s;
}

.marketPlaceCustomerListDiv_Extended:hover .marketPlaceCustomerListPriceLimitHolderBar {
	background-color: #F8F9FD;
}

.marketPlaceCustomerListPriceLimitHolderBar {
	position: absolute;
	left: 60px;
	width: 160px;
	height: 12px;
	background-color: #E8E9ED;
	padding: 0px;
}

.marketPlaceCustomerListPriceAmountBar {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 0%;
	background-color: #7fc600;
	z-index: 1;
}

.marketPlaceCustomerListPriceAmountBarProcText {
	position: absolute;
	top: 2px;
	left: 0;
	height: 100%;
	text-align: left;
	font-size: 8pt;
	color: #111;
	padding-left: 2px;
	min-width: 74px;
}

.marketPlaceCustomerListPriceAmountBarMaximumText {
	position: absolute;
	top: 2px;
	left: 100%;
	height: 100%;
	text-align: left;
	font-size: 8pt;
	color: #555;
	padding-left: 2px;
	z-index: 20;
}

.marketPlaceCustomerListInformationName_Extended {
	font-size: 16px;
	color: #2b2b2b;
	position: absolute;
	left: 60px;
	top: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 75%;
}

.marketPlaceDeviceListInformationOs {
	font-size: 16px;
	color: #2b2b2b;
	position: absolute;
	left: 90px;
	top: 35px;
}

.marketPlaceDeviceListInformationName {
	font-size: 16px;
	color: rgb(111,111,111);
	position: absolute;
	left: 90px;
	top: 17px;
}

.marketPlaceRetailerMenuListInformationName {
	font-size: 16px;
	color: #2b2b2b;
	position: absolute;
	left: 60px;
	top: 10px;
}

.marketPlacePriceLimitListKundennummer {
	position: absolute;
	top: 2px;
	left: 60px;
	font-size: 8pt;
	color: #555;
}

.marketPlacePriceLimitListDiv {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-bottom: 1px;
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 17px;
	height: 50px;
	border-left: 3px solid transparent;
	transition: all ease 0.3s;
}

.CustomerDetailListDiv, .marketPlaceRetailerShopMenuFirstCategoryDetailListDiv, .marketPlaceRetailerShopMenuSecondCategoryDetailListDiv, .marketPlaceSuperadminDeviceDetailListDiv, .marketPlaceGroupListDiv, .marketPlaceLicenseAgrementListDiv, .marketPlaceShopMenuTerraBackupListDiv, .marketPlaceSuperadminDeviceDetailDetailListDiv, .marketPlaceShopMenuLexwareCategories, .marketPlaceCustomerSelectionListDiv {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-bottom: 1px;
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 17px;
	height: 25px;
	border-left: 3px solid transparent;
	transition: all ease 0.3s;
}

.marketPlaceEmployeeDetailListDiv {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-bottom: 1px;
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 17px;
	height: 25px;
	border-left: 3px solid transparent;
	color: #2b2b2b;
	transition: all ease 0.3s;
	float: left;
}



.CustomerDetailListDivDisabled {
	width: 100%;
	cursor: pointer;
	height: 25px;
	padding: 4px;
	position: relative;
	float: left;
	margin-top: 25px;
	margin-left: -4px;
	padding-left: 10px;
	pointer-events: none;
}

.marketPlaceUserSettingsListDiv {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-bottom: 1px;
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 17px;
	height: 25px;
	border-left: 3px solid transparent;
	transition: all ease 0.3s;
}

	.marketPlaceCustomerListDiv:hover, .marketPlaceUserSettingsListDiv:hover, .marketPlaceCustomerListDiv_Extended:hover, .marketPlaceDeviceListDiv_Extended:hover {
		background-color: rgba(230,232,236,1);
	}

		.marketPlaceCustomerListDiv:hover .marketPlaceCustomerListIconDiv {
			background-color: transparent;
			border-color: transparent;
		}

		.marketPlaceCustomerListDiv_Extended:hover .marketPlaceCustomerListIconDiv {
			background-color: transparent;
			border-color: transparent;
		}

.mpListElementInfoCombiHolderMain:hover .CustomerDetailListDiv, .CustomerDetailListDiv:hover, .marketPlaceEmployeeDetailListDiv:hover, .marketPlaceRetailerShopMenuFirstCategoryDetailListDiv:hover, .marketPlaceRetailerShopMenuSecondCategoryDetailListDiv:hover, .marketPlaceSuperadminDeviceDetailListDiv:hover, .marketPlaceGroupListDiv:hover, .marketPlaceLicenseAgrementListDiv:hover, .marketPlaceShopMenuTerraBackupListDiv:hover, .marketPlaceSuperadminDeviceDetailDetailListDiv:hover, .marketPlaceShopMenuLexwareCategories:hover, .marketPlaceCustomerSelectionListDiv:hover {
	background-color: rgba(236,237,237,1);
	transition: all ease 0.3s;
}

.marketPlaceCustomerListDivSelected, .marketPlaceUserSettingsListDivSelected, .marketPlaceListDivSelectedMulti {
	background-color: rgba(236,237,237,1);
	border-left-color: rgb(120,77,150);
}

	.marketPlaceCustomerListDivSelected .marketPlaceCustomerListIconDiv, .marketPlaceListDivSelectedMulti .marketPlaceCustomerListIconDiv {
		background-color: #fff;
		border-color: #d7dfff;
	}

.marketPlaceCustomerListIconDiv {
	background-image: url(/MMUI/icons/windows10icons/win10factoryblack.png);
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	position: absolute;
	width: 34px;
	height: 34px;
	left: 12px;
	top: 16px;
	border: 1px solid #c3d4f5;
	border-radius: 50%;
	background-color: #d7dfff;
	transition: all ease 0.3s;
}

.marketPlaceDeviceManagementIconDivWorkstation {
	background-image: url(/MMUI/icons/windows10icons/win10devicecategoryDesktopgrey.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 26px;
	top: 12px;
	transition: all ease 0.3s;
}

.marketPlaceDeviceManagementIconDivWorkstationOn {
	background-image: url(/MMUI/icons/windows10icons/win10devicecategoryDesktopbawgreen.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 26px;
	top: 12px;
	transition: all ease 0.3s;
}

.deviceManagementBigDeviceCount {
	position: absolute;
	top: 13px;
	right: 105px;
	font-size: 17pt;
	font-weight: 100;
	text-align: right;
	padding: 2px;
	margin: 0;
}

.deviceManagementWarningLights_Box {
	position: absolute;
	top: 15px;
	left: 0px;
	margin: 0;
	padding: 1px;
}

.deviceManagementWarningLight {
	margin: 0;
	margin-right: 6px;
	width: 32px;
	max-height: 32px;
	padding-top: 9px;
	padding-bottom: 6px;
	color: #fff;
	float: left;
	font-size: 13pt;
	text-align: center;
	font-weight: bold;
}

.deviceManagementWarningLightRound {
	margin: 0;
	margin-right: 6px;
	width: 30px;
	max-height: 30px;
	padding-top: 7px;
	padding-bottom: 4px;
	color: #2b2b2b;
	float: left;
	font-size: 13pt;
	text-align: center;
	font-weight: bold;
	border-radius: 20px;
	border-width: 5px;
	border-style: solid;
}

.device_green {
	border-left: 4px solid #67bf0d;
	color: rgb(88, 88, 90);
}

.device_orange {
	border-left: 4px solid #d97e00;
	color: rgb(88, 88, 90);
}

.device_red {
	border-left: 4px solid #e4115b;
	color: rgb(88, 88, 90);
}

.device_greenRound {
	border-color: #67bf0d;
	background-color: rgba(103, 191, 13, 0.1);
}

.device_orangeRound {
	border-color: #d97e00;
	background-color: rgba(217, 126, 0, 0.1);
}

.device_redRound {
	border-color: #e4115b;
	background-color: rgba(228, 17, 91, 0.1);
}

.marketPlaceRetailerMenuListIconDiv {
	background-image: url(/MMUI/icons/windows10icons/win10userBlack.png);
	background-position: center;
	background-size: 92%;
	background-repeat: no-repeat;
	position: absolute;
	width: 34px;
	height: 34px;
	left: 12px;
	top: 16px;
	border: 1px solid #c3d4f5;
	border-radius: 50%;
	background-color: #d7dfff;
	transition: all ease 0.3s;
}

.marketPlacePriceLimitsListIconDiv {
	background-image: url(/MMUI/icons/windows10icons/win10userBlack.png);
	background-position: center;
	background-size: 92%;
	background-repeat: no-repeat;
	position: absolute;
	width: 38px;
	height: 38px;
	border: 1px solid #c3d4f5;
	border-radius: 50%;
	background-color: #d7dfff;
	transition: all ease 0.3s;
	left: 13px;
	top: 13px;
}

.marketPlaceCustomerListIconDivRed {
	background-image: url(/MMUI/icons/windows10icons/win10factoryblack.png);
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	position: absolute;
	width: 34px;
	height: 34px;
	left: 12px;
	top: 16px;
	border: 1px solid #f55;
	border-radius: 50%;
	background-color: #faa;
	transition: all ease 0.3s;
}

.marketPlaceCustomerListInformations {
	left: 50px;
	top: 0px;
	position: relative;
	width: auto;
	height: 100%;
}

.marketPlaceCustomerListInformationName {
	font-size: 16px;
	color: #2b2b2b;
	position: relative;
	float: left;
	margin-top: 2px;
}

.marketPlaceCustomerPriceLimitListInformationName {
	font-size: 14px;
	color: #2b2b2b;
	position: absolute;
	left: 61px;
	top: 12px;
}

.marketPlaceUserPriceLimits {
	font-size: 11px;
	color: #2b2b2b;
	position: relative;
	float: left;
	border: 1px solid #a0a0a0;
	width: 220px;
	top: 35px;
	left: 62px;
}

.marketPlaceCustomerDetailListInformation {
	font-size: 11pt;
	color: #2b2b2b;
	font-weight: lighter;
	position: relative;
	margin-top: 7px;
}

.marketPlaceRetailerShopMenuFirstCategoryDetailListInformation {
	font-size: 11pt;
	color: #2b2b2b;
	font-weight: lighter;
	position: relative;
	margin-top: 7px;
}

.CustomerDetailListDivSelected {
	background-color: rgba(214,215,217,1);
	border-left-color: #7fc600;
}

.marketPlaceCustomerListArrow {
	background-image: url(/MMUI/icons/mainmenuIcons/ArrowHeadRight_2b2b2b2.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 6px;
	width: 14px;
	top: 0px;
	bottom: 0px;
}

.marketPlaceSubscriptionListArrow {
	background-image: url(/MMUI/icons/mainmenuIcons/ArrowHeadRight_2b2b2b2.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 6px;
	width: 14px;
	top: 0px;
	bottom: 0px;
}

.marketPlacePriceLimitsListArrow {
	background-image: url(/MMUI/icons/mainmenuIcons/ArrowHeadRight_2b2b2b2.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 6px;
	height: 49px;
	width: 16px;
}

.titleBadgeBackButton {
	background-color: rgba(62,62,62,0.8);
	width: 0px;
	height: 48px;
	left: 48px;
	top: 0px;
	position: absolute;
	box-shadow: 10px 1px 10px -1px #999;
	transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
	z-index: 66666;
}

.titleBadgeBackButtonVisible {
	background-color: rgba(70, 70, 70, 0.8);
	width: 192px;
	height: 48px;
	left: 48px;
	top: 0px;
	position: absolute;
	transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.titleBadgeNavigation {
	position: absolute;
	left: 100px;
	top: 0px;
	height: 48px;
	width: auto;
	font-weight: lighter;
	color: rgb(120,77,150);
	font-size: 16pt;
	line-height: 46px;
}

.HiddenNavigationName {
	visibility: hidden;
}

.divCommercialDetail {
	position: absolute;
	width: 500px;
	height: 500px;
	z-index: 1500;
	visibility: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #784d96;
	border-top-width: 34px;
	top: 16%;
	left: 40%;
	box-shadow: 0px 3px 15px -4px #000;
}

.divCommercialDetailVisible, .marketPlaceMenuCustomeridInvisible {
	visibility: visible;
}

.errorPageContent1 {
	color: #2b2b2b;
	text-align: center;
	font-size: 45px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.errorPageContent2 {
	color: #2b2b2b;
	text-align: center;
	font-size: 35px;
	margin-bottom: 50px;
}

.errorPageContent3 {
	color: #2b2b2b;
	text-align: center;
	font-size: 25px;
}

.errorBody {
	background-color: #FFF;
	font-family: 'Segoe UI', Arial, sans-serif;
}

.bugDiv {
	background-image: url(/MMUI/icons/Bug.png);
	width: 300px;
	height: 300px;
	background-position: center;
	background-size: contain;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.officeDetailPicturesDiv {
	width: 100%;
	height: 100px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.officeDetailPicturesDivBusinessPremium {
	width: 100%;
	height: 90px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.officeDetailPicturesDivE3 {
	width: 100%;
	height: 75px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

.officeDetailPicturesWord {
	background-image: url(/MMUI/marketPlace/ProductPictures/Word.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 100px;
}

.officeDetailPicturesWordBusinessEssentials {
	background-image: url(/MMUI/marketPlace/ProductPictures/Word.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 100px;
}

.officeDetailPicturesWordBusinessPremium {
	background-image: url(/MMUI/marketPlace/ProductPictures/Word.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 90px;
	height: auto;
	background-position: left;
}

.officeDetailPicturesWordE3 {
	background-image: url(/MMUI/marketPlace/ProductPictures/Word.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 75px;
	height: auto;
}

.officeDetailPicturesExcel {
	background-image: url(/MMUI/marketPlace/ProductPictures/Excel.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 100px;
}

.officeDetailPicturesExcelBusinessEssentials {
	background-image: url(/MMUI/marketPlace/ProductPictures/Excel.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 75px;
	height: 100px;
}

.officeDetailPicturesExcelBusinessPremium {
	background-image: url(/MMUI/marketPlace/ProductPictures/Excel.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 90px;
	height: auto;
	background-position: left;
}

.officeDetailPicturesExcelE3 {
	background-image: url(/MMUI/marketPlace/ProductPictures/Excel.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 75px;
	height: auto;
}

.officeDetailPicturesPowerpoint {
	background-image: url(/MMUI/marketPlace/ProductPictures/PowerPoint.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 100px;
}

.officeDetailPicturesPowerpointBusinessEssentials {
	background-image: url(/MMUI/marketPlace/ProductPictures/PowerPoint.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 113px;
	height: 100px;
}

.officeDetailPicturesPowerpointBusinessPremium {
	background-image: url(/MMUI/marketPlace/ProductPictures/PowerPoint.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 90px;
	height: auto;
	background-position: left;
}

.officeDetailPicturesPowerpointE3 {
	background-image: url(/MMUI/marketPlace/ProductPictures/PowerPoint.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 75px;
	height: auto;
}

.officeDetailPicturesOutlook {
	background-image: url(/MMUI/marketPlace/ProductPictures/Outlook.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 100px;
}

.officeDetailPicturesOutlookBusinessPremium {
	background-image: url(/MMUI/marketPlace/ProductPictures/Outlook.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 90px;
	height: auto;
	background-position: left;
}

.officeDetailPicturesOutlookE3 {
	background-image: url(/MMUI/marketPlace/ProductPictures/Outlook.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 75px;
	height: auto;
}

.officeDetailPicturesOnenote {
	background-image: url(/MMUI/marketPlace/ProductPictures/OneNote.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 100px;
}

.officeDetailPicturesOnenoteBusinessEssentials {
	background-image: url(/MMUI/marketPlace/ProductPictures/OneNote.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 101px;
	height: 100px;
}

.officeDetailPicturesOnenoteBusinessPremium {
	background-image: url(/MMUI/marketPlace/ProductPictures/OneNote.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 90px;
	height: auto;
	background-position: left;
}

.officeDetailPicturesOnenoteE3 {
	background-image: url(/MMUI/marketPlace/ProductPictures/OneNote.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 75px;
	height: auto;
}

.officeDetailPicturesPublisher {
	background-image: url(/MMUI/marketPlace/ProductPictures/Publisher.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 100px;
}

.officeDetailPicturesPublisherBusinessPremium {
	background-image: url(/MMUI/marketPlace/ProductPictures/Publisher.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 90px;
	height: auto;
	background-position: left;
}

.officeDetailPicturesPublisherE3 {
	background-image: url(/MMUI/marketPlace/ProductPictures/Publisher.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 75px;
	height: auto;
}

.officeDetailPicturesSkype {
	background-image: url(/MMUI/marketPlace/ProductPictures/Skype.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 100px;
}

.officeDetailPicturesSkypeBusinessPremium {
	background-image: url(/MMUI/marketPlace/ProductPictures/Skype.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 90px;
	height: auto;
	background-position: left;
}

.officeDetailPicturesSkypeE3 {
	background-image: url(/MMUI/marketPlace/ProductPictures/Skype.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 75px;
	height: auto;
}

.officeDetailPicturesAccess {
	background-image: url(/MMUI/marketPlace/ProductPictures/Access.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 100px;
}

.officeDetailPicturesAccessE3 {
	background-image: url(/MMUI/marketPlace/ProductPictures/Access.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 75px;
	height: auto;
}

.marketPlaceMenuLabelCustomerDetailsValueCoverDiv, .marketPlaceMenuLabelBackupDetailsValueCoverDiv {
	width: 100%;
	height: 125px;
	cursor: pointer;
	position: relative;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	border-left: 3px solid transparent;
	border-bottom: 1px solid transparent;
	transition: all ease 0.3s;
	float: left;
}

.marketPlaceMenuLabelAzureSubscriptionCoverDiv {
	width: 100%;
	height: 125px;
	cursor: pointer;
	position: relative;
	margin-bottom: 0px;
	margin-left: -20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	border-left: 3px solid transparent;
	border-bottom: 1px solid #eee;
	transition: all ease 0.3s;
	float: left;
}

.marketPlaceMenuLabelDeviceCategoryCoverDiv {
	width: 100%;
	height: 125px;
	margin-bottom: 10px;
	position: relative;
	float: left;
	margin-left: 3px;
	cursor: pointer;
}

.marketPlaceMenuLabelCustomerDetailsValueCoverDiv:hover, .marketPlaceMenuLabelCustomerDetailsValueCoverDivNew:hover, .marketPlaceMenuLabelAzureSubscriptionCoverDiv:hover, .marketPlaceMenuLabelBackupDetailsValueCoverDiv:hover {
	background-color: rgba(236,237,237,1);
}

.marketPlaceMenuLabelDeviceCategoryCoverDiv:hover {
	background-color: rgba(230,232,236,1);
}

.marketPlaceMenuLabelCustomerDetailsValueListDivSelected {
	border-left: 3px solid rgb(120,77,150);
}

.marketPlaceMenuLabelCustomerDetailsValueProductPicture {
	width: 100px;
	height: 100px;
	background-color: white;
	position: relative;
	left: 12.5px;
	top: 12.5px;
	background-image: url(/MMUI/icons/windows10icons/Product2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
}

.marketPlaceMenuLabelDeviceManagementListCategoryPicture {
	width: 74px;
	height: 74px;
	position: relative;
	left: 12.5px;
	top: 43.5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
}

.deviceCategoryDesktop {
	background-image: url(/MMUI/icons/windows10icons/win10devicecategoryDesktopgrey.png);
}

.deviceCategoryMobile {
	background-image: url(/MMUI/icons/windows10icons/win10devicecategoryMobilegrey.png);
}

.deviceCategoryServer {
	background-image: url(/MMUI/icons/windows10icons/win10devicecategoryServergreynew.png);
}

.deviceCategoryIdsbox {
	background-image: url(/MMUI/icons/windows10icons/win10devicecategory_iDSbox_gray.png);
}

.marketPlaceMenuLabelCustomerDetailsValueProductPicture_EditorPic {
	width: 140px;
	height: 140px;
	background-color: #FFFFFF;
	position: relative;
	margin: 0px;
	margin-bottom: 10px;
	background-image: url(/MMUI/icons/windows10icons/Product2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
	margin-top: 20px;
}

.myCloudCenterProductDetailProductBigHeaderBox {
	height: 380px;
	background-color: #aaa;
	position: relative;
	background-image: url('/images/mmui/backgrounds/wallpaper (13).jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -1px;
	margin-right: -20px;
	margin-left: -20px;
	overflow: visible;
}

.myCloudCenterProductDetailProductBigHeaderBoxPicture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity 0.2s ease;
}

.myCloudCenterProductDetailHeaderOrderBox {
	position: absolute;
	right: 10px;
	bottom: 0px;
	width: 200px;
	background-color: rgba(255,255,255,0.9);
	padding: 10px;
	z-index: 10;
	perspective: 500px;
}

.myCloudCenterProductDetailHeaderOrderBoxTitle {
	margin: -10px;
	margin-bottom: 10px;
	padding: 12px;
	padding-left: 10px;
	background-color: transparent;
	color: #747476;
	font-size: 17pt;
	font-weight: 100;
	min-height: 34px;
}

.myCloudCenterProductDetailProductPicture3D {
	width: 150px;
	height: 150px;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(/MMUI/icons/windows10icons/Product2.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 3px;
	margin-left: 17px;
	box-shadow: 7px 0 0 -1px #ddd;
	transform: rotateY(-24deg);
}


.myCloudCenterProductDetailHeaderOrderBoxPrice {
	font-weight: 100;
	line-height: 1.4em;
	color: #747476;
	padding-top: 24px;
	text-align: right;
	margin: 0;
	margin-bottom: 10px;
}

	.myCloudCenterProductDetailHeaderOrderBoxPrice b {
		font-size: 25pt;
	}

.detailsvideoplayerHTML {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.detailsvideomediaplayer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.detailsvideooverlayholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 11;
}

.detailsvideooverlayholderFULLSCREEN {
	position: fixed;
	z-index: 999999;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
}

.myCloudCenterProductDetailHeaderOrderBoxShortDescription {
	font-size: 10pt;
	font-weight: 100;
	line-height: 1.2em;
	color: #747476;
	margin: 0;
	margin-bottom: 10px;
}

.myCloudCenterProductDetailHeaderOrderBoxOrderButton {
	margin: -1px;
	margin-top: 10px;
	padding: 10px;
	padding-bottom: 8px;
	background-color: rgb(242,148,0);
	color: #fff;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	cursor: pointer;
}

	.myCloudCenterProductDetailHeaderOrderBoxOrderButton:hover {
		background-color: rgb(255, 129, 20);
	}

.myCloudCenterProductDetailProductPicture {
	width: 140px;
	height: 140px;
	background-color: #FFFFFF;
	position: absolute;
	background-image: url(/MMUI/icons/windows10icons/Product2.png);
	background-position: center;
	background-repeat: no-repeat;
	bottom: 20px;
	left: 20px;
}

.myCloudCenterProductDetailHeaderMenuHolder {
	position: relative;
	margin: 0;
	margin-right: -37px;
	margin-left: -40px;
	padding: 0;
	padding-left: 20px;
	min-height: 40px;
}

.myCloudCenterProductDetailHeaderMenu {
	position: relative;
	padding: 10px;
	padding-left: 21px;
	padding-top: 4px;
	margin-bottom: 20px;
	margin-right: 17px;
	background-color: rgb(51, 51, 51);
	color: #fff;
	min-height: 36px;
	font-size: 10pt;
	font-weight: 100;
}

.myCloudCenterProductDetailHeaderMenuTabButton, .myCloudCenterProductDetailHeaderMenuTabButtonWithSubMenu, .myCloudCenterProductDetailHeaderMenuTabListButton {
	position: relative;
	padding-left: 20px;
	padding-right: 2px;
	padding-top: 8px;
	padding-bottom: 5px;
	margin: 8px;
	border-bottom: solid 3px transparent;
	background-position: left center;
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-image: url('../MMUI/icons/windows10icons/ProductWF32qpxWhite.png');
	float: left;
	cursor: pointer;
	transition: all ease 0.4s;
	display: none;
}

#detailsiteHeaderMenuMedia_SubMenuBTN {
	background-image: url('../MMUI/icons/windows10icons/DetailsiteFolder32pxWhite.png');
}

#detailsiteHeaderMenu_ImagesBTN {
	background-image: url('../MMUI/icons/windows10icons/DetailsiteImages32pxWhite.png');
}

#detailsiteHeaderMenu_VideosBTN {
	background-image: url('../MMUI/icons/windows10icons/DetailsiteVideos32pxWhite.png');
}

#detailsiteHeaderMenu_TutorialsBTN {
	background-image: url('../MMUI/icons/windows10icons/DetailsiteTutorials32pxWhite.png');
}

#detailsiteHeaderMenu_BenefitsBTN {
	background-image: url('../MMUI/icons/windows10icons/DetailsiteOkList32pxWhite.png');
}

#detailsiteHeaderMenu_FeaturesBTN {
	background-image: url('../MMUI/icons/windows10icons/DetailsiteBullets32pxWhite.png');
}

#detailsiteHeaderMenu_FAQsBTN {
	background-image: url('../MMUI/icons/windows10icons/DetailsiteHelp32pxWhite.png');
}

#detailsiteHeaderMenu_RelatedProductsBTN {
	background-image: url('../MMUI/icons/windows10icons/DetailsitePapers32pxWhite.png');
}

#detailsiteHeaderMenu_ResourcesBTN {
	background-image: url('../MMUI/icons/windows10icons/ProductWF32qpxWhite.png');
}

.myCloudCenterProductDetailHeaderMenuTabListButton {
	float: none;
	margin-bottom: 14px;
}

	.myCloudCenterProductDetailHeaderMenuTabButton:hover, .myCloudCenterProductDetailHeaderMenuTabListButton:hover, .myCloudCenterProductDetailHeaderMenuTabButtonWithSubMenu:hover {
		border-bottom: solid 3px #fff;
	}

		.myCloudCenterProductDetailHeaderMenuTabButtonWithSubMenu:hover .myCloudCenterProductDetailHeaderMenuTabButtonSubMenuBox {
			display: block;
		}

.myCloudCenterProductDetailHeaderMenuTabButtonSubMenuBox {
	position: absolute;
	left: -20px;
	padding: 10px;
	background-color: rgba(51, 51, 51, 0.8);
	display: none;
	z-index: 400;
}

.myCloudCenterProductDetailProductTitleLine {
	font-size: 38pt;
}

.myCloudCenterProductDetailHeaderMenuOrderButton {
	position: absolute;
	top: 8px;
	right: 10px;
	padding: 10px;
	padding-bottom: 7px;
	width: 200px;
	background-color: rgb(242,148,0);
	color: #fff;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
}

	.myCloudCenterProductDetailHeaderMenuOrderButton:hover {
		background-color: rgb(252,158,10);
	}

.myCloudCenterProductDetailHeaderMenuOrderButtonSmall {
	position: absolute;
	top: 8px;
	right: 10px;
	padding: 10px;
	padding-bottom: 7px;
	width: 20px;
	height: 15px;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 20px;
	background-image: url('../MMUI/icons/Paid.svg');
	background-color: rgb(242,148,0);
	color: #fff;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
}

	.myCloudCenterProductDetailHeaderMenuOrderButtonSmall:hover, .myCloudCenterProductDetailHeaderMenuOrderButtonSmallHoverBtn:hover {
		background-color: rgb(252,158,10);
	}

.myCloudCenterProductDetailHeaderMenuOrderButtonLeft {
	position: absolute;
	top: 8px;
	left: 20px;
	padding: 10px;
	padding-bottom: 7px;
	width: 200px;
	background-color: rgb(242,148,0);
	color: #fff;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
}

	.myCloudCenterProductDetailHeaderMenuOrderButtonLeft:hover {
		background-color: rgb(252,158,10);
	}

.myCloudCenterProductDetailHeaderMenuOrderButtonLeftRight {
	position: absolute;
	top: 8px;
	right: 60px;
	padding: 10px;
	padding-bottom: 7px;
	width: 20px;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 20px;
	height: 15px;
	background-color: rgb(242,148,0);
	background-image: url('../MMUI/icons/ShoppingAdd.svg');
	color: #fff;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
}


	.myCloudCenterProductDetailHeaderMenuOrderButtonLeftRight:hover, .myCloudCenterProductDetailHeaderMenuOrderButtonLeftRightHoverBtn:hover, .myCloudCenterProductDetailHeaderMenuOrderButtonThreeHoverBtn:hover, .myCloudCenterProductDetailHeaderMenuOrderButtonFourHoverBtn:hover {
		background-color: rgb(252,158,10);
	}


.myCloudCenterProductDetailHeaderNextImageButton {
	position: absolute;
	top: 100px;
	right: 0;
	width: 32px;
	height: 120px;
	background-color: rgba(80,80,80,0.7);
	border-radius: 2px 0 0 2px;
	background-image: url(../MMUI/icons/windows10icons/ArrowNext-32pxWhiteWF.png);
	background-position: center center;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	cursor: pointer;
}

.myCloudCenterProductDetailHeaderPrevImageButton {
	position: absolute;
	top: 100px;
	left: 0;
	width: 32px;
	height: 120px;
	background-color: rgba(80,80,80,0.7);
	border-radius: 0 2px 2px 0;
	background-image: url(../MMUI/icons/windows10icons/ArrowPrev-32pxWhiteWF.png);
	background-position: center center;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	cursor: pointer;
}

	.myCloudCenterProductDetailHeaderNextImageButton:hover, .myCloudCenterProductDetailHeaderPrevImageButton:hover {
		background-color: rgba(180,180,180,0.7);
	}

.myCloudCenterProductDetailHeaderImageChangerButtonHolder {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 32px;
	text-align: center;
}

.myCloudCenterProductDetailHeaderImageChangerButtonHolderPositioner {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 36%;
	margin-right: auto;
	background-color: rgba(80,80,80,0.5);
}

.myCloudCenterProductDetailHeaderImageChangerButton {
	float: left;
	margin: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid rgba(200,200,200,0.7);
	background-color: rgba(255,255,255,0.5);
}

	.myCloudCenterProductDetailHeaderImageChangerButton:hover {
		background-color: rgba(255,255,255,1);
	}

.myCloudCenterProductDetailHeaderImageChangerButton_Selected {
	float: left;
	margin: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid rgba(200,200,200,0.8);
	background-color: rgba(255,255,255,0.8);
}

.myCloudCenterProductDetailProductDescription {
	position: relative;
	font-size: 12pt;
	line-height: 1.34em;
	padding-top: 24px;
}

	.myCloudCenterProductDetailProductDescription h1 {
		font-weight: bold;
	}


.myCloudCenterProductDetailProductFeatureTable {
	border-collapse: separate;
	border-spacing: 9px;
	font-size: 10pt;
	line-height: 1.2em;
}

	.myCloudCenterProductDetailProductFeatureTable td {
		padding: 10px;
		background-color: rgb(237,238,239);
		vertical-align: top;
	}

.sp_videoplayercloseBTN {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px;
	background-color: rgba(0,0,0,0.3);
	background-image: url(/MMUI/icons/Close_d9d9d9.png);
	z-index: 1000;
	cursor: pointer;
}

.myCloudCenterProductDetailVideoTeaserButtonHolder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: transparent;
	z-index: 300;
}

.myCloudCenterProductDetailVideoTeaserButton {
	position: relative;
	width: 350px;
	padding: 10px;
	text-align: center;
	font-size: 24pt;
	border-radius: 1px;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 3px #000;
}

.myCloudCenterProductDetailVideoTeaserButtonPlayButton {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	background-image: url(/MMUI/StartPage/css/PlayVideoWF48qpx.png);
	background-position: 11px center;
	background-repeat: no-repeat;
	background-size: 32px;
	background-color: rgba(0,0,0,0.3);
	border-radius: 50%;
}

.myCloudCenterProductDetailVideoTeaserButton:hover {
	background-color: rgba(70,70,70,0.3);
}

	.myCloudCenterProductDetailVideoTeaserButton:hover .myCloudCenterProductDetailVideoTeaserButtonPlayButton {
		background-color: transparent;
	}

.marketPlaceMenuLabelCustomerDetailsValueProductPicture_PriceLimit {
	width: 140px;
	height: 140px;
	background-color: #1B648D;
	position: relative;
	margin: 0px;
	margin-bottom: 10px;
	background-image: url(/MMUI/icons/windows10icons/win10pricelimit.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
	margin-top: 20px;
}

.marketPlaceMenuLabelCustomerDetailsValueProductName {
	font-size: 13px;
	color: #2b2b2b;
	width: auto;
	position: absolute;
	float: left;
	top: 20.5px;
	left: 125px;
	font-weight: bolder;
	right: 0px;
	text-overflow: ellipsis;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
}


.marketPlaceMenuShopProductName {
	font-size: 13px;
	color: #2b2b2b;
	width: auto;
	position: absolute;
	float: left;
	top: 21.5px;
	left: 125px;
	font-weight: bolder;
	right: 0px;
	text-overflow: ellipsis;
	height: 60px;
	overflow: hidden;
}

.marketPlaceMenuLabelDeviceCategoryList {
	font-size: 14pt;
	color: rgb(111,111,111);
	width: auto;
	position: absolute;
	float: left;
	top: 12.5px;
	left: 26px;
	right: 0px;
	text-overflow: ellipsis;
	height: 26px;
	white-space: nowrap;
	overflow: hidden;
}

.marketPlaceMenuLabelCustomerDetailsValueProductName_Editor {
	font-size: 18px;
	color: rgb(120, 77, 149);
	width: auto;
	text-overflow: ellipsis;
	margin: 12px 0px;
	white-space: nowrap;
	overflow: hidden;
}


.marketPlaceMenuLabelCustomerDetailsValueProductName_EditorFullAuto {
	font-size: 18px;
	color: #2b2b2b;
	width: auto;
	font-weight: lighter;
	text-overflow: ellipsis;
	height: auto;
	margin-top: 20px;
}

.marketPlaceMenuLabelCustomerDetailsValueOrderDate {
	font-size: 13px;
	color: #2b2b2b;
	width: auto;
	position: absolute;
	float: left;
	top: 40px;
	left: 125px;
	font-weight: lighter;
	right: 0px;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.marketPlaceMenuLabelOrderNote {
	font-size: 13px;
	color: #2b2b2b;
	width: auto;
	position: absolute;
	float: left;
	top: 40px;
	left: 125px;
	font-weight: lighter;
	right: 40px;
	height: auto;
}

.marketPlaceMenuLabelDetailsFullSingleValue {
	font-size: 13px;
	color: #2b2b2b;
	width: auto;
	position: absolute;
	float: left;
	top: 40px;
	left: 125px;
	font-weight: lighter;
	right: 0px;
	height: auto;
}


.marketPlaceMenuShopProductPrice {
	font-size: 17px;
	color: #2b2b2b;
	width: auto;
	position: absolute;
	float: left;
	top: 90px;
	left: 125px;
	font-weight: normal;
	right: 0px;
	height: 23px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.marketPlaceMenuLabelDeviceManagementDescription {
	font-size: 13px;
	color: rgb(111,111,111);
	width: 80px;
	position: absolute;
	float: left;
	top: 70px;
	left: 90px;
	font-weight: lighter;
	right: 0px;
	height: 39px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.subscriptionEditDetailsValueExpirationDate {
	font-size: 13px;
	color: #2b2b2b;
	width: auto;
	position: absolute;
	float: left;
	top: 35px;
	left: 125px;
	font-weight: lighter;
	right: 0px;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.subscriptionEditDetailsInfoValues_Editor {
	font-size: 13px;
	color: #2b2b2b;
	width: auto;
	font-weight: lighter;
	right: 0px;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.marketPlaceMenuLabelCustomerDetailsValueExpirationDate {
	font-size: 13px;
	color: #2b2b2b;
	width: auto;
	position: absolute;
	float: left;
	top: 60px;
	left: 125px;
	font-weight: lighter;
	right: 0px;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.marketPlaceMenuLabelDeviceManagementCategoryCount {
	font-size: 40pt;
	color: rgb(111,111,111);
	width: auto;
	position: absolute;
	float: left;
	top: 50px;
	left: 190px;
	font-weight: lighter;
	right: 50px;
	height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;
}

.subscriptionEditDetailsValueOrderReseller {
	font-size: 13px;
	color: #2b2b2b;
	width: auto;
	position: absolute;
	float: left;
	top: 55px;
	left: 125px;
	font-weight: lighter;
	right: 0px;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.marketPlaceMenuLabelCustomerDetailsValueOrderAmout {
	font-size: 13px;
	color: #2b2b2b;
	width: auto;
	position: absolute;
	float: left;
	top: 80px;
	left: 125px;
	font-weight: lighter;
	right: 0px;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.subscriptionEditDetailsValueNewAmount, .subscriptionEditDetailsValueMaxAmount {
	font-size: 13px;
	color: #2b2b2b;
	width: 100%;
	top: 75px;
	left: 125px;
	font-weight: lighter;
	right: 0px;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.marketPlaceMenuLabelCustomerDetailsValueOrderReseller {
	font-size: 13px;
	color: #2b2b2b;
	width: auto;
	position: absolute;
	float: left;
	top: 100px;
	left: 125px;
	font-weight: lighter;
	right: 0px;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.subscriptionEditDetailsValueNewPrice, .subscriptionEditDetailsValueMaxPrice {
	font-size: 13px;
	color: #2b2b2b;
	width: 100%;
	top: 95px;
	left: 125px;
	font-weight: lighter;
	right: 0px;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}



.inputColoredBorder {
	border: 2px solid #1B648D;
	padding-left: 3px;
}

.muiButtonMarketPlaceMenuLong {
	width: 150px;
	height: 44px;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid transparent;
	background-color: #7fc600;
	color: #FFFFFF;
	margin-top: 0px;
	float: right;
	cursor: pointer;
	margin-bottom: 5px;
}

.ButtonWithLoader,
.muiButtonMarketPlaceMenuLongWithLoader {	
	overflow: hidden;
	position: relative;
	padding: 9px;
	padding-top: 12px;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid transparent;
	background-color: rgb(242,148,0);
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
}

.ButtonWithLoaderGray,
.muiButtonMarketPlaceMenuLongWithLoaderGray {	
	overflow: hidden;
	position: relative;
	padding: 9px;
	padding-top: 12px;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid transparent;
	background-color: rgb(88,88,90);
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
}

	.ButtonWithLoaderGray.NoMargin, .ButtonWithLoader.NoMargin {
		margin-top: 9px;
		margin-bottom: 25px;
	}

.muiButtonMarketPlaceMenuLongWithLoaderMarginTop {
	overflow: hidden;
	position: relative;
	padding: 9px;
	padding-top: 12px;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid transparent;
	background-color: rgb(242,148,0);
	color: #FFFFFF;
	cursor: pointer;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 25px;
}

.muiButtonMarketPlaceMenuLongWithLoaderMesh {
	overflow: hidden;
	position: absolute;
	width: auto;
	height: 42px;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid transparent;
	background-color: rgb(120,77,150);
	color: #FFFFFF;
	margin-top: 0px;
	cursor: pointer;
	margin-bottom: 5px;
	text-align: center;
	line-height: 30pt;
	bottom: 0px;
	left: 10px;
	right: 10px;
}

.muiButtonMarketPlaceMenuLongWithLoaderCustomerEditLeft {
	overflow: hidden;
	position: relative;
	width: 131px;
	height: 42px;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid transparent;
	background-color: rgb(120,77,150);
	color: #FFFFFF;
	float: left;
	cursor: pointer;
	text-align: center;
	line-height: 30pt;
	margin-top: 25px;
	margin-left: 0px;
}

.muiButtonMarketPlaceMenuLongWithLoaderCustomerEditRight {
	overflow: hidden;
	position: relative;
	width: 131px;
	height: 42px;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid transparent;
	background-color: rgb(120,77,150);
	color: #FFFFFF;
	float: right;
	cursor: pointer;
	text-align: center;
	line-height: 30pt;
	margin-top: 25px;
	margin-right: 0px;
}

.muiButtonMarketPlaceMenuLongWithLoaderRegister {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 42px;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid transparent;
	background-color: rgb(120,77,150);
	color: #FFFFFF;
	margin-top: 0px;
	float: right;
	cursor: pointer;
	margin-bottom: 5px;
	text-align: center;
	line-height: 30pt;
}

	.muiButtonMarketPlaceMenuLongWithLoader:hover, .muiButtonMarketPlaceMenuLongWithLoaderRegister:hover, .muiButtonMarketPlaceMenuLongWithLoaderCustomerEditLeft:hover, .muiButtonMarketPlaceMenuLongWithLoaderCustomerEditRight:hover, .muiButtonMarketPlaceMenuLongWithLoaderMesh:hover, muiButtonMarketPlaceMenuLongWithLoaderMarginTop:hover {
		background-color: rgb(88,88,90);
		border: 1px solid rgb(242,148,0);
	}

.muiButtonMarketPlaceMenuLongCustomerCreation {
	width: 100%;
	height: 44px;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid transparent;
	background-color: #7fc600;
	color: #FFFFFF;
	margin-top: 0px;
	cursor: pointer;
	margin-bottom: 5px;
}

.muiEditNewAmountControlsBox {
	position: relative;
	width: 100%;
	min-height: 84px;
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
	margin-bottom: 3px;
}

	.muiEditNewAmountControlsBox::after {
		content: " ";
		position: absolute;
		left: -20px;
		right: -20px;
		bottom: 4px;
		height: 1px;
		background-color: rgba(0,0,0,0.1);
	}

.muiButtonSubscriptionEditHalfPlus {
	background-image: url(/MMUI/icons/windows10icons/win10plus.png);
}

.muiButtonSubscriptionEditHalfMinus {
	background-image: url(/MMUI/icons/windows10icons/win10minus.png);
}

	.muiButtonMarketPlaceMenuLong:hover, .muiButtonSubscriptionEditHalfPlus:hover, .muiButtonSubscriptionEditHalfMinus:hover {
		background-color: rgb(62,62,62);
	}

	.muiButtonMarketPlaceMenuLong:active, .muiButtonSubscriptionEditHalfPlus:active, .muiButtonSubscriptionEditHalfMinus:active {
		background-color: #0A2D41;
	}

.NumericEditValueChangebutton {
	width: 34px;
	height: 34px;
	font-weight: 100;
	font-size: 14pt;
	border: 1px solid transparent;
	background-color: rgb(237,237,237);
	color: #777879;
	margin: 0;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
}

	.NumericEditValueChangebutton:hover {
		background-color: rgb(207,207,207);
	}

.titleBadgeUserPicture {
	visibility: hidden;
}

.titleBadgeUserPictureVisible {
	visibility: visible;
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-image: url(/MMUI/icons/windows10icons/win10user.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.marketPlaceInputCheckBox {
	margin-left: 0px;
}

.marketPlaceInputCheckBoxlabel {
	font-size: 12px;
	color: #2b2b2b;
	font-weight: lighter;
}

.marketPlaceInputCheckBoxdiv {
	font-size: 12px;
	position: relative;
	left: 30px;
	top: -15px;
	height: 0px;
	font-weight: lighter;
}


.marketPlaceMenuSubscriptionsEditorProductPicture {
	width: 200px;
	height: 200px;
	background-color: #1B648D;
	background-image: url(/MMUI/icons/windows10icons/Product2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.marketPlaceMenuSubscriptionCurrentValueCoverDiv {
	width: 100%;
	height: 125px;
	margin-bottom: 10px;
	position: relative;
	float: left;
}

.subscriptionEditNewAmountControlsBox {
	width: 100%;
	margin: 0;
	padding: 0;
}

.sliderStepperBox {
	float: right;
	position: relative;
	height: 34px;
	width: 124px;
	border: solid 1px #9b9b9b;
}

.subscriptionEditNewAmountLabel {
	font-size: 12px;
	color: #747476;
	font-weight: lighter;
}

.subscriptionEditNewAmountLabelFloatRight {
	font-size: 12px;
	color: #747476;
	font-weight: lighter;
	float: right;
}

.subscriptionEditNewAmountLabelFloatRightLineHeight {
	font-size: 12px;
	color: #747476;
	font-weight: lighter;
	float: right;
	line-height: 24px;
}

.subscriptionEditNewAmountLabelFloatRightColored {
	font-size: 12px;
	color: rgb(120,77,150);
	font-weight: lighter;
	float: right;
}

.subscriptionEditNewAmountLabelFloatRightNoColored {
	font-size: 12px;
	color: rgb(120,77,150);
	font-weight: lighter;
	float: right;
}

.subscriptionEditNewAmountLabelBolder {
	font-size: 12px;
	color: #747476;
	font-weight: bolder;
}

.subscriptionEditNewAmountLabelBolderMarginTop40 {
	font-size: 12px;
	color: #747476;
	font-weight: bolder;
	margin-top: 25px;
	margin-bottom: 5px;
}

.subscriptionEditNewAmountLabelBolderMarginTop {
	font-size: 12px;
	color: #747476;
	font-weight: bolder;
	margin-top: 10px;
}

.subscriptionEditNewAmountLabelMarginTop40 {
	font-size: 12px;
	color: #747476;
	font-weight: lighter;
	margin-top: 15px;
}

.subscriptionEditNewAmountLabelMarginTop {
	font-size: 12px;
	color: #747476;
	font-weight: lighter;
	margin-top: 50px;
}

#muiOrderCustomerSelectId {
	margin-top: 20px;
}

.subscriptionEditNewAmountDiv {
	font-size: 26px;
	color: #747476;
	font-weight: lighter;
	float: right;
}

.sliderDivHolder {
	position: relative;
	background-color: transparent;
	min-width: 70px;
}

.MPControlContainer[data-controltype=slider]::after {
	content: " ";
	position: absolute;
	left: -20px;
	right: -20px;
	bottom: -6px;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
}

.subscriptionEditNewAmountInputBox {
	position: absolute;
	width: 73px;
	height: 30px;
	top: -3px;
	right: -3px;
	bottom: 0px;
	text-align: right;
	font-size: 26px;
	color: #747476;
	font-weight: lighter;
	background-color: transparent;
	border: solid 1px transparent;
	transition: all ease 0.3s;
}

.subscriptionEditNewAmountDivHolder:hover .subscriptionEditNewAmountInputBox {
	border: solid 1px #747476;
}

.subscriptionEditNewAmountInputBox_Selected {
	position: absolute;
	width: 73px;
	height: 30px;
	top: -3px;
	right: -3px;
	bottom: 0px;
	text-align: right;
	font-size: 26px;
	color: #747476;
	font-weight: lighter;
	background-color: #FFF;
	border: solid 1px #747476;
	transition: all ease 0.3s;
}

.subscriptionEditAmountRangeClass, .SliderClass {
	width: 100%;
}

.subscriptionEditAmountRangeClassTerraStyled {
	height: 12px;
	width: 140px;
	float: left;
	padding: 0px;
	margin-top: 12px;
	-moz-appearance: spinner;
}

#muiButtonMarketPlaceMenuCustomerLimitSave, #muiButtonMarketPlaceMenuSaveCustomerSubscriptionEdit {
	margin-top: -60px;
}

.o365OrderMaskNewAmountNumericInputBox, .SliderAmountInputBox {
	position: absolute;
	width: 50px;
	height: 30px;
	top: 3px;
	left: 36px;
	bottom: 0px;
	text-align: center;
	font-size: 12pt;
	color: #747476;
	font-weight: lighter;
	background-color: transparent;
	border: none;
	-moz-appearance: textfield;
}

	.o365OrderMaskNewAmountInputBox_Selected, .SliderAmountInputBox.selected {
		position: absolute;
		width: 73px;
		height: 30px;
		top: -3px;
		right: -3px;
		bottom: 0px;
		text-align: right;
		font-size: 26px;	
		color: #747476;
		font-weight: lighter;
		background-color: #FFF;
		border: solid 1px #747476;
		transition: all ease 0.3s;
	}

.buttonLoaderO365orderBtnDiv {

	display: none;
	visibility: collapse;
}

.buttonLoaderO365orderBtnDivVis {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: white;
	opacity: 0.8;
	display: block;
	visibility: visible;
}

.backgroundWhiteDiv {
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

.menuBottomPlaceHolder {
	width: 100%;
	height: 30px;
	background-color: transparent;
	position: relative;
	float: left;
}

.marginBottom10px {
	margin-bottom: 10px;
}

.marginTop10px {
	margin-top: 10px;
}

.marginTop20px {
	margin-top: 20px;
}

.marginTop41px {
	margin-top: 41px;
}

.marginTop60px {
	margin-top: 60px;
}

.deviceControllPanel {
	width: 110%;
	height: auto;
	position: relative;
	display: inline-block;
}

.deviceControllPanelButton {
	width: 45px;
	height: 45px;
	position: relative;
	float: left;
	margin-right: 8.5px;
	margin-bottom: 8.5px;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(227,227,227,1);
	cursor: pointer;
}

	.deviceControllPanelButton:hover {
		background-color: #dddddd;
	}

#deviceControllPanelButton_turnon {
	background-image: url(/MMUI/icons/windows10icons/win10powerongrey.png);
}

	#deviceControllPanelButton_turnon:hover {
		background-color: #e1feae;
	}

#deviceControllPanelButton_turnoff {
	background-image: url(/MMUI/icons/windows10icons/win10poweroffgrey.png);
}

	#deviceControllPanelButton_turnoff:hover {
		background-color: #ff8e8e;
	}

#deviceControllPanelButton_connectdevice {
	background-image: url(/MMUI/icons/windows10icons/win10meshconnectgrey.png);
}

#deviceControllPanelButton_connectdeviceNewTab {
	background-image: url(/MMUI/icons/windows10icons/win10newtabrdp.png);
}

#deviceControllPanelButton_restart {
	background-image: url(/MMUI/icons/windows10icons/win10RestartGrey.png);
}

#deviceControllPanelButton_turnSleep {
	background-image: url(/MMUI/icons/windows10icons/MoonWFgrey.png);
}

#deviceControllPanelButton_showmessage {
	background-image: url(/MMUI/icons/windows10icons/Message01WF.png);
}

#deviceControllPanelButton_msrdp {
	background-image: url(/MMUI/icons/windows10icons/Remote48qpxGray.png);
}

#deviceControllPanelButton_console {
	background-image: url(/MMUI/icons/windows10icons/win10consolerdp.png);
}

#deviceControllPanelButton_filemanager {
	background-image: url(/MMUI/icons/windows10icons/SendReceivefolderWF.png);
}

.iframeDeviceClass {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: none;
}

.deviceMessageContainerClosed {
	position: relative;
	width: 94%;
	height: 250px;
	display: none;
	transition: all ease 0.5s;
	z-index: 150;
}

.deviceMessageContainerOpened {
	display: block;
}

.deviceMessageTextareaClass {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 90%;
	height: 180px;
}

/*Visual Hardware Controls BEGIN*/
.VHC_centerbox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.VHC_eqbarstable {
	height: 200px;
	position: relative;
	margin-left: 20px;
}

.VHC_table {
	position: relative;
	border-spacing: 1px;
	height: 100%;
}

.VHC_tr {
	position: relative;
}

.VHC_td {
	position: relative;
	min-width: 34px;
}

.VHC_eqbar {
	position: absolute;
	bottom: 0;
	border-radius: 2px;
	background-color: #784D96;
	margin: 1px;
	width: 32px;
	height: 100%;
	text-align: center;
	overflow: visible;
	transition: all 1s ease;
}

	.VHC_eqbar p {
		position: absolute;
		color: #000;
		font-size: 0.7em;
		font-weight: 100;
		text-align: center;
		bottom: -22px;
		padding-top: 0;
		width: 100%;
		height: 12px;
	}

.VHC_svgStrokeLines {
	stroke-linecap: round;
	stroke: #784D96;
	stroke-width: 7px;
	transition: all 1s ease;
	fill: none;
}

.VHC_proxRingBox {
	position: relative;
	border-radius: 2px;
	float: left;
	margin: 1px;
	margin-top: 5px;
	padding: 3px;
}

	.VHC_proxRingBox p {
		position: absolute;
		top: -5px;
		left: 0;
		right: 0;
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 10pt;
		color: #784D96;
	}

.VHC_svgProx circle {
	stroke-dashoffset: 0;
	transition: all 1s ease;
	stroke: rgba(0,0,0,0.4);
	stroke-width: 2px;
}

.VHC_svgProx .VHC_bar {
	stroke: #784D96;
	stroke-width: 12px;
}

.VHC_cont {
	display: block;
	height: 100%;
	width: 100%;
	margin: 2em auto;
	border-radius: 100%;
	position: relative;
	text-align: center;
}

	.VHC_cont:after {
		position: relative;
		height: auto;
		width: auto;
		margin-top: -75%;		
		content: attr(data-pct)"%";
		border-radius: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 3em;
		text-align: center;
		color: #777;
	}

.VHC_input {
	color: #000;
}

.VHC_button {
	cursor: pointer;
	padding: 0;
}

.VHC_controlMenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.VHC_TextColor {
	color: #784D96;
	font-size: 0.7em;
	margin-bottom: 2px;
}

.VHC_proxCpuTimeLine {
	border-radius: 1px;
	margin-top: 12px;
	height: 120px;
}

.VHC_proxLineDiagrammBox {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.VHC_XMLiframe {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
	margin-top: 12px;
}

.VHC_XMLdiv {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
	color: #784D96;
	font-size: 0.7em;
	margin-top: 12px;
}

.VHC_drivebar {
	position: relative;
	width: 100%;
	margin: 2px 0;
	padding: 5px;
	padding-left: 9px;
	background-color: #784D96;
	color: #FFF;
	border-radius: 3px;
	letter-spacing: -1px;
	text-align: left;
}

.VHC_wrappanel {
	position: relative;
	width: 100%;
	min-height: 84px;
	margin: 0;
	margin-top: 12px;
	margin-bottom: 12px;
	display: inline-block;
}

.VHC_diagramminfolabel {
	position: absolute;
	top: 0px;
	left: 50px;
	color: rgb(120,77,150);
	height: 115px;
	border-left: solid 1px rgb(120,77,150);
	text-align: left;
	margin: 0;
	padding: 2px;
	padding-top: 8px;
	font-size: 11px;
	z-index: 101;
}

.VHC_hwsheet {
	position: relative;
	padding: 5px;
	padding-top: 20px;
	border: 2px solid transparent;
	border-top-color: #784D96;
	margin: 20px;
	height: 240px;
	width: auto;
}

.VHC_hwsheettitle {
	color: #784D96;
	font-weight: lighter;
	font-size: 16pt;
	letter-spacing: -1px;
	padding: 0;
	height: 18px;
	margin: 0;
	margin-top: 24px;
	margin-bottom: 4px;
	float: right;
	width: 100%;
}

.VHC_pie {
	position: relative;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-radius: 50%;
	background: #FFF;
	background-image: linear-gradient(to right, transparent 50%, #784D96 0);
	color: transparent;
	text-align: center;
	overflow: hidden;
	margin: 10px;
}

.VHC_pieCircleCut {
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	margin: 5px;
	background: #FFF;
	border-radius: 50%;
}

.VHC_hdditem {
	width: 100%;
	font-size: 0.8em;
	color: #777;
	padding: 2px;
	margin-top: 6px;
	margin-bottom: 4px;
}

.VHC_hddBarHolder {
	position: relative;
	height: auto;
	padding: 1px;
	width: 280px;
	border: solid 1px #784D96;
	margin-bottom: 12px;
}

.VHC_hddBar {
	height: 16px;
	background-color: #784D96;
	color: #FFF;
	overflow: hidden;
	padding: 4px 0 0 1px;
}

.VHC_hddBarProxVal {
	color: #784D96;
	position: absolute;
	right: 5px;
	width: 25px;
	top: 5px;
}

.VHC_color {
	color: #784D96;
}

.VHC_FSize125 {
	font-size: 1.25em;
	margin-top: 6px;
	margin-bottom: 3px;
}

.VHC_mt6b2col {
	color: #784D96;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 13pt;
}

.VHC_FSize065 {
	font-size: 0.65em;
	color: #777;
	margin-top: 3px;
	margin-bottom: 5px;
}

.VHC_prcName {
	color: #784D96;
	font-size: 13pt;
	margin-top: 6px;
	margin-bottom: 3px;
}

.VHC_prcData {
	font-size: 8pt;
	color: #777;
	margin-top: 1px;
	margin-bottom: 0;
}

.VHC_prcStart {
	font-size: 0.9em;
	color: #777;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 12px;
}

.VHC_datepickerContainer {
	position: relative;
	top: -6px;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	height: 0;
	background-color: rgb(236,237,237);
	border-color: rgb(236,237,237);
	border-style: solid;
	border-left-width: 20px;
	border-right-width: 20px;
	box-shadow: 0 -1px 0 0 rgb(197,198,199);
	margin-left: -20px;
	overflow: hidden;
	transition: all ease 0.3s;
}

.VHC_datepicker {
	position: absolute;
	top: 18px;
	width: 31%;
	height: 24px;
	padding-top: 4px;
	margin: 0;
	color: #784D96;
	border: solid 1px #9d9d9d;
	font-size: 0.75em;
	background-image: url('/MMUI/icons/windows10icons/CalendarWF42px_GRAY.png');
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 74px center;
	cursor: pointer;
}

.VHC_datedialogHR {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 1px;
	font-size: 0.7em;
}

.VHC_menuReloadButton {
	position: absolute;
	top: 18px;
	left: 66%;
	width: 32%;
	height: 21px;
	padding-top: 8px;
	text-align: center;
	background-color: #747476;
	color: #fff;
	font-size: 0.9em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	border: solid 1px transparent;
	cursor: pointer;
}

	.VHC_menuReloadButton:hover {
		background-color: #fff;
		color: transparent;
		background-image: url('/MMUI/icons/windows10icons/Reload-WF_GRAY.png');
		border: solid 1px #747476;
	}

.VHC_maxreportslider {
	position: absolute;
	bottom: 54px;
	left: 1px;
	width: 288px;
	height: 11px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.VHC_24hBTN {
	position: absolute;
	bottom: 2px;
	left: 0;
	height: 20px;
	padding-top: 8px;
	width: 32%;
	background-color: #747476;
	color: #fff;
	font-size: 0.9em;
	border: solid 1px transparent;
	text-align: center;
	cursor: pointer;
}

.VHC_yearBTN {
	position: absolute;
	bottom: 2px;
	left: 33%;
	height: 20px;
	padding-top: 8px;
	width: 32%;
	background-color: #747476;
	color: #fff;
	font-size: 0.9em;
	border: solid 1px transparent;
	text-align: center;
	cursor: pointer;
}

.VHC_monthBTN {
	position: absolute;
	bottom: 2px;
	left: 66%;
	height: 20px;
	padding-top: 8px;
	width: 32%;
	background-color: #747476;
	color: #fff;
	font-size: 0.9em;
	border: solid 1px transparent;
	text-align: center;
	cursor: pointer;
}

	.VHC_24hBTN:hover, .VHC_monthBTN:hover, .VHC_yearBTN:hover {
		background-color: #fff;
		color: #747476;
		border: solid 1px #747476;
	}

@keyframes VHC_spin {
	to {
		transform: rotate(.5turn);
	}
}

@keyframes VHC_bg {
	50% {
		background: #784D96;
	}
}

.VHC_pie::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	border-radius: 0 100% 100% 0 / 50%;
	background-color: inherit;
	transform-origin: left;
	animation: spin 50s linear infinite, bg 100s step-end infinite;
	animation-play-state: paused;
	animation-delay: inherit;
}

.VHC_servicelistentree {
	position: relative;
	width: calc(100% - 10px);
	margin: 2px 0;
	padding: 5px;
	padding-left: 9px;
	background-color: #784D96;
	color: #FFF;
	border: solid 1px transparent;
	font-size: calc(1.2em + 2px);
	border-radius: 3px;
	cursor: pointer;
	letter-spacing: -1px;
	transition: all 0.3s ease;
	user-select: none;
}

	.VHC_servicelistentree:focus {
		background-color: #FFF;
		color: #784D96;
		border: solid 1px #007edd;
	}

	.VHC_servicelistentree:hover {
		background-color: #784D96;
		color: #FFF;
	}

.VHC_bgflipA {
	padding: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.VHC_bgflipB {
	padding: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.VHC_pslineON {
	font-size: 0.65em;
	color: #747476;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 11px;
	margin: 0;
	margin-left: 12px;
	border-left: solid 14px #67bf0d;
}

.VHC_pslineREBOOT {
	font-size: 0.65em;
	color: #747476;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 18px;
	margin: 0;
	margin-left: 12px;
	border-left: solid 7px #e4115b;
	box-shadow: inset 7px 0 0 0 #67bf0d;
}

.VHC_pslineOFF {
	font-size: 0.65em;
	color: #747476;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0;
	margin-left: 12px;
	border-left: solid 14px #e4115b;
}

.VHC_pslineON b {
	color: #784D96;
	font-size: 1.1em;
}

.VHC_pslineOFF b {
	color: #784D96;
	font-size: 1.1em;
}

.VHC_pslineGREEN {
	font-size: 0.65em;
	color: #747476;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 12px;
	border-left: solid 14px #67bf0d;
}

.VHC_pslineYELLOW {
	font-size: 0.65em;
	color: #747476;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 12px;
	border-left: solid 14px #ffc400;
}

.VHC_pslineRED {
	font-size: 0.65em;
	color: #747476;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 12px;
	border-left: solid 14px #e4115b;
}
/*LimiterValueControllers BEGIN*/
.LVC_OpenControllerMenuBTN {
	position: absolute;
	right: -20px;
	top: -46px;
	width: 76px;
	height: 12px;
	background-color: transparent;
	color: transparent;
	font-size: 0.75em;
	background-image: url(/MMUI/icons/windows10icons/Settings02WF_GRAY.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px 32px;
	cursor: pointer;
	padding: 16px 6px;
	z-index: 100;
	transition: all ease 0.3s;
}

	.LVC_OpenControllerMenuBTN:hover {
		background-color: rgb(236, 237, 237);
		background-position: right center;
		background-size: 16px 16px;
		color: rgb(120,77,150);
		background-image: url(/MMUI/icons/mainmenuIcons/ArrowHeadRight_2b2b2b2.png);
	}

.LVC_CtrlTitle {
	color: rgb(120,77,150);
	font-size: 16pt;
	letter-spacing: -0.04em;
	margin-top: 24px;
}

.LVC_ComponentIconCenter {
	width: 100%;
	height: 200px;
	display: inline-block;
	background-position: center;
	background-size: 128px 128px;
	background-repeat: no-repeat;
}

.LVC_Icon_CPU, .LVCmIcon_cpu {
	background-image: url(/MMUI/icons/windows10icons/CPU_WF.png);
}

.LVC_Icon_RAM, .LVCmIcon_mem {
	background-image: url(/MMUI/icons/windows10icons/RAM_WF.png);
}

.LVC_Icon_TEMP, .LVCmIcon_cputemp {
	background-image: url(/MMUI/icons/windows10icons/Temperature_WF.png);
}

.LVC_Icon_HDD, .LVCmIcon_hdd {
	background-image: url(/MMUI/icons/windows10icons/Harddrive_WF.png);
}

.LVC_MessageIconbox {
	width: 100%;
	height: 64px;
	margin-top: -20px;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	color: #747476;
	display: inline-block;
	background-position: left center;
	background-size: 64px 64px;
	background-repeat: no-repeat;
}

.LVC_BigLimitValueLabel {
	color: rgb(120,77,150);
	font-size: 2.7em;
	padding-top: 4px;
	padding-bottom: 16px;
	text-align: center;
}

.LVC_CtrlInfoText {
	color: #747476;
	font-size: 0.8em;
}

.LVC_BigLimitSlider {
	width: 100%;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 12px;
}

.LVC_SaveLimitButton {
	width: 120px;
	height: auto;
	padding: 0;
	padding-top: 12px;
	padding-bottom: 10px;
	display: inline-block;
	cursor: pointer;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	background-color: rgb(120,77,150);
	color: #fff;
	border: solid 2px rgb(120,77,150);
	margin-left: 186px;
	margin-bottom: 40px;
}

	.LVC_SaveLimitButton:hover {
		background-color: #fff;
		color: rgb(120,77,150);
		border: solid 2px rgb(120,77,150);
	}

.LVC_WarningsText {
	padding-top: 20px;
	color: #747476;
	font-size: 0.8em;
}
/*LimiterValueControllers END*/
/*Visual Hardware Controls END*/

/* Tablesort Grouping + Sorting*/
.GroupingContainer.Border {
	border: solid 1px red;
}

.GroupingContainer {
	background-color: #636365;
	margin-left: 50px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 15px;
	height: 14px;
}

	.GroupingContainer p {
		margin: 0;
		font-size: 11pt;
		color: #ffffff;
		overflow: hidden;
		white-space: nowrap;
		line-height: 18px;
	}

	.GroupingContainer th {
		background-image: none;
		font-size: 11pt;
		color: #ffffff;
		font-weight: normal;
	}

th .GroupCloseButton {
	float: left;
	margin-left: 6px;
	margin-top: -6px;
}

.tablesorter-header-inner {
	float: left;
}

tr.group-header td i {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid #888;
	border-right: 4px solid #888;
	border-left: 4px solid transparent;
	margin-right: 7px;
	user-select: none;
	-moz-user-select: none;
}

tr.group-header.collapsed td i {
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #888;
	border-right: 0;
	margin-right: 10px;
}

tr.group-header td {
	background: #eee;
}

.group-name {
	text-transform: uppercase;
	font-weight: bold;
}

.group-count {
	color: #999;
}

.group-hidden {
	display: none !important;
}

.group-header, .group-header td {
	user-select: none;
	-moz-user-select: none;
}
/* END Tablesort Grouping + Sorting*/

#marketPlaceMenuFourthSuperadminDeviceFullDetailsMenuBody {
	padding-top: 20px;
}

.displayNone {
	display: none;
}

.mpDownloadsDownloadIcon {
	background-image: url(/MMUI/icons/windows10icons/win10downloadGrey.png);
	position: absolute;
}

/*upcomingFeatures MessageMenu BEGIN*/
/*Klassen für die Message in Form eines Menüs*/
.upcomingFeatureMessageBox {
	margin-top: 16px;
	color: #747476;
}

.upcomingFeatureImage {
	background-image: url(/MMUI/icons/terraCloudLogo100_94.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 94px 100px;
	width: 100%;
	height: 100px;
	margin-top: 40px;
	margin-bottom: 40px;
}

/*upcomingFeatures MessageMenu END*/


/*mp_impressum classes BEGIN*/
.mp_impressum_overlay {
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	color: #747476;
	overflow-x: hidden;
	overflow-y: scroll;
}

.mp_impressum_holder {
	position: relative;
	margin-top: 0;
	margin-left: 10%;
	margin-right: 10px;
	margin-bottom: 32px;
	width: 780px;
	height: auto;
	font-size: 1.2em;
}

.mp_impressum_closebutton {
	background-image: url(/MMUI/icons/windows10icons/win10closeblack.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px;
	background-color: #fff;
	cursor: pointer;
	width: 32px;
	height: 32px;
	right: 70px;
	top: 70px;
	position: fixed;
	z-index: 100000;
}

.mp_impressum_maintitle {
	padding: 10px;
	padding-bottom: 16px;
	padding-left: 0;
	margin: 0;
	margin-top: 64px;
	font-size: 2.4em;
	font-weight: lighter, 100;
	color: rgb(120,77,150);
}

.mp_impressum_title {
	color: rgb(120,77,150);
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 2px;
	padding-left: 0;
	margin: 0;
}

.mp_impressum_text {
	color: #747476;
	font-size: 0.8em;
	font-weight: lighter;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 0;
	margin: 0;
}

	.mp_impressum_text a {
		color: rgb(120,77,150);
	}

		.mp_impressum_text a:hover {
			text-decoration: underline;
		}

@media screen and (max-width: 899px) {
	.mp_impressum_holder {
		margin-left: 2%;
		margin-right: 2%;
		width: 98%;
	}

	.mp_impressum_title {
		font-size: 1em;
	}

	.mp_impressum_text {
		font-size: 1em;
	}

	.mp_impressum_closebutton {
		right: 32px;
	}
}
/*mp_impressum classes END*/

.schraff50sqp {
	background-image: url(../MMUI/icons/windows10icons/Schraffur50FeinWeiss.png);
	background-size: cover;
	z-index: 10;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	cursor: not-allowed;
}

.InfoNose {
	background-color: rgb(120,77,150);
	opacity: 0.5;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	right: 6px;
	width: 100px;
	height: 50px;
	top: 6px;
}

.displayBlockLinkCover {
	display: inline-table;
	width: 100%;
	height: 50px;
	position: relative;
}

.pageIframeClass {
	width: 100%;
	height: 100%;
	border: none;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
}

.mccListViewSearchField {
	width: 100%;
	margin: 25px;
	margin-left: 50px;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 28px;
	font-size: 12pt;
	max-width: 500px;
	border: solid 1px #999;
	background-repeat: no-repeat;
	background-position: 7px center;
	background-image: url(../MMUI/icons/windows10icons/SearchWF_32qpxGRAY.png);
	background-size: 16px;
}

.mccCustomerSelectionViewSearchField {
	width: 78%;
	margin: 7px;
	margin-left: 21px;
	padding: 3px;
	padding-left: 28px;
	font-size: 11pt;
	border: solid 1px rgb(235, 236, 236);
	background-repeat: no-repeat;
	background-position: 7px center;
	background-image: url(../MMUI/icons/windows10icons/SearchWF_32qpxGRAY.png);
	background-size: 16px;
	z-index: 1;
	position: absolute;
	top: 4px;
}

/*Suchfeld überlagert Teile des Scrollbalkens: Wenn Scrollbar sichtbar, dann .searchbarCoverDivSmall anwenden*/
.searchbarCoverDiv {
	width: 350px;
	height: 48px;
	position: absolute;
	top: 96px;
	background-color: rgb(217,218,219);
	z-index: 35;
}

.searchbarCoverDivSmall {
	width: 350px;
	height: 48px;
	position: absolute;
	top: 96px;
	background-color: rgb(217,218,219);
	z-index: 48;
}



.listViewTableCover {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	transition: width ease 0.3s;
}

.tableOpenCompanyButton {
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 0;
	min-height: 40px;
	cursor: pointer;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-image: url(../MMUI/icons/menuicons/Factory-WF_grey.png);
	transition: width ease 0.2s;
}

	.tableOpenCompanyButton:hover {
		background-color: rgba(120,77,150,0.3);
	}

.tableClassListView {
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	min-width: 950px;
	border-collapse: separate;
	border-spacing: 0px;
	transition: opacity ease 0.2s;
}

	.tableClassListView tr {
		position: relative;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: transparent;
	}

		.tableClassListView tr:nth-child(odd) {
			background: #f2f2f2;
		}

		.tableClassListView tr:hover {
		}

			.tableClassListView tr:hover .tableOpenCompanyButton {
				width: 48px;
			}

			.tableClassListView tr:hover td {
				color: rgb(120,77,150);
				border-bottom-color: rgb(120,77,150);
				background-color: rgb(247,248,249);
			}

				.tableClassListView tr:hover td:first-child {
					background-color: rgb(120,77,150);
					color: #FFF;
				}

.tableClassListViewSelected > td {
	color: rgb(120,77,150) !important;
	border-bottom-color: rgb(120,77,150) !important;
	background-color: rgb(247,248,249) !important;
}

	.tableClassListViewSelected > td:first-child {
		background-color: rgb(120,77,150) !important;
		color: #FFF !important;
	}

.tableClassListView_selectedRow {
	background-color: rgb(120,77,150);
	color: #FFF;
}

	.tableClassListView_selectedRow td {
		background-color: rgb(120,77,150);
		color: #FFF;
	}

	.tableClassListView_selectedRow:hover {
		background-color: rgb(120,77,150);
		color: #FFF;
	}

	.tableClassListView_selectedRow td:first-child {
		background-color: rgb(120,77,150);
		color: #FFF;
	}

.tableSelectedRow {
	background-color: rgb(120,77,150);
	text-shadow: 0px 1px 1px 0px #000;
	color: #FFF;
}

	.tableSelectedRow td:first-child {
		background-color: rgb(120,77,150);
		color: #FFF;
	}

	.tableSelectedRow:hover td {
		background-color: rgb(120,77,150);
		color: #FFF;
	}

.tableClassListView .tableSelectedRow {
	background-color: rgb(120,77,150);
	color: #FFF;
}

	.tableClassListView .tableSelectedRow:hover td {
		background-color: rgb(120,77,150);
		border-bottom-color: rgb(255,255,255);
		color: #FFF;
	}

	.tableClassListView .tableSelectedRow td:first-child {
		background-color: rgb(120,77,150);
		color: #FFF;
	}

.tableClassListView th {
	position: relative;
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.2pt;
	white-space: nowrap;
	border-bottom-width: 2px;
	border-bottom-color: #ddd;
	border-bottom-style: solid;
	background-color: rgba(162,125,178,0.2);
	padding-top: 15px;
	padding-left: 9px;
	padding-right: 13px;
	padding-bottom: 13px;
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: center;
	background-size: 8px;
	cursor: pointer;
}



	.tableClassListView th:hover {
		background-color: rgba(162,125,178,0.2);
		color: transparent;
	}

.tableClassListView td {
	position: relative;
	padding-top: 16px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	font-size: 11pt;
	min-width: 10px;
	border-bottom-width: 1px;
	border-bottom-color: rgb(237,238,239);
	border-bottom-style: solid;
	letter-spacing: -0.02em;
	white-space: nowrap;
	-moz-user-select: text;
	-ms-user-select: text;
	-webkit-user-select: text;
	user-select: text;
}

	.tableClassListView td:hover {
	}

.tableColumnSelectionMenu {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -360px;
	width: 320px;
	background-color: rgb(237,238,239);
	border-left: solid 1px rgb(190, 191, 192);
	color: rgb(78, 79, 80);
	padding: 20px;
	padding-top: 24px;
	overflow-y: auto;
	overflow-x: hidden;
	transition: right ease 0.3s;
	z-index: 10000;
}

	.tableColumnSelectionMenu div:hover {
		text-decoration: underline;
	}

.tableColumnSelectionMenuItem_Checked {
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 9px;
	padding-left: 36px;
	padding-top: 11px;
	font-size: 12pt;
	background-image: url(../MMUI/icons/windows10icons/CheckWFgray32pxChecked.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px;
	cursor: pointer;
}

.tableColumnSelectionMenuItem_Unchecked {
	margin: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 9px;
	padding-left: 36px;
	padding-top: 11px;
	font-size: 12pt;
	background-image: url(../MMUI/icons/windows10icons/CheckWFgray32pxUnchecked.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px;
	cursor: pointer;
}

.tableColumnSelectionMenuDescription {
	margin: -24px;
	margin-bottom: 16px;
	background-color: rgb(217, 218, 219);
	padding: 10px;
	padding-left: 26px;
	padding-top: 22px;
	padding-bottom: 52px;
	font-size: 12pt;
}

.tableColumnSelectionMenuCloseButton {
	min-width: 110px;
	background-color: rgb(120,77,150);
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding: 12px;
	border: solid 1px #fff;
	margin: 20px;
	margin-left: 185px;
	cursor: pointer;
}

.titleBadgeBrowserWarning {
	width: 50px;
	height: 48px;
	position: absolute;
	right: 50px;
	top: 0px;
	background-image: url('/MMUI/icons/windows10icons/Message Warning-WFnew.png');
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	display: none;
}

	.titleBadgeBrowserWarning:hover, .titleBadgeSubmitBugBtnWhite:hover, .titleBadgeSubmitBugBtnGrey:hover {
		background-color: #FAFAFA;
	}

.titleBadgeSubmitBugBtnWhite {
	width: 50px;
	height: 48px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('/MMUI/icons/windows10icons/Bug-WF.png');
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.titleBadgeSubmitBugBtnGrey {
	width: 50px;
	height: 48px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('/MMUI/icons/windows10icons/Bug-WFgrey.png');
	background-size: 35px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.spanDiv {
	height: 25px;
}


.seldivback {
	/*DesignTest*/
	width: 5px;
	height: 45px;
	background-color: transparent;
	float: left;
	transition: all ease 0.3s;
}


.inList {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: -10px;
	margin-top: -10px;
}

.colInList {
	margin: 0px;
	margin-top: 5px;
}

.StateRed .seldivback {
	background-color: #e41156;
}

.StateYellow .seldivback {
	background-color: yellow;
}

.StateOrange .seldivback {
	background-color: orange;
}

.StateGreen .seldivback {
	background-color: #67bf0d;
}

.StateGray .seldivback {
	background-color: rgb(88, 88, 90);
}

.marketPlaceCustomerListDivSelected > div.statusdiv, .marketPlaceMenuLabelCustomerDetailsValueListDivSelected > div.statusdiv, .marketPlaceListDivSelectedMulti > div.statusdiv {
	/*display: block;*/
	background-color: rgb(120, 77, 149) !important;
}

.marketPlaceCustomerListDivSelected > div.mpListElementProductNameContainer, .marketPlaceMenuLabelCustomerDetailsValueListDivSelected > div.mpListElementProductNameContainer, .marketPlaceListDivSelectedMulti > div.mpListElementProductNameContainer {
}

.marketPlaceCustomerListDivSelected > div.mpListElementNextContainer, .marketPlaceMenuLabelCustomerDetailsValueListDivSelected > div.mpListElementNextContainer, .marketPlaceListDivSelectedMulti > div.mpListElementNextContainer {
}

.marketPlaceCustomerListDivSelected > div > div.seldivfont, .marketPlaceMenuLabelCustomerDetailsValueListDivSelected > div > div.seldivfont, .marketPlaceListDivSelectedMulti > div > div.seldivfont {
	color: rgb(120, 77, 149) !important;
}

div.marketPlaceCustomerListDivSelected, div.marketPlaceListDivSelectedMulti {
	background-color: white;
}

.marketPlaceMenuLabelCustomerDetailsValueListDivSelected > div > div.seldivback {
	margin-top: -9px;
}

.mpListElement {
}

.mpListElementIconBox {
	width: 45px;
	height: 45px;
	text-align: center;
	color: rgb(88, 88, 90);
	font-size: 30px;
	border-right-color: white;
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
	background-size: contain;
	background-image: url(/MMUI/icons/menuicons/NewMicrosoft_BLK_45qpx.png);
	background-color: rgba(227,227,227,0.65);
	background-position: center;
	background-size: 24px;
	background-repeat: no-repeat;
}

.marketPlaceCustomerListDiv_ExtendedNeu {
}

	.marketPlaceCustomerListDiv_ExtendedNeu b {
		color: rgb(120,77,150);
		font-weight: 100;
	}

.marketPlaceDeviceListDiv_ExtendedNeu {
}

	.marketPlaceDeviceListDiv_ExtendedNeu b {
		color: rgb(120,77,150);
		font-weight: 100;
	}


.marketPlaceCustomerListDiv_ExtendedNeu .marketPlaceCustomerListPriceLimitHolderBar {
}

.marketPlaceCustomerListDiv_ExtendedNeu .mpListElementInfoFlag {
}

.mpListElementInfoFlag b {
	color: rgb(120,77,150);
	font-weight: 100;
}

.mpListElementLogo {
	font-weight: bold;
	margin-top: 13px;
}

.mpListElementProductNameContainer {
	width: 219px;
	height: 45px;
	font-size: 11pt;
	float: left;
	color: rgb(88, 88, 90);
	background-color: rgba(227,227,227,0.4);
}

.mpListElementProductName {
	margin-top: 16px;
	margin-left: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 2px;
}

.mpListElementInfoCombiHolder {
	height: 45px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.mpListElementNextContainer {
	width: 48px;
	height: 45px;
	overflow: hidden;
	font-size: 30px;
	float: left;
	background-image: url(/MMUI/icons/mainmenuIcons/ArrowHeadRight_2b2b2b2.png);
	background-position: 21px;
	background-repeat: no-repeat;
	background-size: 15px;
	color: rgb(88, 88, 90);
	background-color: rgba(227,227,227,0.4);
}
.trashbin {
    background-image: url("/MMUI/icons/leftMainMenuSVGs/gray/Garbage-WF.svg");
}
.mpListElementEmptyContainer {
	width: 48px;
	height: 45px;
	overflow: hidden;
	font-size: 30px;
	float: left;
	color: rgb(88, 88, 90);
	background-color: rgba(227,227,227,0.4);
}

.seldivfont {
	font-family: 'Segoe UI';
	font-size: 20px;
	margin-top: 9px;
	margin-left: 23px;
	float: left;
}

.mpListElementSmallPrice {
	position: relative;
	height: 38px;
	color: #784d96;
	font-size: 11pt;
	margin-top: 5px;
}

.HideYearly .mpListElementSmallPrice {
	height: 12px;
}

.mpListElementInfoContainer {
	position: absolute;
	right: 0px;
	width: 77px;
	height: 20px;
	overflow: hidden;
	border-top-color: white;
	border-top-width: 1px;
	border-top-style: solid;
	margin-right: 15px;
	float: right;
	background-image: url(/MMUI/icons/menuicons/Information-WF_24sqpx_grey.png);
	background-position: 49px;
	background-repeat: no-repeat;
	background-size: 17px;
	margin-bottom: 20px;
}

.mpServiceInfoContainer {
	width: 20px;
	height: 20px;
	overflow: hidden;
	border-top-color: white;
	border-top-width: 1px;
	border-top-style: solid;
	float: right;
	background-image: url(/MMUI/icons/menuicons/Information-WF_24sqpx_grey.png);
	background-position: 0px;
	background-repeat: no-repeat;
	background-size: 17px;
	cursor: pointer;
}

.MPControlContainer[data-controltype="fix"] .mpServiceInfoContainer {
	position: relative;
	top: 12px;
	right: 25px;
	border: 0px;
}

.mpListElementInfo {
	width: 50px;
	height: 31px;
	margin-top: 4px;
	margin-left: -27px;
	transform: rotate(45deg);
	background-color: white;
}

.mpListElementInfoChar {
	border-radius: 50%;
	border-image: none;
	width: 9px;
	padding-left: 5px;
	font-size: 12px;
	margin-top: -33px;
	margin-left: 47px;
	float: left;
}

.mpListElementInfoFlag {
	position: relative;
	width: 225px;
	left: 0px;
	color: gray;
	font-size: 13px;
	margin-bottom: 6px;
	margin-top: 15px;
	margin-left: 63px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.OfferElements .mpListElementInfoFlag {
	height: auto;
}

.mpListElementLink {
	color: #784d96;
	text-decoration: underline;
	cursor: pointer;
}

.GotInfoContent.HideInfoContainer {
	height: 45px;
}

	.GotInfoContent.HideInfoContainer > .InfoShowContainer {
		display: none;
	}

	.GotInfoContent.HideInfoContainer.showOpenImportant > .InfoShowContainer {
		display: block;
	}

.InfoShowContainer {
	position: relative;
	/*DesignTest*/
	margin-left: 13px;
}

.infoContentCoverDiv {
}

.displayInlineBlock {
	display: inline-block;
}

.mpListElementInfoFlag > .marketPlaceCustomerListPriceLimitHolderBar {
	top: auto;
}

.mpListElementSmallPrice > .marketPlaceCustomerListPriceLimitHolderBar {
	top: auto;
}

.marketPlaceMenuLabelCustomerDetailsValueCoverDiv {
	margin-left: -1px !important;
}

.mpListElementInfoCombiHolderSecond.marketPlaceMenuLabelBackupDetailsValueCoverDiv {
	margin-left: -1px !important;
}

.menuButtonVerticalSplitLine {
	width: 1px;
	height: 30px;
	background-color: rgb(88,88,90);
	float: left;
	margin-top: 11px;
}

.menuHeadderButtonExtendedDiv {
	width: 350px;
	height: 53px;
	position: absolute;
	top: 53px;
	left: 0px;
	background-color: rgb(216,217,218);
}

.marginLeft10pxElement {
	width: 10px;
	float: left;
	height: 30px;
}

.colorOrderMaskSelectedCustomer {
	color: rgb(242,148,0);
}

.orderMaskNumberedTitleLineHolder {
	position: relative;
	min-height: 30px;
	margin-top: 20px;
	font-size: 11pt;
	font-weight: bold;
}

.orderMaskNumberedTitleLineHolderBig {
	position: relative;
	min-height: 30px;
	margin-top: 40px;
	font-size: 11pt;
	font-weight: bold;
}

.orderMaskNumberedTitleLineHolderFooter {
	position: relative;
	min-height: 30px;
	margin-top: 10px;
	font-size: 11pt;
	font-weight: bold;
}

.orderMaskNumberedTitleLine_Number_Red {
	position: absolute;
	top: -5px;
	left: -16px;
	width: 12px;
	height: 12px;
	text-align: center;
	padding: 4px;
	border-radius: 50%;
	color: #fff;
	background-color: #e41156;
	border: 1px solid transparent;
}

.orderMaskNumberedTitleLine_Number_Green {
	position: absolute;
	top: -5px;
	left: -16px;
	width: 12px;
	height: 12px;
	text-align: center;
	padding: 4px;
	border-radius: 50%;
	color: #fff;
	background-color: #67bf0d;
	border: 1px solid transparent;
}

.orderMaskNumberedTitleLine_Text {
	margin-left: 12px;
	text-transform: uppercase;
	color: #747476;
}

.cursorPointer {
	cursor: pointer;
}

.backgroundCriticalRed {
	background-color: #e41156;
}

.backgroundOKGreen {
	background-color: #67bf0d;
}

.backgroundWarningOrange {
	background-color: #d97e00;
}

.opacyDivClass {
	opacity: 0.5;
	cursor: default;
}

.blockRelativeClass {
	display: block;
	position: relative;
}

.pictureDivAddonOrderMenuMainOrder {
	height: 66%;
	width: auto;
	margin-bottom: 100px;
	background-image: url(/MMUI/icons/stepOne_addonsOrder.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.pictureDivAddonOrderMenuAddonOrder {
	height: 66%;
	width: auto;
	background-image: url(/MMUI/icons/stepTwo_addonsOrder.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.pictureDivSubscriptionSuspendDE {
	height: 30%;
	width: auto;
	background-image: url(/MMUI/icons/cspsuspend_de.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.pictureDivSubscriptionSuspendEN {
	height: 30%;
	width: auto;
	background-image: url(/MMUI/icons/cspsuspend_en.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

.highLightColored {
	color: #784d96;
}

.radioBtnHighLightChecked:checked + label, .radioBtnHighLightChecked:checked + label + label {
	color: #784d96;
}

.mpListElementInfoCombiHolderMain {
	width: 350px;
	margin-bottom: 1px;
	margin-left: -22px;
	clear: left;
}

	.mpListElementInfoCombiHolderMain .selectedElement {
		background-color: #4D9ED8;
	}


.mpListElementInfoCombiHolderSecond {
	height: 45px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 1px;
}

.mpListElementInfoCombiHolderThird {
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 16pt;
	border-right-color: white;
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
	background-size: contain;
	background-color: rgb(227, 227, 227);
}

.mpListElementHighlight {
	color: #784d96;
	font-size: 11pt;
	margin-top: 5px;
	margin-left: 62px;
	float: left;
}

.mpListElementProductNameContainer.mpListElementProductNameContainerSelection {
	/*DesignTest*/
	width: 267px;
	height: 45px;
	font-size: 11pt;
	float: left;
	color: rgb(88, 88, 90);
	background-color: rgba(227,227,227,0.4);
}

.CheckBoxLabel {
	width: 90%;
	min-height: 30px;
	font-size: 12pt;
}

.generalcheckbox {
	height: 25px;
	float: left;
	position: relative;
	margin-right: 1%;
}

input.generalcheckbox {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 23px;
	font-size: 13pt;
	padding-left: 10px;
	border: 1px solid rgb(10, 45, 65);
	user-select: contain;
	-ms-user-select: element;
}

.checkboxlabel {
	width: 90%;
	min-height: 30px;
	padding-top: 9px;
	font-size: 12px;
}

.ConfigMaskBottomPrice {
	font-size: 16px;
	color: rgba(120, 77, 150, 1);
	width: 252px;
	float: right;
	text-align: right;
}

.ConfigMaskBottomInfoText {
	font-size: 13px;
	color: rgba(128,128,128,1);
	font-weight: lighter;
	float: left;
	width: 184px;
}

.PriceInfo {
	position: relative;
	height: 30px;
	margin-top: 18px;
	width: 100%;
}

	.PriceInfo.AnchorPriceSinglePaymentUnit {
		margin-top: 6px;
	}

.MPControlContainer {
	position: relative;
	margin-bottom: 12px;
}

.SelectYellow > div.seldivback, .marketPlaceMenuLabelCustomerDetailsValueListDivSelected > div.seldivback {
	background-color: rgb(212, 215, 0);
}

.SelectBlue > div.seldivback, .marketPlaceMenuLabelCustomerDetailsValueListDivSelected > div.seldivback {
	background-color: rgb(151, 191, 13);
}

.SelectPurple > div.seldivback, .marketPlaceMenuLabelCustomerDetailsValueListDivSelected > div.seldivback {
	background-color: rgb(120, 77, 150);
}

.fixpositioncontrol {
	float: left;
	width: 180px;
	margin-bottom: 3px;
}

.SingleLinedPrice .PriceInfo {
	height: 10px;
	margin-top: 2px;
}

.SingleLinedPrice .checkboxlabel {
	min-height: auto;
}

.radiobuttonscontrol .RadioButtonBox {
	font-size: 12px;
	color: #747476;
	font-weight: lighter;
	margin-bottom: 6px;
	margin-top: 8px;
}


	.radiobuttonscontrol .RadioButtonBox.disabeled {
		font-size: 12px;
		color: #e41156;
		font-weight: lighter;
		margin-bottom: 6px;
		margin-top: 8px;
	}

.RadioButtonDesc {
	position: relative;
	left: 25px;
	top: -15px;
	width: calc(100% - 25px);
}



.radiobuttonscontrol {
	font-size: 11pt;
}

.RadioButtonPrice {
	float: right;
	margin-top: 4px;
}

	.RadioButtonPrice.multi {
		clear: right;
	}

.RadioButtonBox.selected {
	color: rgba(120, 77, 150, 1);
}

.ControlLabel {
	font-size: 12px;
	color: #747476;
	font-weight: bolder;
}

.PriceInputText {
	width: 85%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #2B2B2B;
	font-weight: lighter;
	color: #2B2B2B;
	text-align: right;
}

.RightFloatingPrice {
	color: rgb(120, 77, 150);
	font-size: 15pt;
	float: right;
}

.TotalPositionOfferPrice.warning {
	color: red;
}

.addoncontrol .marketPlaceMenuCoverDiv, .fixpositioncontrol .marketPlaceMenuCoverDiv {
	margin-bottom: 0px;
}


.addoncontrol {
	margin-bottom: 3px;
}

.oncePriceLabel {
	font-size: 9pt;
	text-align: right;
	color: rgba(128, 128, 128, 1);
}

.MultiSlideMenu2 {
	width: 700px;
}

.ActivateRightEdit {
	color: rgb(120, 77, 150) !important;
	border-color: rgb(120, 77, 150);
	border-width: 2px;
	border-style: solid;
	margin-top: -4px;
}

.roledivmargin {
	margin-bottom: 8px;
	margin-top: 5px;
}

.ConfigurationDetailItem_Image {
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.ConfigurationDetailItem_Header {
	font-size: 16px;
	font-weight: bold;
}

.ConfigurationDetailItem_Block {
	margin: 12px 0px;
}

.newDeploymentInputText {
	width: 96%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid rgb(120, 120, 120);
	font-weight: lighter;
	color: rgb(120, 120, 120);
}

.newDeploymentInputInfoToolTipLabelCreateDeployment {
	position: relative;
	width: 94%;
	height: auto;
	background-color: rgba(215,239,255,1);
	display: none;
	font-weight: lighter;
	color: #2B2B2B;
	font-size: 14px;
	padding: 10px;
}

.dpm_radio {
	margin: 20px;
}

.dpm_SelectionValue {
	margin-bottom: 20px;
}

.invalide {
	border-color: red;
	border-style: solid;
	border-width: 1px;
}

.RightPriceLabel {
	text-align: right;
}

.ProductIframe {
	width: 100%;
	height: 1000px;
	border: 0;
	overflow: hidden;
}

.mpProductListElementInfoCombiHolderThird {
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 16pt;
	border-right-color: white;
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
	background-size: contain;
}

.AcceptAGBButton {
	overflow: hidden;
	position: relative;
	padding: 9px;
	padding-top: 12px;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid transparent;
	background-color: rgb(242,148,0);
	color: #FFFFFF;
	margin-top: 24px;
	cursor: pointer;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 30px;
}

	.AcceptAGBButton.inactive {
		background-color: rgb(148,148,148);
	}

.AGBLink a:visited, .AGBLink a {
	color: rgb(88, 88, 90);
}

.mpProductListElementInfoCombiHolderSecond {
	height: 45px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 1px;
}

.marketPlaceMenuLabelCustomerDetailsValueCoverDiv {
	margin-left: -1px !important;
}

.mpProductListElementProductNameContainer {
	width: 219px;
	height: 45px;
	font-size: 11pt;
	float: left;
	color: rgb(88, 88, 90);
	background-color: rgba(227,227,227,0.4);
}

.mpProductListElementEmptyContainer {
	width: 48px;
	height: 45px;
	overflow: hidden;
	font-size: 30px;
	float: left;
	color: rgb(88, 88, 90);
	background-color: rgba(227,227,227,0.4);
}

.mpProductListElementProductName {
	margin-top: 16px;
	margin-left: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 2px;
}

.mpProductListElementInfoCombiHolderMain {
	width: 318px;
	margin-bottom: 1px;
	margin-left: -7px;
	clear: left;
}

table.tableClassListView th:hover .columnsearchfield, .columnsearchfield:focus {
	display: block;
}

.columnsearchfield.filled {
	display: block !important;
}

.columnsearchfield::-ms-clear {
	width: 0;
	height: 0;
}

.mpProductListElementInfoFlag {
	position: relative;
	width: 270px;
	height: 65px;
	color: gray;
	font-size: 13px;
	margin-top: 5px;
	margin-left: 54px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.mpProductListElementInfoContainer {
	width: 77px;
	height: 20px;
	overflow: hidden;
	border-top-color: white;
	border-top-width: 1px;
	border-top-style: solid;
	margin-right: 15px;
	float: right;
	background-image: url(/MMUI/icons/menuicons/Information-WF_24sqpx_grey.png);
	background-position: 49px;
	background-repeat: no-repeat;
	background-size: 17px;
}

.mpProductListElementInfo {
	width: 50px;
	height: 31px;
	margin-top: 4px;
	margin-left: -27px;
	transform: rotate(45deg);
	background-color: white;
}

.mpProductListElementInfoChar {
	border-radius: 50%;
	border-image: none;
	width: 9px;
	padding-left: 5px;
	font-size: 12px;
	margin-top: -33px;
	margin-left: 47px;
	float: left;
}

.mpProductListElementNextContainer {
	width: 48px;
	height: 45px;
	overflow: hidden;
	font-size: 30px;
	float: left;
	background-image: url(/MMUI/icons/mainmenuIcons/ArrowHeadRight_2b2b2b2.png);
	background-position: 21px;
	background-repeat: no-repeat;
	background-size: 15px;
	color: rgb(88, 88, 90);
	background-color: rgba(227,227,227,0.4);
}

/*Visual Hardware Controls BEGIN*/
.VHC_centerbox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.VHC_eqbarstable {
	height: 200px;
	position: relative;
	margin-left: 20px;
}

.VHC_table {
	position: relative;
	border-spacing: 1px;
	height: 100%;
}

.VHC_tr {
	position: relative;
}

.VHC_td {
	position: relative;
	min-width: 34px;
}

.VHC_eqbar {
	position: absolute;
	bottom: 0;
	border-radius: 2px;
	background-color: #784D96;
	margin: 1px;
	width: 32px;
	height: 100%;
	text-align: center;
	overflow: visible;
	transition: all 1s ease;
}

	.VHC_eqbar p {
		position: absolute;
		color: #000;
		font-size: 0.7em;
		font-weight: 100;
		text-align: center;
		bottom: -22px;
		padding-top: 0;
		width: 100%;
		height: 12px;
	}

.VHC_svgStrokeLines {
	stroke-linecap: round;
	stroke: #784D96;
	stroke-width: 7px;
	transition: all 1s ease;
	fill: none;
}

.VHC_proxRingBox {
	position: relative;
	border-radius: 2px;
	float: left;
	margin: 1px;
	margin-top: 5px;
	padding: 3px;
}

	.VHC_proxRingBox p {
		position: absolute;
		top: -5px;
		left: 0;
		right: 0;
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 10pt;
		color: #784D96;
	}

.VHC_svgProx circle {
	stroke-dashoffset: 0;
	transition: all 1s ease;
	stroke: rgba(0,0,0,0.4);
	stroke-width: 2px;
}

.VHC_svgProx .VHC_bar {
	stroke: #784D96;
	stroke-width: 12px;
}

.VHC_cont {
	display: block;
	height: 100%;
	width: 100%;
	margin: 2em auto;
	border-radius: 100%;
	position: relative;
	text-align: center;
}

	.VHC_cont:after {
		position: relative;
		height: auto;
		width: auto;
		margin-top: -75%;
		content: attr(data-pct)"%";
		border-radius: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 3em;
		text-align: center;
		color: #777;
	}

.VHC_input {
	color: #000;
}

.VHC_button {
	cursor: pointer;
	padding: 0;
}

.VHC_controlMenu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.VHC_TextColor {
	color: #784D96;
	font-size: 0.7em;
	margin-bottom: 2px;
}

.VHC_proxCpuTimeLine {
	border-radius: 1px;
	margin-top: 12px;
	height: 120px;
}

.VHC_proxLineDiagrammBox {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.VHC_XMLiframe {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
	margin-top: 12px;
}

.VHC_XMLdiv {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
	color: #784D96;
	font-size: 0.7em;
	margin-top: 12px;
}

.VHC_drivebar {
	position: relative;
	width: 100%;
	margin: 2px 0;
	padding: 5px;
	padding-left: 9px;
	background-color: #784D96;
	color: #FFF;
	border-radius: 3px;
	letter-spacing: -1px;
	text-align: left;
}

.VHC_wrappanel {
	position: relative;
	width: 100%;
	min-height: 84px;
	margin: 0;
	margin-top: 12px;
	margin-bottom: 12px;
	display: inline-block;
}

.VHC_diagramminfolabel {
	position: absolute;
	top: 0px;
	left: 50px;
	color: rgb(120,77,150);
	height: 115px;
	border-left: solid 1px rgb(120,77,150);
	text-align: left;
	margin: 0;
	padding: 2px;
	padding-top: 8px;
	font-size: 11px;
	z-index: 101;
}

.VHC_hwsheet {
	position: relative;
	padding: 5px;
	padding-top: 20px;
	border: 2px solid transparent;
	border-top-color: #784D96;
	margin: 20px;
	height: 240px;
	width: auto;
}

.VHC_hwsheettitle {
	color: #784D96;
	font-weight: lighter;
	font-size: 16pt;
	letter-spacing: -1px;
	padding: 0;
	height: 18px;
	margin: 0;
	margin-top: 24px;
	margin-bottom: 4px;
	float: right;
	width: 100%;
}

.VHC_pie {
	position: relative;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-radius: 50%;
	background: #FFF;
	background-image: linear-gradient(to right, transparent 50%, #784D96 0);
	color: transparent;
	text-align: center;
	overflow: hidden;
	margin: 10px;
}

.VHC_pieCircleCut {
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	margin: 5px;
	background: #FFF;
	border-radius: 50%;
}

.VHC_hdditem {
	width: 100%;
	font-size: 0.8em;
	color: #777;
	padding: 2px;
	margin-top: 6px;
	margin-bottom: 4px;
}

.VHC_hddBarHolder {
	position: relative;
	height: auto;
	padding: 1px;
	width: 280px;
	border: solid 1px #784D96;
	margin-bottom: 12px;
}

.VHC_hddBar {
	height: 16px;
	background-color: #784D96;
	color: #FFF;
	overflow: hidden;
	padding: 4px 0 0 1px;
}

.VHC_hddBarProxVal {
	color: #784D96;
	position: absolute;
	right: 5px;
	width: 25px;
	top: 5px;
}

.VHC_color {
	color: #784D96;
}

.VHC_FSize125 {
	font-size: 1.25em;
	margin-top: 6px;
	margin-bottom: 3px;
}

.VHC_mt6b2col {
	color: #784D96;
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 13pt;
}

.VHC_FSize065 {
	font-size: 0.65em;
	color: #777;
	margin-top: 3px;
	margin-bottom: 5px;
}

.VHC_prcName {
	color: rgb(77,158,216);
	font-size: 13pt;
	margin-top: 6px;
	margin-bottom: 3px;
}

.VHC_prcData {
	font-size: 8pt;
	color: #777;
	margin-top: 1px;
	margin-bottom: 0;
	/*margin-left: 12px;*/
}

.VHC_prcStart {
	font-size: 0.9em;
	color: #777;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 12px;
}

.VHC_datepickerContainer {
	position: relative;
	top: -6px;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	height: 0;
	background-color: rgb(236,237,237);
	border-color: rgb(236,237,237);
	border-style: solid;
	border-left-width: 20px;
	border-right-width: 20px;
	box-shadow: 0 -1px 0 0 rgb(197,198,199);
	margin-left: -20px;
	overflow: hidden;
	transition: all ease 0.3s;
}

.VHC_datepicker {
	position: absolute;
	top: 18px;
	width: 31%;
	height: 24px;
	padding-top: 4px;
	margin: 0;
	color: #784D96;
	border: solid 1px #9d9d9d;
	font-size: 0.75em;
	background-image: url('/MMUI/icons/windows10icons/CalendarWF42px_GRAY.png');
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 74px center;
	cursor: pointer;
}

.VHC_datedialogHR {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 1px;
	font-size: 0.7em;
}

.VHC_menuReloadButton {
	position: absolute;
	top: 18px;
	left: 66%;
	width: 32%;
	height: 21px;
	padding-top: 8px;
	text-align: center;
	background-color: #747476;
	color: #fff;
	font-size: 0.9em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	border: solid 1px transparent;
	cursor: pointer;
}

	.VHC_menuReloadButton:hover {
		background-color: #fff;
		color: transparent;
		background-image: url('/MMUI/icons/windows10icons/Reload-WF_GRAY.png');
		border: solid 1px #747476;
	}

.VHC_maxreportslider {
	position: absolute;
	bottom: 54px;
	left: 1px;
	width: 288px;
	height: 11px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.VHC_24hBTN {
	position: absolute;
	bottom: 2px;
	left: 0;
	height: 20px;
	padding-top: 8px;
	width: 32%;
	background-color: #747476;
	color: #fff;
	font-size: 0.9em;
	border: solid 1px transparent;
	text-align: center;
	cursor: pointer;
}

.VHC_yearBTN {
	position: absolute;
	bottom: 2px;
	left: 33%;
	height: 20px;
	padding-top: 8px;
	width: 32%;
	background-color: #747476;
	color: #fff;
	font-size: 0.9em;
	border: solid 1px transparent;
	text-align: center;
	cursor: pointer;
}

.VHC_monthBTN {
	position: absolute;
	bottom: 2px;
	left: 66%;
	height: 20px;
	padding-top: 8px;
	width: 32%;
	background-color: #747476;
	color: #fff;
	font-size: 0.9em;
	border: solid 1px transparent;
	text-align: center;
	cursor: pointer;
}

	.VHC_24hBTN:hover, .VHC_monthBTN:hover, .VHC_yearBTN:hover {
		background-color: #fff;
		color: #747476;
		border: solid 1px #747476;
	}

@keyframes VHC_spin {
	to {
		transform: rotate(.5turn);
	}
}

@keyframes VHC_bg {
	50% {
		background: #784D96;
	}
}

.VHC_pie::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	border-radius: 0 100% 100% 0 / 50%;
	background-color: inherit;
	transform-origin: left;
	animation: spin 50s linear infinite, bg 100s step-end infinite;
	animation-play-state: paused;
	animation-delay: inherit;
}

.VHC_servicelistentree {
	position: relative;
	width: calc(100% - 10px);
	margin: 2px 0;
	padding: 5px;
	padding-left: 9px;
	background-color: #784D96;
	color: #FFF;
	border: solid 1px transparent;
	font-size: calc(1.2em + 2px);
	border-radius: 3px;
	cursor: pointer;
	letter-spacing: -1px;
	transition: all 0.3s ease;
	user-select: none;
}

	.VHC_servicelistentree:focus {
		background-color: #FFF;
		color: #784D96;
		border: solid 1px #007edd;
	}

	.VHC_servicelistentree:hover {
		background-color: #784D96;
		color: #FFF;
	}

.VHC_bgflipA {
	padding: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.VHC_bgflipB {
	padding: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.VHC_pslineON {
	font-size: 0.65em;
	color: #747476;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 11px;
	margin: 0;
	margin-left: 12px;
	border-left: solid 14px #67bf0d;
}

.VHC_pslineREBOOT {
	font-size: 0.65em;
	color: #747476;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 18px;
	margin: 0;
	margin-left: 12px;
	border-left: solid 7px #e4115b;
	box-shadow: inset 7px 0 0 0 #67bf0d;
}

.VHC_pslineOFF {
	font-size: 0.65em;
	color: #747476;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0;
	margin-left: 12px;
	border-left: solid 14px #e4115b;
}

.VHC_pslineON b {
	color: #784D96;
	font-size: 1.1em;
}

.VHC_pslineON span {
	margin-left: 26px;
}

.VHC_pslineOFF b {
	color: #784D96;
	font-size: 1.1em;
	margin-left: 6px;
}

.VHC_pslineOFF span {
	margin-left: 21px;
}

.VHC_pslineGREEN {
	font-size: 0.65em;
	color: #747476;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 12px;
	border-left: solid 14px #67bf0d;
}

.VHC_pslineYELLOW {
	font-size: 0.65em;
	color: #747476;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 12px;
	border-left: solid 14px #ffc400;
}

.VHC_pslineRED {
	font-size: 0.65em;
	color: #747476;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 12px;
	border-left: solid 14px #e4115b;
}

.xmlproperty {
	cursor: pointer;
}

.ServiceInfoView {
	margin-top: 19px;
}

.MPConfigurator.Invalid .muiButtonMarketPlaceMenuLongWithLoader {
	background-color: rgb(88,88,90);
}

.MPControlContainer.Invalid .seldivback {
	background-color: #e41156;
}



/*BrowserCompability*/


.resetpw {
	background: white;
}

.closebuttonpw {
	position: relative;
	top: 2px;
	right: 2px;
	height: 20px;
	width: 20px;
	position: absolute;
	background-position: center;
	background-size: 11px;
	background-repeat: no-repeat;
	background-image: url('/MMUI/icons/windows10icons/win10closeblack.png');
	cursor: pointer;
}

.BoxDiv .radiobtnRegister {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	height: auto;
	font-size: medium;
	padding-left: 0px;
	border: medium none rgb(10,45,65);
	margin-top: 15px;
}

#animationDots {
	background-image: url('/images/mmui/symbols/Dots.gif');
	transform: rotate(90deg);
	width: 100px;
	height: 30px;
	position: fixed;
	top: 115px;
	left: -26px;
	z-index: 50001;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 57%;
}


.customerErrorRelationClass {
	color: #e41156;
	font-size: 15px;
	margin: 3px;
	margin-bottom: 5px;
	margin-top: 20px;
	margin-left: 53px;
}


#dynamicFooter {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0px;
	top: 0px;
	margin: auto;
	height: 37px;
}



.side_menu_imprint {
	position: fixed;
	right: 0;
	top: 94%;
	height: 48px;
	width: 48px;
	margin-bottom: 10px;
	transition: all ease 0.8s;
	cursor: pointer;
	z-index: 1009;
	background-color: rgba(64,64,64,0.7);
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

.side_menu_imprint_icon {
	position: absolute;
	top: 9px;
	left: 9px;
	width: 30px;
	height: 30px;
	transition: all ease 0.8s;
	transform: rotate(0deg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 23px 23px;
	background-image: url(../MMUI/icons/leftMainMenuSVGs/Imprint.svg);
}



.side_menu_container_login {
	display: none;
}


.hiddenScrollContainer {
	overflow: scroll;
	overflow-x: hidden;
	position: relative;
	width: calc(100% + 24px);
	height: 100%;
}


.leftMainMenu_small .hiddenScrollContainer {
	height: calc(100% - 50px);
}



#mainPageIframe {
	left: 48px;
	width: calc(100% - 48px);
	height: 100%;
	border: none;
	position: absolute;
}


@media screen and (orientation: portrait) {
	.leftMainMenu_small {
		width: 0;
	}

	.leftMainMenuItemBottom {
		width: 0;
	}

	#divMenuContainer {
		left: 0 !important;
	}

	.titleBadgePreview {
		left: 0;
	}

	.metroview {
		display: none;
	}

	#mainPageIframe {
		left: 0px;
		width: 100%;
	}

		#mainPageIframe.iFrameNormal {
			width: calc(100% + 2px);
			left: 0px;
		}

			#mainPageIframe.iFrameNormal.iFrameMobile {
				width: calc(100% - 30px);
				left: 0px;
			}
}



.statusdiv {
	width: 5px;
	height: 45px;
	background-color: rgb(255,255,255);
	float: left;
	margin-right: 10px;
	transition: all ease 0.3s;
}

.mpListElementInfoCombiHolderMain:hover .statusdiv, .CustomerDetailListDiv:hover .statusdiv, .marketPlaceEmployeeDetailListDiv:hover .statusdiv, .marketPlaceRetailerShopMenuFirstCategoryDetailListDiv:hover .statusdiv, .marketPlaceRetailerShopMenuSecondCategoryDetailListDiv:hover .statusdiv, .marketPlaceSuperadminDeviceDetailListDiv:hover .statusdiv, .marketPlaceGroupListDiv:hover .statusdiv, .marketPlaceLicenseAgrementListDiv:hover .statusdiv, .marketPlaceShopMenuTerraBackupListDiv:hover .statusdiv, .marketPlaceSuperadminDeviceDetailDetailListDiv:hover .statusdiv, .marketPlaceShopMenuLexwareCategories:hover .statusdiv, .marketPlaceCustomerSelectionListDiv:hover .statusdiv {
	background-color: rgba(236,237,237,1);
	transition: all ease 0.3s;
}

.FilterInfoContainer {
	margin: 6px 37px;
	font-size: 10pt;
}

.amountholder {
	margin: 8px;
	margin-bottom: 26px;
}

.amountholderhidden {
	display: none;
}

#submitConfbtn {
	display: none;
}


/*Sidebuttons*/


.side_menu_container_sup {
	position: fixed;
	right: 0;
	top: 285px;
	color: #fff;
	height: 48px;
	width: 48px;
	cursor: pointer;
	display: flex;
	transition: all ease 0.8s;
	z-index: 1000;
}

	.side_menu_container_sup:hover {
		width: 230px;
	}

		.side_menu_container_sup:hover #sup_text {
			width: 181px;
		}

		.side_menu_container_sup:hover .side_menu_container_white {
			right: 0;
		}

		.side_menu_container_sup:hover #ContentPlaceHolder4_inner_side_container_01 {
			right: 0px;
		}

		.side_menu_container_sup:hover #ContentPlaceHolder4_inner_side_container_02 {
			right: 0px;
		}

		.side_menu_container_sup:hover #ContentPlaceHolder4_inner_side_container_03 {
			right: 0px;
		}




.side_menu_container_share {
	position: fixed;
	right: 0px;
	top: 370px;
	color: #fff;
	height: 48px;
	width: 48px;
	cursor: pointer;
	display: flex;
	transition: all ease 0.8s;
	z-index: 1000;
}

	.side_menu_container_share .slide_menu_text p {
		top: 10px;
		line-height: 0px;
	}

	.side_menu_container_share:hover {
		width: 178px;
	}

		.side_menu_container_share:hover #share_text {
			width: 130px;
		}

		.side_menu_container_share:hover #side_container_white02 {
			right: 0;
		}

		.side_menu_container_share:hover #ContentPlaceHolder4_inner_side_container_04 {
			right: 0px;
		}

		.side_menu_container_share:hover #ContentPlaceHolder4_inner_side_container_05 {
			right: 0px;
		}

		.side_menu_container_share:hover #ContentPlaceHolder4_inner_side_container_06 {
			right: 0px;
		}



#ContentPlaceHolder4_inner_side_container_01:hover {
	transform: scale(1.05);
}

#ContentPlaceHolder4_inner_side_container_02:hover {
	transform: scale(1.05);
}

#ContentPlaceHolder4_inner_side_container_03:hover {
	transform: scale(1.05);
}

#ContentPlaceHolder4_inner_side_container_04:hover {
	transform: scale(1.05);
}

#ContentPlaceHolder4_inner_side_container_05:hover {
	transform: scale(1.05);
}

#ContentPlaceHolder4_inner_side_container_06:hover {
	transform: scale(1.05);
}

.side_menu_container_white {
	position: absolute;
	top: 48px;
	right: -230px;
	transition: right ease 0.9s;
}

	.side_menu_container_white.index {
		color: rgba(64,64,64,1);
	}


	.side_menu_container_white .side_menu_icon {
		background-color: #fff;
		margin-bottom: 2px;
	}

	.side_menu_container_white .slide_menu_text {
		position: relative;
		width: 181px;
		background-color: rgba(255,255,255,0.7);
	}

.side_menu_container_share .side_menu_container_white .slide_menu_text {
	width: 130px;
}

.inner_side_container {
	position: relative;
	display: flex;
}

#ContentPlaceHolder4_inner_side_container_01 {
	right: -180px;
	transition: right ease 1.1s;
}

#ContentPlaceHolder4_inner_side_container_02 {
	right: -180px;
	transition: right ease 1.2s;
}

#ContentPlaceHolder4_inner_side_container_03 {
	right: -180px;
	transition: right ease 1.3s;
}

#ContentPlaceHolder4_inner_side_container_04 {
	right: -180px;
	transition: right ease 1.1s;
}

#ContentPlaceHolder4_inner_side_container_05 {
	right: -180px;
	transition: right ease 1.2s;
}

#ContentPlaceHolder4_inner_side_container_06 {
	right: -180px;
	transition: right ease 1.3s;
}

.slide_menu_text {
	position: relative;
	right: 0;
	bottom: 0;
	width: 0px;
	height: 48px;
	z-index: 6;
	transition: width ease 0.8s;
	background-color: rgba(64,64,64,0.7);
}

	.slide_menu_text p {
		position: absolute;
		top: 14px;
		left: 12px;
		font-size: 1em;
		font-weight: 400;
		white-space: nowrap;
		line-height: 22px;
	}


.side_menu_icon_index {
	position: relative;
	height: 48px;
	width: 48px;
	margin-bottom: 10px;
	background-color: rgba(64,64,64,0.7);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
}

.side_menu_icon {
	position: relative;
	height: 48px;
	width: 48px;
	margin-bottom: 10px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 23px 23px;
	cursor: pointer;
}

#side_menu_ticket_index {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/menuicons/Tag-WF.png');
}

#side_menu_chat_index {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/menuicons/chatGrey.svg');
}

#side_menu_contact_index {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../Home/media/symbols/Mail1Grey.svg');
}

#side_menu_shareconsumer_index {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../Home/media/symbols/PersonGrey.svg');
}

#side_menu_shareBusiness_index {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../Home/media/symbols/companyGrey.svg');
}

#side_menu_product_index {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../Home/media/symbols/LinkGrey.svg');
}


#side_menu_sup {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/menuicons/UserHelp-01.svg');
}

#side_menu_share {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../Home/media/symbols/ShareW.svg');
}


.ButtonSlideMenu {
	position: fixed;
	top: 48px;
	right: -350px;
	width: 350px;
	height: calc( 100% - 48px);
	z-index: 1000;
	transition: all ease 0.8s;
	background-color: inherit;
}


.staticFooter {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	height: 100px;
	background-color: rgb(217, 218, 219);
}

.staticfooterButton {
	overflow: hidden;
	position: relative;
	bottom: 0px;
	padding: 9px;
	padding-top: 12px;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid transparent;
	background-color: rgb(242,148,0);
	color: #ffffff;
	margin-top: 24px;
	margin-left: 20px;
	margin-right: 20px;
	cursor: pointer;
	margin-bottom: 5px;
	text-align: center;
}

#createTicketContent {
	height: calc( 100% - 150px);
	padding-top: 20px;
}



/*Chat*/
.messageFromUser {
	position: relative;
	margin: 8px;
	margin-right: -11px;
	margin-bottom: 12px;
	padding: 10px;
	background-color: rgb(228, 219, 234);
	border-radius: 5px;
}


.chatArrowRight {
	height: 10px;
	width: 10px;
	right: 23px;
	bottom: -4px;
	position: absolute;
	transform: rotate(45deg);
	background-color: rgb(228, 219, 234);
}


.messageToUser {
	position: relative;
	margin: 8px;
	margin-left: -11px;
	margin-bottom: 12px;
	padding: 10px;
	background-color: rgb(217, 218, 219);
	border-radius: 5px;
}

.chatArrowLeft {
	height: 10px;
	width: 10px;
	left: 23px;
	bottom: -4px;
	position: absolute;
	transform: rotate(45deg);
	background-color: rgb(217, 218, 219);
}

#chatWindow {
	bottom: 140px;
}


.contactRadioText {
	position: relative;
	left: 30px;
	bottom: 17px;
	height: 0px;
	font-size: 0.8em;
	color: #2b2b2b;
}


.textAreaRightSideMenu {
	width: 96%;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid rgb(120, 120, 120);
	font-weight: lighter;
	font-size: 0.8em;
	color: rgb(120, 120, 120);
	height: 120px;
	font-family: "DIN Offc Pro", "Segoe UI", Arial, sans-serif;
}

	.textAreaRightSideMenu:focus {
		border: 2px solid #1B648D;
		margin-top: 3px;
	}


#pickedColor {
	position: absolute;
	width: 120px;
	height: 18px;
	margin-left: 0px;
	margin-top: 10px;
	visibility: hidden;
}

div.hideFix + .anchor_pricing, div.hideFix {
	visibility: hidden;
	height: 0px;
}

.ServiceInfoViewPerpetual > div {
	margin: 15px;
	margin-left: 0px;
}

.PerpetualLink {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.noMarginTop {
	margin-top: 0px;
}

.pnlHint {
	margin: 16px;
	margin-top: 40px;
}

#pnlError, .pnlError {
	margin-top: 16px;
}


.TemplateViewContainer {
	margin-top: 15px;
}


.loginLandingPortalPage {
	background-image: url('../Home/media/tenor.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;
}

.centerLoginBackground {
	height: 100%;
	width: calc(100% - 220px);
	border: none;
}

.ui-datepicker.inputDate {
	width: 300px;
}

.ui-datepicker .ui-state-active {
	background-color: #4c4c4c !important;
}

.OnlyOrderDiv {
	font-size: 12px;
}

.markForOffer {
	background-color: rgba(236,237,237,1);
	width: 101%;
}


.mcalistmessage {
	max-height: 400px;
	overflow: auto;
}


/*Style für Headerbutton (grau hinterlegt wenn ausgewählt)*/
.DirectOrderLinkHeaderButton.ON {
	background-color: rgb(188,188,190);
	background-size: 46%;
	background-image: url('../MMUI/icons/bcIcons/Connector-WFWhite.png');
}

.DirectOrderLinkHeaderButton.OFF {
	background-image: url('../MMUI/icons/bcIcons/Connector-WF.png');
}

.OpenSocotoHeaderButton.ON {
	background-color: rgb(188,188,190);
	background-size: 46%;
	background-image: url('../MMUI/icons/menuicons/News-WF_grey.png');
}

.OpenSocotoHeaderButton.OFF {
	background-image: url('../MMUI/icons/menuicons/News-WF_grey.png');
}


/*SocotoEditor*/
.socotoiFrameStyle {
	position: absolute;
	border: none;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	width: calc(100%);
	height: calc(100%);
}

.displayBlock {
	display: block;
}

#mainDivSp #sandbox {
	display: none;
}


.leasingPrice {
	float: right;
	font-size: 17px;
	color: #2b2b2b;
	line-height: 11px;
	margin-left: 6px;
	cursor: pointer;
}


.leasingPriceBox {

}

.leasingTable {
	width: 100%;
	padding-top: 2px;
}

	.leasingTable td {
		padding: 4px;
		padding-top: 10px;
		border-top-width: 1px;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: rgb(217,218,219);
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: transparent;
	}


		.leasingTable td:first-child {
			border: none;
		}


	.leasingTable th {
		text-align: right;
		padding: 4px;
		font-family: 'Segoe UI';
		font-weight: 500;
	}

		.leasingTable th:first-child {
			text-align: left;
			background-color: rgb(217,218,219);
			padding: 4px;
		}

		.leasingTable th:last-child {
			text-align: center;
			padding: 4px;
		}

		.withBottomBorder {
			border-bottom: 1px solid darkgray;
		}

.mouseTables input {
	width: 91%;
	margin-right: 13px;
}

.marketPlaceMenuLabelLeasingEditHeader {
	font-weight: bold;
	color: #747476;
	background-color: rgb(245,245,245);
	height: 25px;
	padding-top: 10px;
}

.chosenAbo {
	background-color: rgb(88, 88, 90);
	color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255) !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


.chosenOrderAbo {
	background-color: rgb(120, 77, 150);
	color: rgb(255, 255, 255);
}

.mouse {
	cursor: pointer;
}

.mouseTables {
	cursor: pointer;
	text-align: right;
}

.toTheBottom {
	float: left;
	margin-bottom: 20px;
	bottom: 0px;
	position: absolute;
}

.smallContainerTable table {
	width: 50%;
}
/*StyleForIE*/
@media all and (-ms-high-contrast:none) {
	.side_menu_container_share {
		right: 2px;
	}
	/* IE10 */
	*::-ms-backdrop, .side_menu_container_share {
		right: 2px;
	}
	/* IE11 */
}

/*StyleForEdge*/
@supports (-ms-ime-align:auto) {
	.side_menu_container_share {
		right: 2px;
	}
	/* EDGE */
}

.deletePaymentButton.active {
	background-image: url('/MMUI/icons/menuicons/garbage.png');
	background-size: 43%;
	background-position: center;
	background-color: rgb(188,188,190);
}

.header_button_selector {
	min-width: 50px;
	height: 24px;
	width: 250px;
	background-color: white;
	top: 48px;
	position: absolute;
	z-index: 2;
	left: 50px;
	border: 2px solid gray;
	transition: ease height 0.6s, ease width 0.6s;
}

.exportaddition {
	left: 10px;
	height: 0px;
}


.header_button_selector_option {
	position: relative;
	opacity: 0;
	color: rgb(88, 88, 90);
	height: 0px;
	width: 250px;
	line-height: 49px;
	font-size: 15px;
	transition: ease height 0.6s, ease opacity 0.7s;
}

	.header_button_selector_option.selected {
		background-color: rgba(88, 88, 90,0.5);
	}


	.header_button_selector_option:hover {
		background-color: rgba(77,158,216, 0.2);
	}

.header_button_borderMask {
	position: absolute;
	top: -2px;
	width: 50px;
	height: 2px;
	background-color: white;
}



.orderCounterBubble {
	border-radius: 50%;
	left: 21px;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #FFF;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	visibility: hidden;
	z-index: 46549842
}

.shakeElement {
	/* Start the shake animation and make the animation last for 0.5 seconds */
	animation: shake 0.5s;
}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}

	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}

	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}

	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}

.listElementProductHoverCoverDiv {
	height: 45px;
	position: relative;
	margin-top: -46px;
	margin-left: 68px;
	width: 0px;
	margin-right: 14px;
	cursor: pointer;
	/*Wird im Control gesetzt, da je nach Anzahl der Buttons unterschiedlich*/
	/*background: -moz-linear-gradient(left, rgba(227,227,227,0) 0%, rgba(227,227,227,1) 80%);
	background: -webkit-linear-gradient(left, rgba(227,227,227,1) 80%);
	background: linear-gradient(to right, rgba(227,227,227,0) 0%, rgba(227,227,227,1) 80%);*/
	visibility: collapse;
	float: right;
}

.mpListElementInfoCombiHolderMain:hover .listElementProductHoverCoverDiv {
	visibility: visible;
	width: 180px;
	transition: 0.4s;
}

.myCloudCenterProductDetailHeaderMenuOrderButtonSmallHoverBtn {
	position: absolute;
	top: 15%;
	right: 7.5px;
	padding: 10px;
	padding-bottom: 7px;
	width: 15px;
	height: 15px;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 20px;
	background-image: url('../MMUI/icons/Paid.svg');
	color: #fff;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
	opacity: 0;
}

.myCloudCenterProductDetailHeaderMenuOrderButtonLeftRightHoverBtn {
	position: absolute;
	top: 15%;
	right: 49.5px;
	padding: 10px;
	padding-bottom: 7px;
	width: 15px;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 15px;
	height: 15px;
	background-image: url('../MMUI/icons/ShoppingAdd.svg');
	color: #fff;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
	opacity: 0;
}

.myCloudCenterProductDetailHeaderMenuOrderButtonThreeHoverBtn {
	position: absolute;
	top: 15%;
	right: 91.5px;
	padding: 10px;
	padding-bottom: 7px;
	width: 15px;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 15px;
	height: 15px;
	background-image: url('../MMUI/icons/ShopDetailWF.svg');
	color: #fff;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
	opacity: 0;
}

.myCloudCenterProductDetailHeaderMenuOrderButtonFourHoverBtn {
	position: absolute;
	top: 15%;
	right: 133.5px;
	padding: 10px;
	padding-bottom: 7px;
	width: 15px;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 15px;
	height: 15px;
	background-image: url('../MMUI/icons/ChartWF.png');
	color: #fff;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
	opacity: 0;
}

.mpListElementInfoCombiHolderMain:hover .myCloudCenterProductDetailHeaderMenuOrderButtonFourHoverBtn, .mpListElementInfoCombiHolderMain:hover .myCloudCenterProductDetailHeaderMenuOrderButtonThreeHoverBtn, .mpListElementInfoCombiHolderMain:hover .myCloudCenterProductDetailHeaderMenuOrderButtonLeftRightHoverBtn, .mpListElementInfoCombiHolderMain:hover .myCloudCenterProductDetailHeaderMenuOrderButtonSmallHoverBtn {
	opacity: 1;
	transition: 1s;
}

.statusdivProductHover {
	width: 10px;
	height: 45px;
	background-color: rgb(255,255,255);
	float: left;
	margin-right: 5px;
	transition: all ease 0.3s;
}

.clickEffektOff {
	width: 5px;
	height: 48px;
	float: left;
	background-color: rgba(62, 62, 62, 1);
}

.clickEffektOn {
	width: 5px;
	height: 48px;
	float: left;
}

.mccCustomerSelectionViewSearchFieldFilter {
	width: 78%;
	margin: 7px;
	margin-left: 21px;
	padding: 3px;
	padding-left: 28px;
	font-size: 11pt;
	border: solid 1px rgb(235, 236, 236);
	background-repeat: no-repeat;
	background-position: 7px center;
	background-image: url(../MMUI/icons/windows10icons/FilterWF32spx.png);
	background-size: 16px;
	z-index: 1;
	position: absolute;
	top: 4px;
}

.marginTop7px {
	margin-top: 7px;
}

/*New Footer*/

.divOfferOrderStatus_ListOffer {
	position: absolute;
	left: 0px;
	height: 50px;
	background-color: rgba(62,62,62,1);
	width: 330px;
	padding-left: 10px;
	padding-right: 10px;
	bottom: 0px;
}


.MenuFooterButton {
	width: 50px;
	height: 48px;
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
	float: left;
}


.MenuFooterBtnBasketList {
	color: transparent;
	left: 80px;
	background-image: url(../MMUI/icons/bottomMenuIcons/Bullets-01-WF.png);
	width: 44px;
	height: 42px;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
	float: left;
	position: fixed;
	bottom: 2px;
}

.MenuFooterBtnSubmitOrder {
	color: transparent;
	background-image: url(../MMUI/icons/bottomMenuIcons/ShoppingBagWF.png);
}

.MenuFooterButtonLinkIndirectReseller {
	color: transparent;
	background-image: url(../MMUI/icons/bottomMenuIcons/LinkWF.png);
}

.MenuFooterButtonCheckAndSaveMPN {
	color: transparent;
	background-image: url(../MMUI/icons/bottomMenuIcons/Save01WF.png);
}

.MenuFooterBtnSubmitOrderAndSave {
	color: transparent;
	background-image: url(../MMUI/icons/bcIcons/ShoppingBagAndSave1.png);
}

.MenuFooterBtnSaveCommission {
	color: transparent;
	background-image: url(../MMUI/icons/bottomMenuIcons/Save01WF.png);
}

.MenuFooterBtnBundleCommission {
	color: transparent;
	background-image: url(../MMUI/icons/bottomMenuIcons/BundleCommissionWF.png);
}

.MenuFooterBtnDynamic {
	color: transparent;
	background-image: url(../MMUI/icons/bottomMenuIcons/Save01WF.png);
}

#leftMainMenuItemIcon_dashboard path {
	fill: #fff;
}

.newDynamicFooter {
	position: absolute;
	left: 0px;
	height: 50px;
	background-color: rgba(62,62,62,1);
	width: calc(-30px + 100%);
	padding-left: 10px;
	padding-right: 10px;
	bottom: 0px;
}


/*New Footer Animation*/

.lds-roller {
	display: inline-block;
	position: relative;
	width: 25px;
	height: 25px;
}

.sk-circle {
	margin: 10px;
	width: 25px;
	height: 25px;
	position: relative;
}

	.sk-circle .sk-child {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

		.sk-circle .sk-child:before {
			content: '';
			display: block;
			margin: 0 auto;
			width: 15%;
			height: 15%;
			background-color: #333;
			border-radius: 100%;
			-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
			animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
		}

	.sk-circle .sk-circle2 {
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	.sk-circle .sk-circle3 {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
	}

	.sk-circle .sk-circle4 {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.sk-circle .sk-circle5 {
		-webkit-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
		transform: rotate(120deg);
	}

	.sk-circle .sk-circle6 {
		-webkit-transform: rotate(150deg);
		-ms-transform: rotate(150deg);
		transform: rotate(150deg);
	}

	.sk-circle .sk-circle7 {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sk-circle .sk-circle8 {
		-webkit-transform: rotate(210deg);
		-ms-transform: rotate(210deg);
		transform: rotate(210deg);
	}

	.sk-circle .sk-circle9 {
		-webkit-transform: rotate(240deg);
		-ms-transform: rotate(240deg);
		transform: rotate(240deg);
	}

	.sk-circle .sk-circle10 {
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.sk-circle .sk-circle11 {
		-webkit-transform: rotate(300deg);
		-ms-transform: rotate(300deg);
		transform: rotate(300deg);
	}

	.sk-circle .sk-circle12 {
		-webkit-transform: rotate(330deg);
		-ms-transform: rotate(330deg);
		transform: rotate(330deg);
	}

	.sk-circle .sk-circle2:before {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s;
	}

	.sk-circle .sk-circle3:before {
		-webkit-animation-delay: -1s;
		animation-delay: -1s;
	}

	.sk-circle .sk-circle4:before {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}

	.sk-circle .sk-circle5:before {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
	}

	.sk-circle .sk-circle6:before {
		-webkit-animation-delay: -0.7s;
		animation-delay: -0.7s;
	}

	.sk-circle .sk-circle7:before {
		-webkit-animation-delay: -0.6s;
		animation-delay: -0.6s;
	}

	.sk-circle .sk-circle8:before {
		-webkit-animation-delay: -0.5s;
		animation-delay: -0.5s;
	}

	.sk-circle .sk-circle9:before {
		-webkit-animation-delay: -0.4s;
		animation-delay: -0.4s;
	}

	.sk-circle .sk-circle10:before {
		-webkit-animation-delay: -0.3s;
		animation-delay: -0.3s;
	}

	.sk-circle .sk-circle11:before {
		-webkit-animation-delay: -0.2s;
		animation-delay: -0.2s;
	}

	.sk-circle .sk-circle12:before {
		-webkit-animation-delay: -0.1s;
		animation-delay: -0.1s;
	}

@-webkit-keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-circleBounceDelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.sk-fading-circle {
	width: 30px;
	height: 30px;
	position: relative;
}

	.sk-fading-circle .sk-circle {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

		.sk-fading-circle .sk-circle:before {
			content: '';
			display: block;
			margin: 0 auto;
			width: 15%;
			height: 15%;
			background-color: #FFF;
			border-radius: 100%;
			-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
			animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
		}

	.sk-fading-circle .sk-circle2 {
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	.sk-fading-circle .sk-circle3 {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
	}

	.sk-fading-circle .sk-circle4 {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.sk-fading-circle .sk-circle5 {
		-webkit-transform: rotate(120deg);
		-ms-transform: rotate(120deg);
		transform: rotate(120deg);
	}

	.sk-fading-circle .sk-circle6 {
		-webkit-transform: rotate(150deg);
		-ms-transform: rotate(150deg);
		transform: rotate(150deg);
	}

	.sk-fading-circle .sk-circle7 {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sk-fading-circle .sk-circle8 {
		-webkit-transform: rotate(210deg);
		-ms-transform: rotate(210deg);
		transform: rotate(210deg);
	}

	.sk-fading-circle .sk-circle9 {
		-webkit-transform: rotate(240deg);
		-ms-transform: rotate(240deg);
		transform: rotate(240deg);
	}

	.sk-fading-circle .sk-circle10 {
		-webkit-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.sk-fading-circle .sk-circle11 {
		-webkit-transform: rotate(300deg);
		-ms-transform: rotate(300deg);
		transform: rotate(300deg);
	}

	.sk-fading-circle .sk-circle12 {
		-webkit-transform: rotate(330deg);
		-ms-transform: rotate(330deg);
		transform: rotate(330deg);
	}

	.sk-fading-circle .sk-circle2:before {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s;
	}

	.sk-fading-circle .sk-circle3:before {
		-webkit-animation-delay: -1s;
		animation-delay: -1s;
	}

	.sk-fading-circle .sk-circle4:before {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}

	.sk-fading-circle .sk-circle5:before {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
	}

	.sk-fading-circle .sk-circle6:before {
		-webkit-animation-delay: -0.7s;
		animation-delay: -0.7s;
	}

	.sk-fading-circle .sk-circle7:before {
		-webkit-animation-delay: -0.6s;
		animation-delay: -0.6s;
	}

	.sk-fading-circle .sk-circle8:before {
		-webkit-animation-delay: -0.5s;
		animation-delay: -0.5s;
	}

	.sk-fading-circle .sk-circle9:before {
		-webkit-animation-delay: -0.4s;
		animation-delay: -0.4s;
	}

	.sk-fading-circle .sk-circle10:before {
		-webkit-animation-delay: -0.3s;
		animation-delay: -0.3s;
	}

	.sk-fading-circle .sk-circle11:before {
		-webkit-animation-delay: -0.2s;
		animation-delay: -0.2s;
	}

	.sk-fading-circle .sk-circle12:before {
		-webkit-animation-delay: -0.1s;
		animation-delay: -0.1s;
	}



.priceContainer {
	position: relative;
	top: 5px; /*5*/
	right: 20px;
	left: 0px;
}

.footer_payment {
	position: relative;
	min-width: 180px;
	height: 40px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: white;
	cursor: pointer;
}

.footer_payment_Text {
	left: 60px;
	position: absolute;
	float: none;
	top: 11px;
	font-size: 15px;
}

.paymentPicture {
	background-image: url("./mmui/icons/bcicons/Money-Bag-WF.png");
	background-size: 41px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	padding-right: 3px;
	border-right-color: rgb(74, 74, 74);
	border-right-style: solid;
	border-right-width: 4px;
	background-size: 30px;
	background-position-x: center;
	background-position-y: center;
}

.mpListElementNextContainerpayment {
	width: 40px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	font-size: 30px;
	background-image: url(/MMUI/icons/mainmenuIcons/ArrowHeadRight_2b2b2b2.png);
	background-position: 21px;
	background-repeat: no-repeat;
	background-size: 15px;
	background-color: white;
	right: 0px;
}




.footer_Price_Month {
	position: relative;
	min-width: 180px;
	height: 40px;
	margin-bottom: 5px;
	background-color: white;
}


.footer_Price_Month_text {
	top: 10px;
	left: 60px;
	position: absolute;
	float: none;
	font-size: 15px;
}


.footer_Price_Month_price {
	right: 70px;
	position: absolute;
	float: none;
	top: 12px;
	font-size: 17px;
	color: grey;
}


.footer_orderOffer_new {
	background-color: rgb(242,148,0);
}

.footer_Price_Once {
	position: relative;
	min-width: 180px;
	height: 40px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: white;
}



.footer_Price_Once_text {
	left: 60px;
	position: absolute;
	float: none;
	top: 10px;
	font-size: 15px;
}



.footer_Price_Once_price {
	right: 70px;
	position: absolute;
	top: 12px;
	float: none;
	color: grey;
	font-size: 17px;
}



.footer_Price_Yearly {
	position: relative;
	min-width: 180px;
	height: 40px;
	margin-bottom: 5px;
	background-color: white;
}


.month_picture {
	background-image: url("./mmui/icons/bcicons/Calendarday.png");
	background-size: 41px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	padding-right: 3px;
	border-right-color: rgb(74,74,74);
	border-right-style: solid;
	border-right-width: 4px;
	background-size: 30px;
	background-position-x: center;
	background-position-y: center;
	float: left;
}

.yearly_picture {
	background-image: url("./mmui/icons/bcicons/Calendarmonth.png.png");
	background-size: 41px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	padding-right: 3px;
	border-right-color: rgb(74,74,74);
	border-right-style: solid;
	border-right-width: 4px;
	background-size: 30px;
	background-position-x: center;
	background-position-y: center;
	float: left;
}

.once_picture {
	background-image: url("./mmui/icons/bcicons/day.png");
	background-size: 41px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	padding-right: 3px;
	border-right-color: rgb(74,74,74);
	border-right-style: solid;
	border-right-width: 4px;
	background-size: 30px;
	background-position-x: center;
	background-position-y: center;
	float: left;
}


.footer_Price_Yearly_text {
	left: 60px;
	position: absolute;
	float: none;
	top: 8px;
	font-size: 15px;
}


.footer_Price_Yearly_price {
	right: 70px;
	position: absolute;
	top: 12px;
	float: none;
	color: grey;
	font-size: 17px;
}

.footer_Price_Leasing {
	position: absolute;
	left: 20px;
	width: 310px;
	background-color: white;
	cursor: pointer;
	height: 40px;
	bottom: 60px;
}



.AboPicture {
	background-image: url("./mmui/icons/bcicons/Money-Bag-WF.png");
	background-size: 41px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	padding-right: 3px;
	border-right-color: rgb(74, 74, 74);
	border-right-style: solid;
	border-right-width: 4px;
	background-size: 30px;
	background-position-x: center;
	background-position-y: center;
}




.footer_Price_Leasing_Text {
	left: 60px;
	position: absolute;
	float: none;
	top: 0px;
	font-size: 15px;
}

.orangeText {
	position: absolute;
	width: 50px;
	top: 12px;
	left: 1px;
}

.statuspayment {
	width: 5px;
	height: 40px;
	background-color: transparent;
	float: left;
	position: relative;
	left: -5px;
	transition: all ease 0.3s;
}

.StateRed.statuspayment {
	background-color: #e41156;
}

.StateYellow.statuspayment {
	background-color: yellow;
}

.StateOrange.statuspayment {
	background-color: orange;
}

.StateGreen.statuspayment {
	background-color: #67bf0d;
}

.StateGray.statuspayment {
	background-color: rgb(88, 88, 90);
}



.footer_Price_Leasing_Price {
	right: 70px;
	position: absolute;
	top: 14px;
	float: none;
	color: grey;
	font-size: 17px;
}


.currency {
	position: absolute;
	right: 50px;
	color: grey;
	font-size: 17px;
	top: 12px;
}


.skyScroller {
	height: 5px;
	background-color: rgb(217,218,219);
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 1;
	background: linear-gradient(180deg, rgba(217,218,219,1) 0%, rgba(255,255,255,0.1) 100%);
	margin-top: -1px;
}

.groundScroller {
	height: 15px;
	width: 100%;
	z-index: 1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);
}

@-webkit-keyframes sk-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {
	0%, 39%, 100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

.ldots .lDot {
	display: inline;
	margin-left: 0.2em;
	margin-right: 0.2em;
	position: relative;
	opacity: 0;
	-webkit-animation: showHidelDot 1.5s ease-in-out infinite;
	animation: showHidelDot 1.5s ease-in-out infinite;
}

	.ldots .lDot.dotOne {
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

	.ldots .lDot.dotTwo {
		-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s;
	}

	.ldots .lDot.dotThree {
		-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s;
	}

@-webkit-keyframes showHidelDot {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes showHidelDot {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.marginTop47px {
	margin-top: 47px;
}

.marginBottom100px {
	margin-bottom: 100px;
}

.marginBottom50px {
	margin-bottom: 50px;
}

.marginBottom120px {
	margin-bottom: 120px;
}

.tabs {
	height: 48px;
	margin-top: 10px;
	width: 100%;
}


.leasingTab {
	cursor: pointer;
	width: 122px;
	background-color: rgb(245,245,245);
	float: left;
	position: relative;
	text-align: center;
	height: 45px;
}

#rentTab {
	top: 12px;
	position: relative;
}

#PATab {
	top: 12px;
	position: relative;
}

#OfficeDirectTab {
	top: 12px;
	position: relative;
}

#leasingTab {
	top: 12px;
	position: relative;
}

.PATab {
	cursor: pointer;
	width: 122px;
	background-color: white;
	float: left;
	position: relative;
	text-align: center;
	height: 45px;
	left: -2px;
}

.rentTab {
	cursor: pointer;
	width: 122px;
	background-color: white;
	float: left;
	position: relative;
	text-align: center;
	height: 45px;
	left: -1px;
}

.OfficeDirectTab {
	cursor: pointer;
	width: 122px;
	background-color: white;
	float: left;
	position: relative;
	text-align: center;
	height: 45px;
	left: -1px;
}


.NotSelected {
	height: 42px;
	margin-top: 4px;
}

.leasingTabsFiller {
	height: 43px;
	position: relative;
	float: left;
	width: calc(100% - 373px);
	left: -3px;
}

.leasingTableContainer {
	background-color: rgb(245,245,245);
	padding-bottom: 12px;
}


.rentTable {
	width: 100%;
	padding-top: 2px;
}

	.rentTable td {
		padding: 4px;
		padding-top: 10px;
		border-top-width: 1px;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: rgb(217,218,219);
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: transparent;
	}


		.rentTable td:first-child {
			border: none;
		}


	.rentTable th {
		text-align: right;
		padding: 4px;
		font-family: 'Segoe UI';
		font-weight: 500;
	}

		.rentTable th:first-child {
			text-align: left;
			background-color: rgb(217,218,219);
			padding: 4px;
		}

		.rentTable th:last-child {
			text-align: center;
			padding: 4px;
		}


.PATable {
	width: 100%;
	padding-top: 2px;
}

	.PATable td {
		padding: 4px;
		padding-top: 10px;
		border-top-width: 1px;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: rgb(217,218,219);
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: transparent;
	}


		.PATable td:first-child {
			border: none;
		}


	.PATable th {
		text-align: right;
		padding: 4px;
		font-family: 'Segoe UI';
		font-weight: 500;
	}

		.PATable th:first-child {
			text-align: left;
			background-color: rgb(217,218,219);
			padding: 4px;
		}

		.PATable th:last-child {
			text-align: center;
			padding: 4px;
		}



.OfficeDirectTable {
	width: 100%;
	padding-top: 2px;
}

	.OfficeDirectTable td {
		padding: 4px;
		padding-top: 10px;
		border-top-width: 1px;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: rgb(217,218,219);
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: transparent;
	}


		.OfficeDirectTable td:first-child {
			border: none;
		}


	.OfficeDirectTable th {
		text-align: right;
		padding: 4px;
		font-family: 'Segoe UI';
		font-weight: 500;
	}

		.OfficeDirectTable th:first-child {
			text-align: left;
			background-color: rgb(217,218,219);
			padding: 4px;
		}

		.OfficeDirectTable th:last-child {
			text-align: center;
			padding: 4px;
		}


.shopProdCon {
	width: 300px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 50px;
	background-color: rgb(255, 255, 255);
	position: relative;
	height: 510px;
	background-image: linear-gradient(white, rgb(230,230,230));
}
	.shopProdCon:hover {
		-webkit-box-shadow: 0 0.1875rem 0.625rem 0 rgba(75,89,109,0.3);
		-moz-box-shadow: 0 0.1875rem 0.625rem 0 rgba(75,89,109,0.3);
		box-shadow: 0 0.1875rem 0.625rem 0 rgba(75,89,109,0.3);
	}

		.shopProdCon:hover img{
			transform:scale(1.15);
		}

		.shopProdName {
			margin: 8px 20px;
			font-size: 15pt;
			width: auto;
			color: rgb(70, 70, 70);
			font-family: 'Segoe UI', Arial, sans-serif;
			height: 76px;
			font-weight: normal;
			overflow: hidden;
			text-overflow: unset;
			white-space: normal;
		}

.shopProdPict {
	width: unset;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	transition: transform .5s ease;
	overflow: hidden;
	background-position-x: center;
	background-position-y: center;
	background-image: radial-gradient(circle, white, lightgray);
}



	.shopProdPict img {
		height: 200px;
		transition: transform .5s ease;
		margin-left: auto;
		margin-right: auto;
		display: block;
		object-fit: contain;
	}

		.shopProdPict img:hover {
			transform: scale(1.15);
		}

.shopProdTxt {
	margin: 10px 20px;
	position: relative;
	width: auto;
	height: 126px;
	overflow: hidden;
	font-size: 12pt;
	text-overflow: ellipsis;
	color: rgb(90,90,90);
	font-family: 'Segoe UI', Arial, sans-serif;
	margin-bottom: 20px;
	text-align: justify;
}

.shopProdPriceContainer {
	float: right;
}

.shopProdPriceText {
	color: rgb(70, 70, 70);
	margin-top: 4px;
	font-family: "Segoe UI", Arial, sans-serif;
	float: left;
}

.shopProdPrice {
	position: relative;
	text-align: right;
	font-size: 1.8em;
	width: auto;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	color: rgb(77, 158, 216);
	float: right;
}

.correctionHover {
	/*AJ 30.04.2020 auskommentiert, bei weiterer nicht-Verwendung Setzen der Klasse im microcontroller.js entfernen
	/*visibility: hidden;*/
}

.shopProdBtnContainer {
	position: relative;
	width: auto;
	height: 30px;
	margin: 20px 20px;
	top: 40px;
	background-color: rgb(77, 158, 216);
	width: 100%;
	right: 20px;
}

.shopProductDetailHeaderMenuOrderButtonLeftRightHoverBtn {
	position: absolute;
	right: 49.5px;
	padding: 10px;
	padding-bottom: 7px;
	width: 15px;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 15px;
	height: 12px;
	background-image: url('../MMUI/icons/ShoppingAdd.svg');
	color: #fff;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
	background-color: rgb(0, 158, 227);
}
.shopProductDetailHeaderMenuOrderButtonLeftRightHoverBtnNotLoggdIN {
	position: absolute;
	width: 100%;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 11pt;
	line-height: 30px;
	font-weight: bold;
	cursor: pointer;
	background-color: rgb(120, 120, 120);
}


.shopProductDetailHeaderMenuOrderButtonSmallHoverBtn {
	position: absolute;
	right: 7.5px;
	padding: 10px;
	padding-bottom: 7px;
	width: 15px;
	height: 12px;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 20px;
	background-image: url('../MMUI/icons/Paid.svg');
	color: #fff;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	cursor: pointer;
	background-color: rgb(0, 158, 227);
}

.shopProductDetailHeaderMenuOrderButtonThreeHoverBtn {
	position: absolute;
	padding: 10px;
	padding-bottom: 7px;
	width: 15px;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: 15px;
	height: 12px;
	color: #fff;
	text-align: center;
	font-size: 11pt;
	font-weight: lighter;
	cursor: pointer;
	background-color: rgb(0, 158, 227);
}

.shopProductDetailHeaderMenuOrderButtonThreeHoverBtnNotLogInOne {
	position: absolute;
	bottom: 30px;
	width: 100%;
	height: 480px;
	cursor: pointer;
}


.DoPulse {
	/*animation: pulse 3s infinite ease-in-out;*/
	opacity: .15;
	background: linear-gradient(-90deg,rgb(62, 62, 62) 50%,rgb(238, 238, 238) 70%);
	background-size: 400% 400%;
	animation: pulse 3.5s infinite;
}

@keyframes pulse {

	0% {
		background-position: 100% 50%
	}

	50% {
		background-position: 0 50%
	}

	100% {
		background-position: 100% 50%
	}
}

.side_menu_container_bookmarks {
	position: fixed;
	right: 0;
	top: 235px;
	height: 48px;
	width: 48px;
	cursor: pointer;
	transition: all ease 0.8s;
	z-index: 1000;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}

.side_menu_icon_bookmarks {
	position: absolute;
	height: 48px;
	width: 48px;
	margin-bottom: 10px;
	background-color: rgba(64,64,64,0.7);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 23px 23px;
	cursor: pointer;
	background-image: url(../MMUI/icons/menuicons/Basket-WF.svg);
}

.side_menu_icon_bookmarks {
	background-color: rgb(0,158,227)
}

#side_container_bookmarks {
	background-size: 25px 25px;
}

.mpListElementNextContainerabo {
	width: 40px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	font-size: 30px;
	background-image: url(/MMUI/icons/mainmenuIcons/ArrowHeadRight_2b2b2b2.png);
	background-position: 21px;
	background-repeat: no-repeat;
	background-size: 15px;
	background-color: white;
	right: 0px;
}

.BrandedColorMenuHeader {
	font-size: 20px;
	font-weight: bold;
	color: rgb(120,77,150);
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
	/*margin-left: 10px;*/
}

#mpMenuBodyDivLinkIndirectReseller ol {
	padding-left: 20px;
}

.MPNStatus {
	margin: 12px 0px;
	padding: 6px;
}

	.MPNStatus.Green {
		background-color: #67bf0d;
	}

	.MPNStatus.Red {
		background-color: rgba(255, 92, 92, 1);
	}

#pnlSingleSignOnSettings .ButtonWithLoader, #pnlSingleSignOnSettings .muiButtonMarketPlaceMenuLongWithLoader {
	margin: 12px 0;
}

.FirstLine {
	width: 164px;
}

.CommissionFrameView {
	position: absolute;
	top: 0px;
	bottom: 20px;
	left: 0px;
	right: 0px;
}

.CommisionFrameView1 {
	display: none;
	height: 100%;
	position: relative;
	top: 0px;
	bottom: 0px;
}

.ProductIframe2 {
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	top: 0px;
	bottom: 0px;
}

.lmmFillerElement {
	width: 48px;
	background-color: rgba(62, 62, 62, 1);
}

.lmmLineElement_small {
	height: 1px;
	width: 20px;
	margin: 0px 14px 0px 14px;
	background-color: rgba(255, 255, 255, 0.3);
}

.lmmLineElement_large {
	height: 1px;
	width: 240px;
	background-color: rgba(255, 255, 255, 0.3);
}

.side_menu_container_logout {
	position: fixed;
	right: 0px;
	top: calc(100% - 104px);
	height: 48px;
	width: 48px;
	display: flex;
	transition: width ease 0.8s;
	z-index: 501;
	margin-right: 4px;
	cursor: pointer;
	background-color: rgba(62, 62, 62, 0.9);
}

	.side_menu_container_logout:hover {
		width: 230px;
	}

#side_menu_logout_text {
	position: relative;
	left: 4px;
	bottom: 18px;
	height: 48px;
	text-align: center;
	z-index: 506;
	transition: width ease 0.8s;
	background-color: rgba(64, 64, 64, 0.7);
	color: white;
	font-size: 14pt;
	font-weight: lighter;
}

#side_menu_logout_icon {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/windows10icons/LogoutWF32qpx.png');
}

.side_menu_container_imprint {
	position: fixed;
	right: 0px;
	top: calc(100% - 52px);
	height: 48px;
	width: 48px;
	display: flex;
	transition: width ease 0.8s;
	z-index: 501;
	margin-right: 4px;
	cursor: pointer;
	background-color: rgba(62, 62, 62, 0.9);
}

	.side_menu_container_imprint:hover {
		width: 230px;
	}

#side_menu_imprint_text {
	position: relative;
	left: 4px;
	bottom: 18px;
	height: 48px;
	text-align: center;
	z-index: 6;
	transition: width ease 0.8s;
	background-color: rgba(64, 64, 64, 0.7);
	color: white;
	font-size: 14pt;
	font-weight: lighter;
}

#side_menu_imprint_icon {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/leftMainMenuSVGs/Imprint.svg');
}

.side_menu_container_support {
	position: fixed;
	right: 0;
	top: 20%;
	color: #fff;
	height: 48px;
	width: 48px;
	cursor: pointer;
	display: flex;
	transition: width ease 0.8s;
	z-index: 1000;
	background-color: rgba(62, 62, 62, 0.9);
	margin-right: 4px;
}

	.side_menu_container_support:hover {
		width: 230px;
	}

		.side_menu_container_support:hover .inner_side_container {
			right: 230px;
			transition: right ease 0.8s;
			height: 48px;
			border-bottom: 1px solid white;
		}

		.side_menu_container_support:hover #ticket_inner_side_container {
			width: 230px;
			transition: width ease 0.8s;
			height: 48px;
			border-bottom: 1px solid white;
			border-top: 1px solid white;
		}

		.side_menu_container_support:hover #email_inner_side_container {
			width: 230px;
			transition: width ease 0.8s;
			height: 48px;
			border-bottom: 1px solid white;
		}

		.side_menu_container_support:hover #phone_inner_side_container {
			width: 230px;
			transition: width ease 0.8s;
			height: 48px;
			border-bottom: 1px solid white;
		}

		.side_menu_container_support:hover #ExternalLink1 {
			width: 230px;
			transition: width ease 0.8s;
			height: 48px;
			border-bottom: 1px solid white;
		}


#side_menu_support_icon {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/menuicons/UserHelp-01.svg');
	height: 47px;
}

#side_menu_support_text {
	position: relative;
	height: 48px;
	bottom: 17px;
	text-align: center;
	z-index: 6;
	transition: all ease 0.8s;
	background-color: rgba(64, 64, 64, 0.7);
	color: white;
	font-size: 14pt;
	font-weight: lighter;
}

#ticket_inner_side_container {
	width: 0px;
	transition: all ease 0.8s;
}

	#ticket_inner_side_container:hover {
		background-color: rgba(64, 64, 64, 0.3);
	}

#side_menu_support_ticket_index {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/leftMainMenuSVGs/SupportTicket.svg');
	background-color: rgba(64, 64, 64, 0.8);
}

#side_menu_support_ticket_text {
	position: relative;
	height: 48px;
	text-align: center;
	z-index: 6;
	transition: all ease 0.8s;
	background-color: rgba(64, 64, 64, 0.6);
	color: white;
	font-size: 12pt;
	font-weight: lighter;
}

#email_inner_side_container {
	width: 0px;
	transition: all ease 0.8s;
}

	#email_inner_side_container:hover {
		background-color: rgba(64, 64, 64, 0.3);
	}


#side_menu_email_index {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/leftMainMenuSVGs/EMail.svg');
	background-color: rgba(64, 64, 64, 0.8);
}

#side_menu_email_text {
	position: relative;
	height: 48px;
	text-align: center;
	z-index: 6;
	transition: all ease 0.8s;
	background-color: rgba(64, 64, 64, 0.6);
	color: white;
	font-size: 12pt;
	font-weight: lighter;
}

#phone_inner_side_container {
	width: 0px;
	transition: all ease 0.8s;
}

	#phone_inner_side_container:hover {
		background-color: rgba(64, 64, 64, 0.3);
	}

#side_menu_phone_index {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/leftMainMenuSVGs/Phone.svg');
	background-color: rgba(64, 64, 64, 0.8);
}

#side_menu_phone_text {
	position: relative;
	height: 48px;
	text-align: center;
	z-index: 6;
	transition: all ease 0.8s;
	background-color: rgba(64, 64, 64, 0.6);
	color: white;
	font-size: 12pt;
	font-weight: lighter;
}


#ExternalLink1 {
	width: 0px;
	transition: all ease 0.8s;
}

	#ExternalLink1:hover {
		background-color: rgba(64, 64, 64, 0.3);
	}


#side_menu_externalLink1_index {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/leftMainMenuSVGs/Portal.svg');
	background-color: rgba(64, 64, 64, 0.8);
}

#side_menu_externalLink1_text {
	position: relative;
	height: 48px;
	text-align: center;
	z-index: 6;
	transition: all ease 0.8s;
	background-color: rgba(64, 64, 64, 0.6);
	color: white;
	font-size: 12pt;
	font-weight: lighter;
}

p.innerP {
	position: absolute;
	top: 0px;
	width: 183px;
	text-align: left;
}

.supportLink {
	color: white;
	text-decoration: underline;
}

	.supportLink:visited {
		color: white;
		text-decoration: underline;
	}

[class~='SlideMenu']:last-of-type {
	box-shadow: 7px 0px 18px -4px #606060;
}

.SophosTenantChooser {
	margin-bottom: 12px;
}

.marketPlaceInputText.Readonly {
	background-color: #aaaaaa;
}

.marketPlaceLabel {
	font-size: 14px;
	margin-top: 24px;
	display: block;
}

#topButtonsBar {
	height: 48px;
	background-color: rgba(62, 62, 62, 1);
	width: 220px;
	display: none;
}

.detailIFrameParent {
	top: 6px;
	height: 100%;
	width: 100%;
	background-color: gray;
	position: fixed;
	z-index: 102;
}

.detailIFrameCloseButton {
	height: 48px;
	width: 50px;
	left: 56px;
	top: 4px;
	position: absolute;
	background-image: url(../../MMUI/icons/windows10icons/win10close.png);
	background-repeat: no-repeat;
	background-size: 23px 23px;
	background-position-x: 12px;
	background-position-y: 12px;
	z-index: 123;
	background-color: rgba(64, 64, 64, 0.7);
	cursor: pointer;
}

	.detailIFrameCloseButton:hover {
		background-color: rgba(64,64,64,0.8);
	}

.detailIFrame {
	bottom: 30px;
	position: inherit;
	width: 100%;
	height: 100%;
	border: none;
	overflow: scroll;
}

#EULASophosCheckbox {
	height: 25px;
}

#commissionDetailParent {
	height: 100%;
	width: 100%;
	background-color: rgb(88,88,90);
	overflow-y: scroll;
}

#commissionDetailTopBar {
	width: 100%;
	background-color: rgb(88,88,90);
}

#commissionDetailImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

#commissionDetailMidBar {
	height: 54px;
	width: 100%;
	background-color: rgb(62,62,64);
}

#commissionDetailText {
	height: auto;
	width: auto;
	min-height: 35%;
	background-color: white;
	padding: 20px 20% 0px 20%;
	text-align: justify;
}

#commissionNameField {
	height: 50px;
	width: auto;
	padding-top: 14px;
	margin-left: 50px;
	color: white;
	font-weight: 400;
	font-size: 2em;
}

.infoTile_Icon {
	width: 100px;
	height: 100px;
	position: relative;
}

.infoTile_Text {
	position: relative;
	display: block;
	border-left: 2px solid white;
	height: 100px;
	vertical-align: bottom;
	padding-left: 20px;
	margin-left: 10px;
	font-size: 17pt;
	top: -104px;
	left: 113px;
	width: 55%;
	font-family: calibri;
}

.infoTile_Counter {
	position: relative;
	display: block;
	font-size: 74pt;
	display: block;
	width: 10%;
	top: -195%;
	left: 90%;
	font-family: calibri;
}

.mpListElementInfoCombiHolderMain:hover .selectedElement {
	background-color: #4D9ED8;
}

.dynamicTableContentIcon {
	width: 22px;
	height: 22px;
	background-repeat: round;
	margin-left: 18%;
}

.dynamicTableEmptyField {
	margin-left: 6px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input:focus {
		outline: none;
	}
}


.SlideMenu.SlideDetailWiz {
	width: 1440px;
}

.mpMenuBodyDivLeasingEditVis{

}

.hint_container {
	color: rgb(88, 88, 90);
	z-index: 100;
	margin-top: 6px;
	margin-bottom: 16px;
}

.hint_header {
	font-size: 20px;
	color: rgb(88, 88, 90);
	padding-left: 16px;
	font-weight: normal;
}

.hint_text {
	font-size: 13pt;
	font-weight: normal;
	color: white;
	margin-top: 19px;
	text-align: left;
	padding: 16px;
	border-radius: 0.4em;
}


.hint_text_bottom {
	font-size: 13pt;
	font-weight: normal;
	color: white;
	margin-top: 19px;
	text-align: left;
	padding: 16px;
	border-radius: 0.4em;
}

.contentIconLink {
	display: block;
	height: 100%;
}

.confirmPaymentBTN {
	position: absolute;
	bottom: 10px;
	padding-top: 10px;
	text-align: center;
	height: 23px;
	cursor: pointer;
	background-color: #ccc;
	color: #222;
	border-radius: 0px;
	transition: all 0.5s ease;
	right: 58px;
	width: 80px;
	top: 5px;
	font-size: 12pt;
}

	.confirmPaymentBTN:hover {
		background-color: lightgray;
		color: #fff;
	}

.deviceDetailsDataField {
	font-size: 16px;
	color: rgb(77,158,216);
	width: 100%;
	position: relative;
	margin-bottom: 3px;
	height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.backupText {
	font-size: 11pt;
}

.vProText {
	font-size: 11pt;
}

.vProImg {
	width: 100%;
}

.mca_titleText {
	font-size: 13pt;
	font-weight: normal;
	color: rgb(88, 88, 90);
	text-align: left;
	padding: 6px;
	border-radius: 0.4em;
}

.priceSumPaymentRecurrence {
	color: rgba(128,128,128,1);
}




/* UI Overhaul 2020 */
.MenuHeaderButtonDiv {
	width: 350px;
	height: 48px;
	position: absolute;
	bottom: 1px;
	left: 0px;
	background-color: transparent;
}

.marketPlaceMenuHeaderDiv {
	height: 97px;
	position: relative;
	background: unset;
	background-color: rgba(62,62,62,1);
}

	.marketPlaceMenuHeaderDiv:before {
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-color: inherit;
		background: linear-gradient(0deg, rgba(inherit,1) 30%, rgba(inherit,0.7) 90%);
	}


.marketPlaceMenuFooterDiv {
	font-size: 18px;
	color: rgb(255,255,255);
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background-color: rgba(230,230,230,1);
	min-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid darkgray;
	overflow: visible;
}

.marketPlaceMenuHeaderTitle {
	font-size: 1.2em;
	font-weight: normal;
	color: rgb(255, 255, 255);
	padding: 20px;
	padding-top: 18px;
	padding-bottom: 4px;
	padding-right: 36px;
	letter-spacing: -0.02em;
	position: absolute;
}

.MenuHeaderButtonClose:hover, .MenuHeaderButtonMinimize:hover, .MenuHeaderButtonCloseWhiteBackground:hover {
	background-color: rgba(72,72,72,0.2);
	border-radius: 50%;
}

.MenuHeaderButton:hover:not(.MenuHeaderButtonTagFilter):not(.MenuHeaderButtonExportCsv) {
	filter: brightness(0.4);
}


/* FOOTER */
.yearly_picture {
	background-image: url(./mmui/icons/bcicons/Calendarmonth.png.png);
	background-size: 41px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	padding-right: 3px;
	border-right-color: rgba(230,230,230,1);
	border-right-style: solid;
	border-right-width: 4px;
	background-size: 30px;
	background-position-x: center;
	background-position-y: center;
	float: left;
}

.newDynamicFooter {
	position: absolute;
	left: 0px;
	height: 50px;
	background-color: rgba(230,230,230,1);
	width: 310px;
	padding-left: 10px;
	padding-right: 10px;
	bottom: 0px;
	border-top: 1px solid rgba(1,1,1,0);
}

.paymentPicture {
    background-image: url(./mmui/icons/bcicons/Money-Bag-WF.png);
    background-size: 41px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    padding-right: 3px;
    border-right-color: rgba(230,230,230,1);
    border-right-style: solid;
    border-right-width: 4px;
    background-size: 30px;
    background-position-x: center;
    background-position-y: center;
}

.once_picture {
    background-image: url(./mmui/icons/bcicons/day.png);
    background-size: 41px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    padding-right: 3px;
    border-right-color: rgba(230,230,230,1);
    border-right-style: solid;
    border-right-width: 4px;
    background-size: 30px;
    background-position-x: center;
    background-position-y: center;
    float: left;
}

.month_picture {
    background-image: url(./mmui/icons/bcicons/Calendarday.png);
    background-size: 41px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    padding-right: 3px;
    border-right-color: rgba(230,230,230,1);
    border-right-style: solid;
    border-right-width: 4px;
    background-size: 30px;
    background-position-x: center;
    background-position-y: center;
    float: left;
}

.yearly_picture {
    background-image: url(./mmui/icons/bcicons/Calendarmonth.png);
    background-size: 41px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    padding-right: 3px;
    border-right-color: rgba(230,230,230,1);
    border-right-style: solid;
    border-right-width: 4px;
    background-size: 30px;
    background-position-x: center;
    background-position-y: center;
    float: left;
}

.AboPicture {
    background-image: url(./mmui/icons/bcicons/Money-Bag-WF.png);
    background-size: 41px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    padding-right: 3px;
    border-right-color: rgba(230,230,230,1);
    border-right-style: solid;
    border-right-width: 4px;
    background-size: 30px;
    background-position-x: center;
    background-position-y: center;
}

.MenuFooterBtnSubmitOrder {
	width: 44px;
	height: 42px;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
	float: left;
	background-color: rgba(77,158,216, 1);
	border-radius: 50%;
	border: 2px solid gray;
	left: 144px;
	position: fixed;
	bottom: 26px;
}

#footerButton1:not(.ButtonWithLoaderGray):not(.muiButtonMarketPlaceMenuLongWithLoaderGray):not(.muiButtonMarketPlaceMenuLongWithLoader) {
	width: 44px;
	height: 42px;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 20px;
	float: left;
	background-color: rgba(77,158,216,1);
	border-radius: 50%;
	border: 2px solid gray;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 10000;
	bottom: 26px;
}

.RequestLeaseButton {
	background-image: url(../MMUI/icons/bottomMenuIcons/Save01WF.png);
	cursor: pointer;
}

.RequestLeaseButtonGray {
	background-image: url(../MMUI/icons/bottomMenuIcons/Save01WF.png);
	background-color: rgba(200,200,200,0.8);
	cursor: pointer;
}

.footerButton1.MenuFooterBtnSaveCommission {
	width: 44px;
	height: 42px;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 20px;
	float: left;
	background-color: rgba(77,158,216, 1);
	border-radius: 50%;
	border: 2px solid gray;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	bottom: 26px;
}

#editFinancialDataButton {
	width: 44px;
	height: 42px;
	background-image: url(../MMUI/icons/leftMainMenuSVGs/gray/FinancialData.svg);
	position: fixed;
	z-index: 10;
	margin-left: 42%;
	bottom: 5px;
}

	#editFinancialDataButton.filled {
		width: 44px;
		height: 42px;
		background-image: url(../MMUI/icons/leftMainMenuSVGs/Task-01-WF.svg);
		position: fixed;
		z-index: 10;
		margin-left: 42%;
		bottom: 5px;
	}
	#editFinancialDataButton.nochoice {
		width: 44px;
		height: 42px;
		background-image: url(../MMUI/icons/leftMainMenuSVGs/red-Close-WF.svg);
		position: fixed;
		z-index: 10;
		margin-left: 42%;
		bottom: 5px;
	}

#editResellerFinancialDataButton {
	width: 44px;
	height: 42px;
	background-image: url(../MMUI/icons/leftMainMenuSVGs/gray/FinancialData.svg);
	position: fixed;
	z-index: 10;
	margin-left: 42%;
	bottom: 5px;
	left:200px;
}

	#editResellerFinancialDataButton.filled {
		width: 44px;
		height: 42px;
		background-image: url(../MMUI/icons/leftMainMenuSVGs/Task-01-WF.svg);
		position: fixed;
		z-index: 10;
		margin-left: 40%;
		bottom: 5px;
	}
#footerButton2 {
	filter: brightness(0.25) sepia(0.4) saturate(10%);
	position:absolute;
	bottom: 5px;
}

.MenuFooterButtonDisabled {
	opacity: 0.6;
	cursor: default;
}

.divOfferOrderStatus_ListOffer {
	position: absolute;
	left: 0px;
	height: 50px;
	background-color: rgba(230,230,230,1);
	width: 330px;
	padding-left: 10px;
	padding-right: 10px;
	bottom: 0px;
}

.groundScroller {
	height: 15px;
	width: 100%;
	z-index: -1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: linear-gradient(360deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.1) 100%);
}

.footer_Price_Leasing {
	position: absolute;
	left: 20px;
	width: 310px;
	background-color: white;
	cursor: pointer;
	height: 40px;
	bottom: 77px;
}

.OfferFooter_new:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 50px;
	background-color: transparent;
	border-bottom: 1px solid darkgray;
}


.newDynamicFooter:before {
	content: '';
	position: absolute;
	top: -1px;
	left: -20px;
	right: 0px;
	bottom: 50px;
	background-color: transparent;
	border-bottom: 1px solid darkgray;
	width: 350px;
}

.MenuFooterConfigurationEditSubmitDate {
	background-image: url(../MMUI/icons/bottomMenuIcons/Save01WFDate.png);
	background-size: 26px;
	background-position: center 13px;
	margin-left: -7px;	
}

.footer_Price_Once {
	position: relative;
	min-width: 180px;
	height: 40px;
	margin-bottom: 5px;
	margin-top: 0px;
	background-color: white;
}

.footerLoadingDiv {
	position: absolute;
	left: 0px;
	top: -25px;
	height: auto;
	background-color: rgba(230,230,230,0.5);
	width: 100%;
	padding: 0;
	bottom: 0px;
	z-index: 10005;
}

.DirectOrderLinkHeaderButton.ON {
	background-size: 46%;
	background-image: url(../MMUI/icons/bcIcons/Connector-WFWhite.png);
	border: 1px solid white;
	margin-top: -7px;
	background-color: unset;
}

/* Konfiguration der Positionen */
#le_divName {
	color: rgba(77,158,216, 1);
	font-size: 13pt;
	margin-top: 5px;
}

.PaymentRecurrenceIconOnceFix {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/day.png);
	position: absolute;
	left: 52px;
	bottom: 6px;
	width: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.PaymentRecurrenceAmountOnceFix {
	color: rgba(128,128,128,1);
	bottom: 18px;
	left: 65px;
	font-size: 9pt;
	float: right;
	position: relative;
}

.PaymentRecurrenceIconMonthlyFix {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/CalendarDay.png);
	position: absolute;
	left: 124px;
	bottom: 6px;
	width: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
}


.PaymentRecurrenceAmountMonthlyFix {
	color: rgba(128,128,128,1);
	bottom: 18px;
	left: 137px;
	font-size: 9pt;
	float: right;
	position: relative;
}

.PaymentRecurrenceIconYearlyFix {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/Calendarmonth.png);
	position: absolute;
	left: 196px;
	bottom: 6px;
	width: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.PaymentRecurrenceAmountYearlyFix {
	color: rgba(128,128,128,1);
	position: relative;
	bottom: 18px;
	left: 208px;
	font-size: 9pt;
	float: right;
}

.leftalign .ConfigMaskBottomPrice {
	text-align: right;
	font-size: 10pt;
	position: relative;
	height: 0px;
}

.SingleLinedPrice .PriceInfo {
	height: 0px;
	margin-top: 2px;
}

.SingleLinedPrice {
	margin-bottom: 0px;
}



.priceSummaryBottomContainer {
	position: fixed;
	height: 274px;
	width: 350px;
	background-color: rgba(230,230,230,1);
	margin-left: -20px;
	bottom: -57px;
}

	.priceSummaryBottomContainer:before {
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 50px;
		background-color: rgba(77,158,216, 0.3);
		border-bottom: 1px solid darkgray;
	}

.SummaryBottomRow {
	background-color: white;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	height: 40px;
}

.SummaryBottomIconMonthly {
	background-image: url(../mmui/icons/bcIcons/Calendarday.png);
	background-repeat: no-repeat;
	background-size: 25px;
	width: 43px;
	height: 40px;
	background-position-x: center;
	background-position-y: center;
	background-color: white;
	border-right: 4px solid rgba(77,158,216, 0.4);
}

.SummaryBottomIconYearly {
	background-image: url(../mmui/icons/bcIcons/Calendarmonth.png);
	background-repeat: no-repeat;
	background-size: 25px;
	width: 43px;
	height: 40px;
	background-position-x: center;
	background-position-y: center;
	background-color: white;
	border-right: 4px solid rgba(77,158,216, 0.4);
}

.SummaryBottomIconOnce {
	background-image: url(../mmui/icons/bcIcons/day.png);
	background-repeat: no-repeat;
	background-size: 25px;
	width: 43px;
	height: 40px;
	background-position-x: center;
	background-position-y: center;
	background-color: white;
	border-right: 4px solid rgba(77,158,216, 0.4);
	margin-top: 9px;
}

.SummaryBottomText {
	background-color: white;
	position: relative;
	bottom: 25px;
	left: 70px;
	font-size: 15px;
	width: 117px;
	color: rgba(128,128,128,1);
}

#orderMaskTotalPriceFieldOnce_bottom.SummaryBottomPrice {
	bottom: 41px;
	right: 26px;
	font-size: 17px;
}

#orderMaskTotalPriceField_bottom.SummaryBottomPrice {
	bottom: 41px;
	right: 26px;
	font-size: 17px;
}

#orderMaskTotalPriceFieldYearly_bottom.SummaryBottomPrice {
	bottom: 41px;
	right: 26px;
	font-size: 17px;
}

.priceSummaryBottomToggle {
	color: rgb(77,158,216);
	width: 40px;
	position: fixed;
	bottom: 10px;
	z-index: 100;
	font-size: 38pt;
	right: 15px;
	cursor: pointer;
	font-family: ui-serif;
}

.configurationBottomPlaceHolder {
	height: 30px;
}

@supports (-moz-appearance:none) {

	.PaymentRecurrenceIconOnceFix {
		color: rgba(128,128,128,1);
		background-image: url(../mmui/icons/bcIcons/day.png);
		position: absolute;
		left: 52px;
		bottom: 2px;
		width: 13px;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.PaymentRecurrenceAmountOnceFix {
		color: rgba(128,128,128,1);
		bottom: 18px;
		left: 65px;
		font-size: 9pt;
		float: right;
		position: relative;
	}

	.PaymentRecurrenceIconMonthlyFix {
		color: rgba(128,128,128,1);
		background-image: url(../mmui/icons/bcIcons/CalendarDay.png);
		position: absolute;
		left: 124px;
		bottom: 2px;
		width: 13px;
		background-repeat: no-repeat;
		background-size: 100%;
	}


	.PaymentRecurrenceAmountMonthlyFix {
		color: rgba(128,128,128,1);
		bottom: 18px;
		left: 167px;
		font-size: 9pt;
		float: right;
		position: relative;
	}

	.PaymentRecurrenceIconYearlyFix {
		color: rgba(128,128,128,1);
		background-image: url(../mmui/icons/bcIcons/Calendarmonth.png);
		position: absolute;
		left: 190px;
		bottom: 2px;
		width: 13px;
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.PaymentRecurrenceAmountYearlyFix {
		color: rgba(128,128,128,1);
		bottom: 18px;
		left: 203px;
		font-size: 9pt;
		float: right;
		position: relative;
	}
}

.BasketPositionAmount {
	Position: absolute;
	top: 14px;
	margin-left: 8px;
}


.ConfigurationHeaderContainer {
	background-color: rgba(240,240,240,1);
	width: 350px;
	margin-left: -20px;
	border-bottom: 1px solid darkgray;
	position: absolute;
	transition: height 0.6s ease;
	z-index: 1000;
}

.ConfigurationHeaderSummaryContainer {
	margin-top: 10px;
	margin-bottom: 29px;
}

.ConfigurationHeaderIcon {
	position: absolute;
	height: 45px;
	width: 45px;
	margin-left: 20px;
	background-position: 50% 50%;
	color: rgb(88, 88, 90);
	background-repeat: no-repeat;
	background-size: 25px;
	background-color: rgba(227, 227, 227, 1);
	text-align: center;
	font-size: 16pt;
	font-weight: 600;
}

.ConfigurationHeaderTextbox {
	background-color: white;
	width: 259px;
	margin-left: 67px;
	height: 45px;
}

.ConfigurationHeaderCommissionName {
	color: rgba(77,158,216, 1);
	font-size: 13pt;
	margin-left: 6px;
	position: absolute;
	top: 17px;
	height: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 255px;
}

.deprecated {
	color: #e41156;
}

.ConfigurationHeaderCommissionPriceOnceIcon {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../mmui/icons/bcIcons/day.png);
}

.ConfigurationHeaderCommissionPriceOnceAmount {
	color: rgba(128,128,128,1);
	position: relative;
	top: 2px;
	right: -3px;
	font-size: 9pt;
	float: right;
}

.ConfigurationHeaderCommissionPriceMonthlyIcon {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../mmui/icons/bcIcons/CalendarDay.png);
}

.ConfigurationHeaderCommissionPriceMonthlyAmount {
	color: rgba(128,128,128,1);
	position: relative;
	top: 2px;
	right: -3px;
	font-size: 9pt;
	float: right;
}

.ConfigurationHeaderCommissionPriceYearlyIcon {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../mmui/icons/bcIcons/Calendarmonth.png);
}

.ConfigurationHeaderCommissionPriceYearlyAmount {
	color: rgba(128,128,128,1);
	position: relative;
	top: 2px;
	right: -3px;
	font-size: 9pt;
	float: right;
}

.ConfigurationHeaderToggleDetailsButton {
	width: 44px;
	height: 42px;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-image: url(../MMUI/icons/menuIcons/Chevron_down.png);
	background-color: rgba(77,158,216, 1);
	border-radius: 50%;
	border: 2px solid gray;
	left: 144px;
	position: absolute;
	bottom: -23px;
}

	.ConfigurationHeaderToggleDetailsButton:hover {
		cursor: pointer;
	}

.ConfigurationHeaderDetailsContainer {
	top: 30px;
	background-color: white;
	width: 306px;
	height: auto;
	margin-left: 20px;
	margin-top: -20px;
	display: none;
	float: left;
	margin-bottom: 26px;
	background-image: linear-gradient(white, rgb(230,230,230));
}

.ConfigurationHeaderDetailsImage {
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	transition: transform .5s ease;
	overflow: hidden !important;
	background-position-x: center;
	background-position-y: center;
	background-image: radial-gradient(circle, white, lightgray);
}

#ConfigurationHeaderDetailsImg {
	height: 200px;
	position: relative;
	object-fit: contain;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.ConfigurationHeaderDetailsTitle {
	position: relative;
	color: rgb(70, 70, 70);
	font-size: 15pt;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	float: left;
	font-family: 'Segoe UI', Arial, sans-serif;
	height: auto;
	overflow: hidden;
}

.ConfigurationHeaderDetailsDescription {
	position: relative;
	font-size: 12pt;
	padding-left: 8px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-top: 1px;
	float: left;
	color: rgb(90, 90, 90);
	font-family: 'Segoe UI', Arial, sans-serif;
}

.ConfigHeaderPlaceHolder {
	height: 104px;
}

/* BASKET UI UPDATE*/

.radiobuttonscontrol .RadioButtonBox {
	color: #747476;
	font-weight: lighter;
	margin-bottom: 6px;
	margin-top: 8px;
	border-left: 5px solid lightgray;
	min-height: 30px;
	cursor: pointer;
}

.selected.RadioButtonBox {
	border-left: 5px solid rgb(77,158,216);
}

.RadioButtonDesc {
	position: relative;
	left: 8px;
	top: 5px;
	width: calc(100% - 25px);
	font-size: 13pt;
	max-width: 190px;
	float: left;
	margin-bottom: 6px;
}

.RadioButtonPrice.multi {
	position: relative;
	margin-left: 210px;
	top: -10px;
	float: none;
}

.ControlLabel {
	font-size: 13pt;
	color: #747476;
	margin-top: 10px;
}

.RadioButtonPriceValue.monthly {
	float: right;
}

.RadioButtonPriceValue.yearly {
	float: right;
}

.SingleLinedPrice .checkboxlabel {
	min-height: 20px;
	border-left: 5px solid rgb(77,158,216);
	width: 190px;
	font-size: 13pt;
	padding-left: 10px;
	padding-right: 104px;
	padding-top: 6px;
	padding-bottom: 4px;
	/* max-height: 50px;*/
	color: rgb(77,158,216);
}

.ConfigMaskBottomPrice {
	color: rgb(88, 88, 90);
	font-size: 12px;
	width: 50px;
	margin-top: 2px;
}

input.generalcheckbox {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 23px;
	font-size: 13pt;
	padding-left: 10px;
	border: 1px solid rgb(10, 45, 65);
	user-select: contain;
	-ms-user-select: element;
	left: -20px;
}

.PaymentRecurrenceIconOnceRadio {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/day.png);
	position: absolute;
	left: 15px;
	bottom: -10px;
	width: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 13px;
}

.PaymentRecurrenceIconMonthlyRadio {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/CalendarDay.png);
	position: absolute;
	left: 15px;
	bottom: -10px;
	width: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.PaymentRecurrenceIconYearlyRadio {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/Calendarmonth.png);
	position: absolute;
	left: 15px;
	bottom: -10px;
	width: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.RadioButtonPriceValue.once {
	float: right;
}

.CommissionIncluded {
	font-size: 12pt;
	margin-top: 4px;
	position: absolute;
	right: 10px;
}

.PaymentRecurrenceIconOnceCheckbox {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/day.png);
	position: absolute;
	right: 67px;
	bottom: -17px;
	width: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 13px;
}

.PaymentRecurrenceIconMonthlyCheckbox {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/CalendarDay.png);
	position: absolute;
	right: 67px;
	bottom: -16px;
	width: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.PaymentRecurrenceIconYearlyCheckbox {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/Calendarmonth.png);
	position: absolute;
	right: 67px;
	bottom: -16px;
	width: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.SingleLinedPrice .deselectedCheckboxElement {
	border-left: 5px solid lightgray;
	color: #747476;
}

.SingleLinedPrice .selectedCheckboxElement {
	border-left: 5px solid rgb(77,158,216);
	color: rgb(77,158,216);
}

.PaymentRecurrenceAmountOnceCheckbox {
	text-align: unset;
	position: relative;
	top: 6px;
}

.PaymentRecurrenceAmountMonthlyCheckbox {
	text-align: unset;
	position: relative;
	top: 6px;
}

.PaymentRecurrenceAmountYearlyCheckbox {
	text-align: unset;
	position: relative;
	top: 6px;
}


.ConfigMaskBottomInfoText {
	font-size: 13px;
	color: rgba(128,128,128,1);
	font-weight: lighter;
	float: left;
	width: 184px;
	display: none;
}

.PaymentRecurrenceAmountOnceBasket {
	position: relative;
	bottom: 56px;
	left: 6px;
	float: right;
}

.PaymentRecurrenceAmountMonthlyBasket {
	position: relative;
	bottom: 25px;
	left: 82px;
	float: right;
}

.PaymentRecurrenceAmountYearlyBasket {
	position: relative;
	bottom: 40px;
	left: 154px;
	float: right;
}

.PaymentRecurrenceIconOnceBasket {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/day.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 49px;
	bottom: 53px;
}

.PaymentRecurrenceIconMonthlyBasket {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/Calendarday.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 71px;
	bottom: 22px;
}

.PaymentRecurrenceIconYearlyBasket {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/Calendarmonth.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 144px;
	bottom: 37px;
}

.BasketPositionMarker .CustomerDetailListDiv .mpListElementProductNameContainer .mpListElementProductName {
	color: rgba(77,158,216, 1);
	font-size: 13pt;
	margin-top: 5px;
}

.mpListElementHighlight {
	font-size: 11pt;
	margin-top: 5px;
	margin-left: 62px;
	float: left;
	height: 0px;
}

.footerButton2 {
	filter: brightness(0.25) sepia(0.4) saturate(10%);
	margin-left: 10px;
}

.footerButton3 {
	filter: brightness(0.25) sepia(0.4) saturate(10%);
	margin-left: 150px;
}

.footerButton4 {
	filter: brightness(0.25) sepia(0.4) saturate(10%);
	margin-left: 226px;
}

.PriceInfo {
	height: 0px;
	margin-top: 0px;
}

.BasketPositionMarker {
	margin-bottom: 0px;
}

.positionPriceField {
	float: right;
	text-align: right;
	width: 55px;
}

.ConfigHeaderContainerOnce {
	display: block;
	float: right;
	text-align: right;
	width: 60px;
	position: relative;
	top: 29px;
	right: 193px;
}

.ConfigHeaderContainerMonthly {
	display: block;
	float: right;
	text-align: right;
	width: 60px;
	position: relative;
	top: 29px;
	right: 56px;
}

.ConfigHeaderContainerYearly {
	display: block;
	float: right;
	text-align: right;
	width: 60px;
	position: relative;
	top: 29px;
	left: 78px;
}

/* Kacheln Marktplatz overhaul */
.infoTile_Header {
	font-size: 2em;
	font-weight: normal;
	font-family: 'Segoe UI', Arial, sans-serif;
}

.pover_master_title.neu {
	position: relative;
	padding-left: 70px;
	left: 68px;
	top: -20px;
	font-weight: normal;
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 2em;
}

.business_icon.neu {
	position: relative;
	margin-top: 54px;
	top: 32px;
	left: 80px;
}

.BasketEditOnceContainer {
	bottom: 6px;
	right: 30px;
	float: right;
	width: 50px;
}

.BasketEditOnceIcon {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/day.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 242px;
	bottom: 6px;
}

.BasketEditOnceAmount {
	right: 188px;
	position: relative;
	bottom: 19px;
	color: rgb(88, 88, 90);
	font-size: 10pt;
}

.BasketEditMonthlyContainer {
	bottom: 6px;
	right: 30px;
	float: right;
	width: 50px;
}


.BasketEditMonthlyIcon {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/Calendarday.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 166px;
	bottom: 6px;
}

.BasketEditMonthlyAmount {
	right: 110px;
	position: relative;
	bottom: 19px;
	color: rgb(88, 88, 90);
	font-size: 10pt;
}

.BasketEditYearlyContainer {
	bottom: 6px;
	right: 30px;
	float: right;
	width: 50px;
}

.BasketEditYearlyIcon {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/Calendarmonth.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 90px;
	bottom: 6px;
}

.BasketEditYearlyAmount {
	left: -38px;
	position: relative;
	bottom: 19px;
	color: rgb(88, 88, 90);
	font-size: 10pt;
}


.BasketSliderOnceIcon {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/day.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 3px;
}

.BasketSliderMonthlyIcon {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/Calendarday.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 3px;
}

.BasketSliderYearlyIcon {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/Calendarmonth.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 3px;
}

.BasketSliderAmountCost {
	right: 240px;
	top: 2px;
	position: relative;
	color: rgb(88, 88, 90);
}

.basketDetailProduct {
	color: rgb(77,158,216);
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 4px;
	margin-left: -2px;
}

.offerTimeLabel {
	font-size: 11pt;
	margin-top: 6px;
	margin-bottom: -4px;
}

#divofferPrice {
	position: absolute;
	margin-left: 80px;
}

.SubmitPositionPriceButton {
	width: 25px;
	height: 22px;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 20px;
	border-radius: 50%;
	border: 2px solid gray;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	bottom: 26px;
	color: transparent;
	background-image: url(../MMUI/icons/bottomMenuIcons/Save01WF.png);
	z-index: 666;
}

	.SubmitPositionPriceButton:hover {
		cursor: pointer;
	}



#remote_support_container {
	top: 42%;
}

#remote_support_side_container_white {
	top: 49px;
}

#side_menu_remote_support_icon {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/leftMainMenuSVGs/OrganisationalUnits.svg');
	height: 47px;
}

#side_menu_remote_support_text {
	position: relative;
	height: 48px;
	bottom: 17px;
	text-align: center;
	z-index: 6;
	transition: all ease 0.8s;
	background-color: rgba(64, 64, 64, 0.7);
	color: white;
	font-size: 14pt;
	font-weight: lighter;
}

#inner_side_container_remote_step1 {
	width: 0px;
	transition: all ease 0.8s;
}

	#inner_side_container_remote_step1:hover {
		background-color: rgba(64, 64, 64, 0.3);
	}

#side_menu_support_remote_index_step1 {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/leftMainMenuSVGs/SupportTicket.svg');
	background-color: rgba(64, 64, 64, 0.8);
}

#side_menu_support_remote_text_step1 {
	position: relative;
	height: 48px;
	text-align: center;
	z-index: 6;
	transition: all ease 0.8s;
	background-color: rgba(64, 64, 64, 0.6);
	color: white;
	font-size: 12pt;
	font-weight: lighter;
}

#inner_side_container_remote_step2 {
	width: 0px;
	transition: all ease 0.8s;
}

	#inner_side_container_remote_step2:hover {
		background-color: rgba(64, 64, 64, 0.3);
	}


#side_menu_support_remote_index_step2 {
	position: relative;
	z-index: 1;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/leftMainMenuSVGs/TemplateSettings.svg');
	background-color: rgba(64, 64, 64, 0.8);
}

#side_menu_support_remote_text_step2 {
	position: relative;
	height: 48px;
	text-align: center;
	z-index: 6;
	transition: all ease 0.8s;
	background-color: rgba(64, 64, 64, 0.6);
	color: white;
	font-size: 12pt;
	font-weight: lighter;
	top: -50px;
	left: 48px;
}

.side_menu_container_support:hover #inner_side_container_remote_step1 {
	width: 230px;
	transition: width ease 0.8s;
	height: 48px;
	border-bottom: 1px solid white;
}

p.innerPlong {
	white-space: nowrap;
	top: -12px;
	left: 13px;
	font-size: 11pt;
	text-align: left;
}

.remoteSupportPromptWindow {
	width: 350px;
	height: 190px;
	background-color: rgba(250,250,250,0.85);
	position: fixed;
	top: 30%;
	left: 41%;
	padding: 20px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
	-webkit-backdrop-filter: blur(2.5px);
	backdrop-filter: blur(2.5px);
}

#remoteSupport_header {
	font-size: 16pt;
	padding-left: 20px;
}

#remoteSupport_Text {
	color: rgb(72,72,72);
	margin: 8px 20px 20px 20px;
	text-align: justify;
}

#remoteSupport_ButtonContainer {
	position: relative;
}

.remoteSupport_Button {
	background-color: lightgray;
	width: 100px;
	height: 22px;
	text-align: center;
	padding-left: 2px;
	padding-top: 8px;
}

	.remoteSupport_Button:hover {
		background-color: darkgray;
		cursor: pointer;
	}

#remoteSupport_ButtonYes {
	float: left;
	margin-left: 22px;
}

#remoteSupport_ButtonNo {
	float: right;
	margin-right: 20px;
}

#remoteSupportRunning {
	position: fixed;
	height: 27px;
	width: 220px;
	padding-top: 13px;
	text-align: center;
	bottom: 8px;
	left: 48%;
	background-color: white;
	color: rgb(72,72,72);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

	#remoteSupportRunning:hover {
		cursor: pointer;
	}

.Anchor_SumYearlyPartialUnit {
	position: relative;
	width: 190px;
	top: 1px;
	font-size: 10pt;
	left: 4px;
}

#ticketTypeLabel {
	margin-right: 220px;
	font-size: 16px;
	color: #747476;
	margin-bottom: 10px;
}

#ticketType {
	width: 176px;
	margin-bottom: 12px;
	margin-top: 4px;
}

.ticketDescription {
	margin-bottom: 20px;
}

#ticketDescLabel {
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 12px;
}

#titleLabel {
	font-size: 16px;
	color: #747476;
	margin-bottom: 4px;
}

#ticketTitleInput {
	margin-right: 60px;
}

#footerButtonCreateTicket {
	width: 44px;
	height: 42px;
	background-position: center 8px;
	background-repeat: no-repeat;
	float: left;
	background-color: rgba(77,158,216, 1);
	border-radius: 50%;
	border: 2px solid gray;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 2px;
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/leftMainMenuSVGs/EMail.svg');
	cursor: pointer;
}

.favorit {
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/Rating.svg');
	cursor: pointer;
}

.choosenfavorit {
	background-size: 25px 25px;
	background-image: url('../MMUI/icons/Ratingyellow.svg');
	cursor: pointer;
}


.mailElementContainer {
	height: 124px;
}

.commissionEditorElementContainer {
	height: 82px;
}

.hintTextAbo {
	color: white;
	height: auto;
	width: 280px;
	position: relative;
	border-radius: 14px;
	padding: 20px;
}
.hintTextAboLong {
	color: white;
	height: auto;
	width: 1300px;
	position: relative;
	border-radius: 14px;
	padding: 20px;
}


.commEditLabel {
	font-size: 12pt;
	margin-bottom: -20px;
	margin-top: 10px;
}

input.generalcheckbox.redstate + .checkboxlabel {
	border-left: solid 4px red;
}

div#loading.activeloading {
	background-image: url('/Home/media/loading.gif');
	background-position: center 19px;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	min-height:150px;
}

#orderChangedCommentField {
	margin-top: 4px;
}

#orderChangedCommentLabel {
	font-size: 10pt;
	font-weight: lighter;
}

#orderChangedComment {
	margin-top: 10px;
}

.provisionDateSpan {
	width: 100px;
	bottom: 14px;
	left: 40px;
	position: relative;
}

.lblPricepartialYearlyUnitAmount {
	font-size: 10pt;
}

#m4a_AGBlink:hover {
	color: royalblue;
}

.checkboxClassic {
	margin-left: 1px;
}

.checkboxClassicLabel {
	border-left: none !important;
	margin-left: 28px;
	font-size: 11pt;
	width: 260px;
	text-align: justify;
	position: relative;
	bottom: 20px;
}

.checkboxClassicLabel.deselectedCheckboxElement {
	color: red;
}

.colorRed {
    color: red;
}

.forceNewPasswordMask {
	background-color: rgb(77,158,216);
	height: 100%;
	width: 360px;
	position: absolute;
	top: 0px;
	z-index: 999;
}

.forceNewPasswordText {
	color: white;
	margin-top: 200px;
	margin-left: 38px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
	width: 300px;
	font-size: initial;
}

#forceNewPasswordInput {
	margin-right: auto;
	margin-left: 36px;
	margin-bottom: 20px;
	width: 282px !important;
	height: 20px;
	border: 1px solid gray;
	font-size: 11pt;
	padding-left: 0px;
	position: inherit;
}

.PasswordInfoToolTipLabel {
	position: relative;
	width: 277px;
	height: auto;
	background-color: rgba(215,239,255,1);
	display: none;
	font-weight: lighter;
	color: #2B2B2B;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 4px;
	margin-left: 37px;
	margin-top: -20px;
	margin-bottom: 6px;
	text-align: left;
}

#forceNewPasswordInput:focus + .PasswordInfoToolTipLabel {
	display: block;
}

#forceNewPasswordRepeat {
	margin-right: auto;
	margin-left: 36px;
	margin-bottom: 20px;
	width: 282px !important;
	height: 20px;
	border: 1px solid gray;
	font-size: 11pt;
	padding-left: 0px;
	position: inherit;
}

.newPasswordButton {
	color: rgb(77,158,216);
	background-color: white;
	font-size: 12pt;
	cursor: pointer;
	width: 288px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	margin-left: 36px;
}

	.newPasswordButton:hover {
		color: rgb(59, 59, 59);
	}

#acceptNewPasswordButton {
	margin-top: 10px;
}

.licenseStatusContainer {
	position: absolute;
	margin-left: 240px;
	bottom: 12px;
	z-index: 1;
}

.m4aStatus {
	background-position: 50% 50%;
	color: rgb(88, 88, 90);
	background-repeat: no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	position: relative;
	top: 24px;
	left: 14px;
}

.m4aUpgrade {
	background-position: 50% 50%;
	color: rgb(88, 88, 90);
	background-repeat: no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	position: relative;
	right: 24px;
	cursor: pointer;
}

.AGBLink {
	font-size: 12pt;
	top: 9px;
	position: relative;
}

.CreateVoucherForOfferButton.ON {
	border: 1px solid white;
	margin-top: -7px;
}

.smallEditLabel {
	font-weight: normal;
	font-size: 14px;
	margin-top: 16px;
}

#enterVoucherCodeContainer {
	background-color: rgb(230,230,230);
	color: rgb(88, 88, 90);
	font-size: 11pt;
	width: 350px;
	height: 40px;
	font-family: 'DIN Offc Pro', 'Segoe UI', Arial, sans-serif;
	font-weight: normal;
	margin-left: -20px;
	transition: all 1s;
}

#voucherCodeInput {
	margin-top: 5px;
	padding: 5px;
	border: 1px solid rgb(120, 120, 120);
	color: rgb(120, 120, 120);
	margin-left: 20px;
	width: 230px;
}

#getOfferForVoucherButton {
	background-position: 50% 50%;
	background-image: url(../MMUI/icons/ShoppingAdd.svg);
	background-color: rgb(77,158,216);
	color: rgb(88, 88, 90);
	background-repeat: no-repeat;
	background-size: 18px;
	width: 30px;
	height: 30px;
	position: relative;
	cursor: pointer;
	left: 84%;
	bottom: 29px;
	border-radius: 50%;
}

#voucherCode :invalid {
	border: 1px solid red;
}

.ContainsOfferPrice {
	margin-bottom: 16px;
}

.ContainsAdditionalPrice {
	margin-bottom: 18px;
}

.emptyList {
	margin-top: 18px;
}

#emptyListText {
	font-family: 'DIN Offc Pro', 'Segoe UI', Arial, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	color: rgb(88, 88, 90);
}

.basketPrice3Yearly {
	margin-bottom: 4px;
}

.PaymentRecurrenceIcon3YearlyBasket {
	color: rgba(128,128,128,1);
	background-image: url(../mmui/icons/bcIcons/day.png);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 49px;
	bottom: 46px;
}

.lblTotalBottomSum3Yearly {
	position: relative;
	left: 6px;
	bottom: 48px;
}

.ConfigurationHeaderCommissionPrice3YearlyAmount {
	color: rgba(128,128,128,1);
	position: relative;
	top: 2px;
	right: -3px;
	font-size: 9pt;
	float: right;
}

.ConfigurationHeaderCommissionPrice3YearlyIcon {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../mmui/icons/bcIcons/day.png);
}

.ConfigHeaderContainer3Yearly {
	display: block;
	float: right;
	text-align: right;
	width: 60px;
	position: relative;
	top: 48px;
	left: -13px;
}

.ConfigHeaderExtended {
	height: 66px;
}

#SummaryBottomRow3Yearly {
	margin-top: -4px;
}

.SummaryBottomIcon3Yearly {
	background-image: url(../mmui/icons/bcIcons/day.png);
	background-repeat: no-repeat;
	background-size: 25px;
	width: 43px;
	height: 40px;
	background-position-x: center;
	background-position-y: center;
	background-color: white;
	border-right: 4px solid rgba(77,158,216, 0.4);
	margin-top: 9px;
}

.priceSummaryBottomContainerExtended {
	height: 324px;
}

#orderMaskTotalPriceField3Yearly_bottom.SummaryBottomPrice {
	bottom: 41px;
	right: 26px;
	font-size: 17px;
}

.footer_Price_3yearly {
	position: relative;
	min-width: 180px;
	height: 40px;
	margin-bottom: 5px;
	margin-top: 0px;
	background-color: white;
}

.footer_icon_3yearly {
	background-image: url(./mmui/icons/bcicons/day.png);
	background-size: 41px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	padding-right: 3px;
	border-right-color: rgba(230,230,230,1);
	border-right-style: solid;
	border-right-width: 4px;
	background-size: 25px;
	background-position-x: center;
	background-position-y: center;
	float: left;
}

.footer_Price_3Yearly_text {
	left: 60px;
	position: absolute;
	float: none;
	top: 10px;
	font-size: 15px;
}

.footer3YearlySummary {
	bottom: 0px;
	left: -4px;
}
#renewalDate {
	font-size: 11pt;
	margin-top: 10px
}

#renewCheckboxLabel {
	font-size: 11pt;
	margin-left: 10px;
}

#autoRenewContainer {
	margin-top: 20px;
}

.emailAcceptedText {
	color: red;
	font-family: 'DIN Offc Pro', 'Segoe UI', Arial, sans-serif;
	font-size: 11pt;
	margin-top: 20px;
}

.emailAcceptedImage {
	margin-top: 120px;
	background-image:url(../images/BC_Background1920.jpg);
}

.fonialAccountLabel {
	font-size: 11pt;
	font-family: 'Segoe UI',Arial;
	color: #747476;
	margin-top: 4px;
}


#passwordEye {
	height: 22px;
	width: 22px;
	position: relative;
	bottom: 21px;
	margin-left: 270px;
	background-image: url(../Home/media/symbols/eyeGrey.svg);
	background-repeat: no-repeat;
}

#passwordEye:hover {
	cursor: pointer;
}

/*.MPControlContainer.SingleLinedPrice {
	display: none;
}*/

.BasketSliderContainer.SliderMonthly {
	position: absolute;
	right: 148px;
	bottom: -2px;
}

.BasketSliderContainer.SliderOnce {
	position: absolute;
	right: 126px;
	bottom: -2px;
}

.BasketSliderContainer.SliderYearly {
	position: absolute;
	right: 68px;
	bottom: -2px;
}

.YearlySliderAmount {
	left: 30px;
}

.MonthlySliderAmount {
	left: 30px;
}

.OnceSliderAmount {
	left: 30px;
}

#slidermaindiv {
	min-height: 70px;
}

.OrderPositionListInfoItem
{
	border-top: 1px dotted rgba(128,128,128,1);
}
.OrderPositionShortInfo {
	font-style: italic;
}
.OrderPositionInfo {
	position: relative;
	width: 94%;
	height: auto;
	background-color: rgba(215,239,255,1);	
	font-weight: lighter;
	color: #2B2B2B;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

.fonialControlLabel {
	font-size:11pt;
	margin-bottom:8px;
}

#newAddressContainer {
	position:relative;
	top: 8px;
}

#validateFonialAddressButton {
	width: 36px;
	height: 36px;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 16px;
	background-image: url(../MMUI/icons/bottomMenuIcons/CheckWF.png);
	background-color: rgb(77,158,216);
	border-radius: 50%;
	border: 2px solid gray;
	top: 5px;
	left: 20px;
	position: relative;
	margin-bottom: 20px;
}

	#validateFonialAddressButton:hover {
		cursor: pointer;
	}

#FonialAddressValidState {
	width: 22px;
	height: 22px;
	border-radius: 25px;
	left: 4px;
	top: 8px;
	position: relative;
}

	#FonialAddressValidState.invalid {
		background-color: #e41156;
	}

	#FonialAddressValidState.valid {
		background-color: #67bf0d;
	}

	#FonialAddressValidState.revalidate {
		background-color: rgb(252,177,3);
	}

.fonialRadioLine {
	width:320px;
}

.ShowHintBody
{
	margin:12px;
}

#showInfoBlockButton {
	width: 200px;
	height: 20px;
	background-color: rgba(77,158,216, 1);
	text-align: center;
	color: white;
	font-size: 13pt;
	padding-top: 4px;
	margin-top: 268px;
	margin-left: 60px;
	position: absolute;
}

	#showInfoBlockButton:hover {
		cursor: pointer;
	}

#detailedInfoBlock {
	width: 310px;
	height: 100%;
	position: relative;
	margin-left: -8px;
	margin-top: 90%;
}

.serviceInfoStatus {
	position: absolute;
	width: 12px;
	height: 12px;
	text-align: center;
	padding: 4px;
	border-radius: 50%;
	color: #fff;
	background-color: #e41156;
	border: 1px solid transparent;
}

.serviceInfoStatusText {
	font-size: 11pt;
	font-weight: bold;
	position: absolute;
	margin-top: 6px;
	margin-left: 30px;
	text-transform: uppercase;
	color: #747476;
}

.yellowState {
	background-color: orange;
}

#serviceInfoDSGVOCheckContainer {
	position: absolute;
	width: 100%;
}

.serviceInfoResultSummaryContainer {
	height: auto;
	margin-top: 30px;
	position: absolute;
}

.serviceInfoResultRow {
	font-size: 11pt;
}

.resultRight {
	position: relative;
	margin-left: 160px;
	float: right;
	font-size: 10pt;
	max-width: 146px;
	overflow: hidden;
}

.serviceInfoDetail {
	font-size: 12pt;
}

.serviceInfoStatus.greenState {
	background-color: #67bf0d;
}
.twoFactorBox {
	width: 31em;
	height: 22em;
	top: 20%;
}

.twoFactorQRIMG {
	height: inherit;
	max-height: 228px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}

.twoFactorInput {
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	bottom: 130px;
	width: 28%;
	height: 27px;
	font-size: 20px;
}

.twoFactorTrialText {
	position: absolute;
	width: 211px;
	bottom: 14px;
	right: 141px;
	font-size: 16px;
	color: crimson;
}

.twoFactorInputText {
	position: absolute;
	width: 81px;
	font-size: 30px;
	font-weight: 700;
	bottom: 170px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.twoFactorInputTextLogin {
	position: absolute;
	width: 81px;
	font-size: 30px;
	font-weight: 700;
	bottom: 128px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.twoFactorInputLogin {
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	bottom: 82px;
	width: 28%;
	height: 27px;
	font-size: 20px;
}

.twoFactorBox2 {
	transform: translateY(0px);
	width: 33em;
	height: 6em;
}

.centeredText {
	text-align: center;
}

#SendMailBtn2FA {
	margin-left: 100px;
}
.ListAddonChoiceKeyVal {
	padding: 0;
	margin: 0;
}
.rightSideInfoContainer {
	position: absolute;
	margin-left: 240px;
	bottom: 12px;
	z-index: 1;
}

.rightSideInfo {
	background-position: 50% 50%;
	color: rgb(88, 88, 90);
	background-repeat: no-repeat;
	background-size: 16px;
	width: 16px;
	height: 16px;
	position: relative;
	left: 22px;
	top: -2px;
}