/*
    The Metareal Corporation (c) 2015-2026 Metareal Inc. All right reserved
*/

/*
..######.....###.....######..##.....##.########
.##....##...##.##...##....##.##.....##.##......
.##........##...##..##.......##.....##.##......
.##.......##.....##.##.......#########.######..
.##.......#########.##.......##.....##.##......
.##....##.##.....##.##....##.##.....##.##......
..######..##.....##..######..##.....##.########
*/

:root:before{
	content:
		url(/apps/lib/res/header_logo.png)
		url(/apps/lib/res/Metareal_Stage_Logo.png)
		url(/apps/lib/res/stage_logo.png);
	visibility: hidden;
	position: absolute;
	left: -9999em;
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	:root:before{
		content:
			url(/apps/lib/res/header_logo@2x.png)
			url(/apps/lib/res/Metareal_Stage_Logo@2x.png)
			url(/apps/lib/res/stage_logo@2x.png);
		visibility: hidden;
		position: absolute;
		left: -9999em;
	}
}

/*
..######..########.##....##.##.......########..######.
.##....##....##.....##..##..##.......##.......##....##
.##..........##......####...##.......##.......##......
..######.....##.......##....##.......######....######.
.......##....##.......##....##.......##.............##
.##....##....##.......##....##.......##.......##....##
..######.....##.......##....########.########..######.
*/
/* ---------------------------------------------------- */
/* RESET 				                             	*/
/* ---------------------------------------------------- */
* {
	font-family: 'Lato',Helvetica,Arial,sans-serif;
	margin:0px;
	padding:0px;
	-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.3);
}
/* ---------------------------------------------------- */
/* LOGO
/* ---------------------------------------------------- */
.mr-logo-header {
	background:url(/apps/lib/res/header_logo.png);
	background-size:133px, 35px;
	width:133px;
	height:35px;
	float:left;
	border-top:20px;
	border-left:36px;
	border-style:solid;
	border-color:white;
}

/* ---------------------------------------------------- */
/* FONTS                                                */
/* ---------------------------------------------------- */
/* BRAND */
.mr-fnt-brand {
	font:700 12px;
	color:#9E0011;
}

[class~=mr-big].mr-fnt-brand {
	font-size:80px;
	letter-spacing:2px;
	line-height:96px;
}
[class~=mr-small].mr-fnt-brand {
	font-size:50px;
	line-height:61px;
}
/* SLOGAN */
.mr-fnt-slogan {
	color:#838383;
}
[class~=mr-big].mr-fnt-slogan {
	font-size:12px;
	letter-spacing:2.5px;
	line-height:14px;
}
[class~=mr-small].mr-fnt-slogan {
	color:#9B9B9B;
	font-size:12px;
	vertical-align:bottom;
	line-height:18px;
	padding-left:10px;
	padding-bottom:14px;
	letter-spacing:2.5px;
}
/* QUOTE */
.mr-fnt-quote {
	font-family: Lato;
	font-size: 18px;
	color: #ffffff;
    -webkit-text-stroke: initial;
	letter-spacing: 1.07px;
	line-height: 20px;
}
/* INFO */
.mr-fnt-info-title {
	font-size: 36px;
	color: #4A4A4A;
	letter-spacing: 4.8px;
	line-height: 41px;
}
.mr-fnt-info {
	font-family: Lato;
	font-size: 38px;
	color: #4A4A4A;
	letter-spacing: 1.16px;
	line-height: 62px;
}
.mr-tagline p{
	font-family: Lato;
	font-size: 24px;
	color: #9B9B9B;
	letter-spacing: 0.89px;
	line-height: 28px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.mr-fnt-small-text {
	font-family: Lato;
	font-size: 18px;
	color: #9B9B9B;
	letter-spacing: 2.09px;
	line-height: 20px;
}
.mr-fnt-tiny-text {
	font-family: Lato;
	font-size: 14px;
	color: #000;
	line-height: 16px;
}
.mr-fnt-user-display {
	font-family: Lato;
	font-weight: 600;
	font-size: 20px;
	color: #2A2A2A;
	line-height: 23px;
}
.mr-fnt-menu-item {
	font-family: Lato;
	font-size: 12px;
	color: #000;
	letter-spacing: 2.09px;
	line-height: 20px;
	text-align: left;
}
.mr-fnt-instruction-title {
	font-family: Lato;
	font-size: 36px;
	color: #4A4A4A;
	line-height: 41px;
	text-align: center;
}
.mr-fnt-instruction {
	font-family: Lato;
	font-size: initial;
	color: #5F5F5F;
	line-height: 28px;
	margin-top: 20px;
}
.mr-file-list {
	font-family: Lato;
	font-size: 24px;
	color: #5F5F5F;
	line-height: 27px;
}
.mr-error {
	color: #c00;
}
.modal-close {
	width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ef5a5a;
    color: #fff;
    -webkit-text-stroke: initial;
    text-align: center;
    border-width: 0px;
	padding: 0;
	cursor: pointer;
}
.modal-close i {
	margin-right: 0px !important;
    background: #ef5a5a;
    color: #fff;
}
.modal-close:hover {
	background-color: var(--mdc-theme-error ) !important;
    opacity: 0.5;
}

/* ---------------------------------------------------- */
/* NAVIGATION                                           */
/* ---------------------------------------------------- */
/* Horizontal UL for stage menus */
.mr-stage-nav {

}
#sys-menu {
	margin-left: -116px;
}
.second-level-menu{
    position: absolute;
    top: 0;
    right: 175px;
    list-style: none;
    padding: 0;
    margin: 0;
	display: none;
	background-color: #FFFFFF;
}
#sys-menu li:hover > .second-level-menu {
	display: block;
}
.mr-stage-nav li {
	display: inline-block;
	padding-left:0px
}
.mr-stage-nav li a {
	color: #2A2A2A;
	text-decoration: none;
}
a#delete_asset {
	color: #9E0010 !important;
	cursor: pointer;
}
.mr-stage-nav li a:hover {
	text-decoration: none;
	font-weight:700;
}

/* Horizontal UL for front page header menus */
.mr-website-nav {
	padding: 28px 36px 0px 0px;
}
.mr-website-nav li.mr-menu-bar-right {
	padding: 28px 36px 0px 0px;
	margin-top: 0px;
}
.mr-website-nav li {
	display: inline;
	padding-left:40px
}
.mr-website-nav li a {
	color: #2A2A2A;
	text-decoration: none;
}
.mr-website-nav li a:hover {
	text-decoration: none;
	font-weight:700;
}
.mr-website-nav li .mr-active-page,
.pure-menu-item .mr-active-page {
	font-weight:700;
}
@media only screen and (max-width:319px) {
	.mr-website-nav li.mr-menu-bar-left {
		padding-left: 0px;
	}
	.mr-website-nav li.mr-menu-bar-right {
		padding-right: 0px;
	}
}
@media only screen and (min-width:320px) {
	.mr-website-nav{
		padding: 28px 8px 0px 0px;
	}
	
	.mr-website-nav li {
		padding-left:8px
	}
	.mr-website-nav li.mr-menu-bar-left {
		padding-left: 10px;
	}
	.mr-website-nav li.mr-menu-bar-right {
		padding-right: 5px;
	}
	div.mr-top-bar div.mr-website-top-nav-right {
		padding-right: 0px;
	}
}
@media only screen and (min-width:768px) {
	.mr-website-nav{
		padding: 28px 36px 0px 0px;
	}
	.mr-website-nav li {
		padding-left:10px
	}
	.mr-website-nav li.mr-menu-bar-left {
		padding-left: 7px;
	}
	.mr-website-nav li.mr-menu-bar-right {
		padding-right: 10px;
	}
	div.mr-top-bar div.mr-website-top-nav-right {
		padding-right: 0px;
	}
	ul#mr-frontpage-website-nav-right {
		padding-right: 20px;
	}
}
@media only screen and (min-width:880px) {
	div.mr-website-top-nav-right {
		padding-right: 0px;
	}
}
@media only screen and (min-width:968px) {
	.mr-website-nav li {
		padding-left:20px
	}
	.mr-website-nav li.mr-menu-bar-left {
		padding-left: 16px;
	}
	.mr-website-nav li.mr-menu-bar-right {
		padding-right: 26px;
	}
	div.mr-top-bar div.mr-website-top-nav-right {
		padding-right: 10px;
	}
}
@media only screen and (min-width:1070px) {
	.mr-website-nav{
		padding: 28px 36px 0px 0px;
	}
	.mr-website-nav li {
		padding-left:40px
	}
	.mr-website-nav li.mr-menu-bar-left {
		padding-left: 30px;
	}
	.mr-website-nav li.mr-menu-bar-right {
		padding-right: 40px;
	}
}
@media only screen and (min-width:1224px) {
	.mr-website-nav li.mr-menu-bar-left {
		padding-left: 40px;
	}
}

/* Horizontal UL for front page footer menus */
.mr-footer-nav {
	padding-top: 16px;
}
.mr-footer-nav li {
	/*display: inline;*/
	/*padding-left:40px*/
}
.mr-footer-nav li a {
	color: #2A2A2A;
	text-decoration: none;
}
.mr-footer-nav li a:hover {
	text-decoration: none;
	font-weight:700;
}

/* ---------------------------------------------------- */
/* BUTTONS                                              */
/* ---------------------------------------------------- */
button.mr-join{
	/* font */
	font-family: Lato;
	font-size: 16px;
	color: #ffffff;
    -webkit-text-stroke: initial;
	letter-spacing: 4px;
	line-height: 19px;
	/* frame */
	background: #29004C;

}
[class~="mr-join"].mr-big {
	/* frame */
	/*border-radius: 12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border: 3px solid #7D7D7D;*/
	padding:35px;
}
[class~="mr-join"].mr-small {
	/* frame */
	/*border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border: 3px solid #7D7D7D;*/
	padding:15px 25px;
}
button.mr-btn {
	width: 138px;
	height: 50px;
	outline: none;
	font-family: Lato;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 19px;
	border: none;
	margin-top: 1.5px;
	/*border-radius: 6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;*/
}
button.mr-btn:disabled {
	opacity: 0.5;
	cursor: initial;
}
button.mr-btn:hover:not(:disabled) {
	filter: brightness( 85% );
}
[class~="mr-btn"].mr-black {
	color: #9B9B9B;
	border: 2px solid #4A4A4A;
	background: #000;
}
[class~="mr-btn"].mr-standout {
	width: 130px;
	height: 42px;
	color: #ffffff;
    -webkit-text-stroke: initial;
	background: #FFB500;
	font-size: 16px;
	font-weight: 600;
	color: #4F000E;
	line-height: 24px;
	margin-top: 10px
}
[class~="mr-btn"].mr-grey {
	color: #2A2A2A;
	background: #E3E3E3;
}
[class~="mr-btn"].mr-white {
	color: #000;
	background: #fff;
}
[class~="mr-btn"].mr-green {
	color: #fff;
    -webkit-text-stroke: initial;
	background: #94BB70;
}
button[class~="mr-btn"].mr-dark-green:hover:not(:disabled) {
	color: #fff;
}
[class~="mr-btn"].mr-dark-green {
	color: #fff;
    -webkit-text-stroke: initial;
	background: #6FB127;
}
/* ---------------------------------------------------- */
/* Scrollbar                                    	*/
/* ---------------------------------------------------- */
/* scroll div */
.scroll {
	overflow-y: hidden;
}
.scroll:hover{
	overflow-y: auto;
}
.scroll::-webkit-scrollbar {
	width: 5px;
}
.scroll::-webkit-scrollbar-track {
	background: rgba(128,128,128,0);
}
.scroll::-webkit-scrollbar-thumb {
	background: rgba(30,30,30,0.5);
}
/* main page */
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track {
	background: rgba(128,128,128,0);
}
::-webkit-scrollbar-thumb {
	background: rgba(30,30,30,0.5);
}
.label-content::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

/* ---------------------------------------------------- */
/* Input (text)                                     	*/
/* ---------------------------------------------------- */
input[type=email].mr-input-text,
input[type=password].mr-input-text {
	width:100%;
	text-align:left;
	font-family:Lato;
	font-size:18px;
	color:#000;
	letter-spacing:2.09px;
	line-height:41px;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 20px;
}
.mr-input-label {
	font-family: Lato;
	font-size: 18px;
	color: #9B9B9B;
	letter-spacing: 2.09px;
	line-height: 20px;
}
input, textarea {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
div[contenteditable="true"] {
	border:none;
	outline:none;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
/* ---------------------------------------------------- */
/* LINKS 		                                        */
/* ---------------------------------------------------- */
a.mr-login{
	/*padding:15px 25px;*/
	/*font-size: 16px;*/
	/*color: #9B9B9B;
	/*letter-spacing: 0px;*/
	/*line-height: 19px;*/
	text-decoration: none;
}
a.mr-sign-up{
	/*padding:15px 25px;*/
	/*font-size: 16px;*/
	font-weight: bold;
	/*color: #9B9B9B;
	/*letter-spacing: 0px;*/
	/*line-height: 19px;*/
	text-decoration: none;
}
a.mr-top-btn{
	font-size: 20px;
	color: #9B9B9B;
	letter-spacing: 0px;
	line-height: 23px;
	text-decoration: none;
	padding-left: 60px;
}
a.mr-join{
	/* SIGN UP: */
	font-weight: 600;
	color: #4F000E;
	cursor: pointer;
}
/* ---------------------------------------------------- */
/* LAYOUT 		                                        */
/* ---------------------------------------------------- */
/* Align */
.mr-left {
	text-align: left;
}
.mr-center {
	text-align: center;
}
.mr-right {
	text-align: right;
}
.mr-top {
	display: table-cell;
	vertical-align: top;
}
.mr-middle {
	display: table-cell;
	vertical-align: middle;
}
.mr-bottom {
	display: table-cell;
	vertical-align: bottom;
}

/* Full Page */
div.mr-fullpage {
	width: 100vw;
	height: 100vh;
}
/* mobile viewport bug fix */
@supports (-webkit-touch-callout: none) {
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		div.mr-fullpage{
			height: -webkit-fill-available;
		}
	}
}

[class~="mr-fullpage"].mr-with-top-bar {
	margin-top: 53px;
	height: calc(100vh - 106px);
}
[class~="mr-fullpage"].mr-black {
	background-color: #fff;
}
[class~="mr-fullpage"].mr-white {
	background-color: #fff;
}
.mr-alert-dialog {
	height:72vh;
	background-color:#f8f8f8;
	position:absolute;
	padding: 12px 56px 12px 56px;
}

.mr-selectable, .mr-selectable > *{
	-webkit-user-select: all !important; /* for safari & chrome browsers */
	-moz-user-select: all !important; /* for mozilla browsers */
	-khtml-user-select: all !important; /* for konqueror browsers */
	-ms-user-select: all !important; /* for IE10+ */
}

/* Prevent jquery ui to focus outline box shadow */
*:focus {
	outline: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ui-dialog-titlebar,
.ui-dialog-titlebar-close {
	display: none;
}
.mr-alert-close {
	position:absolute;
	top: 0px;
	right: 0px;
	z-index:1;
	width: 26px;
	height: 26px;
	cursor: pointer;
}
/* Splits */
.mr-vsplit-3 {
	height: 33%;
}
/* Top Bar */
div.mr-top-bar {
	width: 100vw;
	height: 54px;
	background-color: #fff;
	position: fixed;
	z-index: 10000;
	top: 0px;
}
div#frontpage-topbar {
	height: 75px;
}
div.mr-website-top-nav-left {
	float: left;
}
div.mr-website-top-nav-right {
	float: right;
	padding-right: 40px;
}

/* display data usage alert */
div#mainpage-data-usage-alert {
    position: fixed;
    width: calc( 100vw );
    height: 52px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    -webkit-text-stroke: initial;
    font-weight: bold;
    font-size: 16px;
    opacity: 0;
    display: none;
    z-index: 1000;
}
td#mainpage-data-usage-alert {
    height: 52px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    -webkit-text-stroke: initial;
    font-weight: bold;
    font-size: 16px;
    opacity: 0;
	display: none;
}
#mainpage-data-usage-message {
	display: inline-block;
	margin-left: 10px;
	font-weight:normal;
	font-size: 12px;
	line-height: 14px;
    vertical-align: middle;
}
#manage-data-plan {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
    height: 38px;
    background-color: #AAAAAA;
    color: #ffffff;
    -webkit-text-stroke: initial;
	font-size: 12px;
    vertical-align: middle;
}

/* Context Bar*/
div.mr-context-bar {
	width: 100vw;
	height: 50px;
	background-color: #E3E3E3;
	position: fixed;
	top: 54px;
	z-index: 99;
}
/* Menu Bar*/
div.mr-menu-bar {
	width: 100vw;
	height: 50px;
	background-color: #fff;
	border-bottom: 1px solid #979797;
	position: fixed;
	top: 125px;
}

.mr-user-menu {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 0px;
}

[class~="mr-user-menu"]:after {
	content: none;
}

/* Full width table */
table.mr-full-width {
	width: 100%;
	height: 100%;
	table-layout: auto;
}
/* Title center box */
div.mr-title-center-box {
	padding: calc(50vh - 225px) calc(50vw - 320px);
	width: 640px;
	height: 480px;
}
/* Info center box */
div.mr-info-center-box {
	padding: calc(50vh - 335px) calc(50vw - 495px);
	width: 990px;
	height: 670px;
}
/* Top bar left */
td.mr-top-bar-left {
	text-align: left;
	padding-left:40px;
}
table.mr-top-table-left {
	position: fixed;
    top: 10px;
    left: 10px;
}
/* Top bar right */
td.mr-top-bar-right {
	text-align: right;
	padding-right:40px;
}
td.mr-user-display {
}
table.mr-top-table-right {
    position: fixed;
    top: 0px;
	right: 34px;
	-webkit-backface-visibility: hidden;
}
table.mr-top-table-right.frontpage {
	top: 8px;
}
#current-language {
	padding: 10px 10px 2px 2px;
}
div.mr-display-name {
	text-align: right;
	padding-right: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
div.mr-display-name.impersonate {
	background: #f00;
	color: #fff;
    -webkit-text-stroke: initial;
	font-weight: bold;
	cursor: pointer;
	line-height: 48px;
}
.avatar {
	border-radius: 50%;
	padding: 2px;
	width: 50px;
	height:50px;
}
.mr-hamburger-icon {
	vertical-align: middle;
	cursor: pointer;
	color: var(--mdc-theme-error);
}
.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after {
	display: none;
}
/* Spacer */
.mr-title-spacer {
	margin-bottom: 126px;
}
[class~="mr-btn"].mr-left-spacer {
	margin-left: 20px;
}
[class~="mr-btn"].mr-right-spacer {
	margin-right: 20px;
}
.mr-small-bottom-spacer {
	margin-bottom: 10px;
}
.mr-small-top-spacer {
	margin-top: 10px;
}
.mr-bottom-spacer {
	margin-bottom: 40px;
}
.mr-top-spacer {
	margin-top: 40px;
}
.mr-large-bottom-spacer {
	margin-bottom: 80px;
}
.mr-large-top-spacer {
	margin-top: 80px;
}
.mr-xlarge-bottom-spacer {
	margin-bottom: 120px;
}
.mr-xlarge-top-spacer {
	margin-top: 120px;
}
/*.##........#######...######....#######.
.##.......##.....##.##....##..##.....##
.##.......##.....##.##........##.....##
.##.......##.....##.##...####.##.....##
.##.......##.....##.##....##..##.....##
.##.......##.....##.##....##..##.....##
.########..#######...######....#######.*/
.mr-stage-logo-header {
	background:url(/apps/lib/res/Metareal_Stage_Logo.png);
	background-size: 104px, 35px;
	width: 108px;
	height:40px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.mr-stage-logo-version {
	color: #9E0011;
    font-size: 8px;
}

@-webkit-keyframes active-spinner {
	to {transform: rotate(360deg);}
}

.active-spinner:before {
	content: '';
	box-sizing: border-box;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	margin-left: -23px;
	border-radius: 50%;
	border: 2px solid var( --mdc-theme-secondary );
	border-top-color: #9E0000;
	border-bottom-color: #9E0000;
	animation: active-spinner .8s ease infinite;
	z-index: 2001;
}

.mainpage-spinner-background {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
}

#mainpage-msg {
	position: fixed;
    top: calc(50% + 30px);
	width: 100vw;
	text-align: center;
	margin: auto;
	z-index: 2001;
	color: #9E0000;
	font-weight: 800;
}

#mainpage-progress-bar {
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

	z-index: 2000;
	display: none;
}

a.menu-sides {
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
}
a.menu-bottom {
	border-bottom-style: solid;
}
a.menu-top {
	border-top-style: solid;
}
li.pure-menu-has-children {
	padding-left: 0px;
}
ul.pure-menu-list {
	height: 28px;
}

.no-selection {
	-webkit-user-select: none; /* for safari & chrome browsers */
	-moz-user-select: none; /* for mozilla browsers */
	-khtml-user-select: none; /* for konqueror browsers */
	-ms-user-select: none; /* for IE10+ */
}

/*
.##.....##..#######..########.....###....##........######.
.###...###.##.....##.##.....##...##.##...##.......##....##
.####.####.##.....##.##.....##..##...##..##.......##......
.##.###.##.##.....##.##.....##.##.....##.##........######.
.##.....##.##.....##.##.....##.#########.##.............##
.##.....##.##.....##.##.....##.##.....##.##.......##....##
.##.....##..#######..########..##.....##.########..######.
*/
/* Modal dialog */
.mr-modal-dialog {
	background-color:#fff;
	position:fixed;
	padding-left:56px;
	padding-right:56px;
	padding-top:12px;
	border-radius: 0px;
	padding-bottom: 12px;
	width: 680px;
	height: 600px;
	margin: auto;
	left: 0;
    right: 0;
	top: 0;
	bottom: 0;
	z-index: 1003;
}
/* EXPORT AND PUBLISH MODAL DIALOG */
#modal-overlay {
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: calc(100vw);
    height: calc(100vh);
    background-color: rgba(0,0,0,0.8);
}
/* mobile viewport bug fix */
@supports (-webkit-touch-callout: none) {
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		body {
			height: -webkit-fill-available;
		}
		#modal-overlay{
			height: -webkit-fill-available;
			top: auto;
			bottom: 0;
		}
	}
}
#modal-overlay-overlay {
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: calc(100vw);
    height: calc(100vh);
	background-color: rgba(0,0,0,0.8);
	visibility: hidden;
}
/* mobile viewport bug fix */
@supports (-webkit-touch-callout: none) {
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#modal-overlay-overlay{
			height: -webkit-fill-available;
			top: auto;
			bottom: 0;
		}
	}
}
#modal-overlay-overlay.active {
	visibility: visible;
}
.publish-export-dialog {
	height: 360px;
	width: 392px;
	z-index: 1003;
}
#publish-dialog {
	height: 800px;
}
.publish-export-top {
	margin-top: 20px;
	position: absolute;
	height: 400px;
}
div.publish-export-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.publish-export-options {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	z-index: 9999;
}
div.publish-export-option {
	height: 40px;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.platform-option {
	height: 40px;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 40px;
	vertical-align: middle;
}
span.publish-export-option-label {
	position: absolute;
	width: 175px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
span.publish-export-option-content {
	position: absolute;
	left: 175px;
	width: 230px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
input.publish-export-textinput {
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding-left: 4px;
	padding-right: 4px;
}

input.publish-export-dropdown {
	width: calc( 100% - 28px );
	height: 32px;
	line-height: 32px;
	padding-left: 4px;
	padding-right: 4px;
	float: left;
}
.publish-export-bottom {
	margin-top: 20px;
	position: absolute;
	top: 530px;
}
.publish-export-warning {
	position: absolute;
    left: 0px;
    top: 580px;
    background-color: #ffeeb5;
    padding: 8px 30px;
	visibility: hidden;
}

.publish-export-warning .warning {
	vertical-align: middle;
}

.publish-export-warning.active {
	visibility: visible;
}

.publish-export-warning-msg {
	margin-left: 42px;
    display: inline-block;
    margin-top: -20px;
}
.publish-export-buttons-bottom {
	position:absolute;
	bottom: 40px;
	right: 60px;
	width: 301px;
}
.mr-browser-checkbox{
    margin-right: 8px;
}

input.publish-export-checkbox {
    display: none;
}

#publish-streetview-limit {
    visibility: hidden;
}

#publish-streetview-limit.active {
    visibility: visible;
}

/*
.##....##.########.########...
.###...##.##..........##......
.####..##.##..........##......
.##.##.##.######......##......
.##..####.##..........##......
.##...###.##..........##......
.##....##.########....##......
.########..########...#######..##.....##..#######..########.########.########....
.##.....##.##.....##.##.....##.###...###.##.....##....##....##.......##.....##...
.##.....##.##.....##.##.....##.####.####.##.....##....##....##.......##.....##...
.########..########..##.....##.##.###.##.##.....##....##....######...########....
.##........##...##...##.....##.##.....##.##.....##....##....##.......##...##.....
.##........##....##..##.....##.##.....##.##.....##....##....##.......##....##....
.##........##.....##..#######..##.....##..#######.....##....########.##.....##...
..######...######...#######..########..########
.##....##.##....##.##.....##.##.....##.##......
.##.......##.......##.....##.##.....##.##......
..######..##.......##.....##.########..######..
.......##.##.......##.....##.##...##...##......
.##....##.##....##.##.....##.##....##..##......
..######...######...#######..##.....##.########
*/

#nps-modal {
    width: 500px;
    height: 390px;
    position:fixed;
	border-radius: 5px;
}

#nps-modal .mr-fnt-instruction-title {
    font-size: 27px;
}

.mr-nps-option {
    margin-top: 60px;
}

.mr-nps-score-option {
    width: 8.52%;
    display: inline-block;
    text-align: center;
}

.mr-nps-label {
    font-size: 15px;
    white-space: nowrap;
    margin-bottom: 10px;
}

#nps-label-left {
    margin-left: -25px;
}

#nps-label-right {
    margin-left: -30px;
}

#nps-submit {
    position: absolute;
    bottom: 50px;
    left: 237px;
}

/* dropdown menu link */
.pure-menu-link {
	margin: 0px;
}
.pure-menu-link.arrow {
	margin-top: -18px;
	margin-left: -4px;
}
.pure-menu-link.subitem {
	margin-top: 1px;
	margin-left: -8px;
	height: 24px;
	line-height: 24px;
}

.dropdown-arrow {
	border-style: solid;
	border-width: 1px;
	border-color: #c6c6c6;
	background-color: #ddd;
	width: 28px;
	text-align: center;
}
.arrow-down {
	margin-left: -2px;
    margin-top: -4px;
    height: 34px;	
}

.submenu {
	border-style: solid;
	border-width: 1px;
	border-color: #c6c6c6;
	margin-left: -184px;
	margin-top: -1px;
}
.subitem {
	width: 198px;
    padding-left: 8px;
    padding-right: 4px;
}

.subitem.item-disabled {
	pointer-events: none;
	opacity: 0.4;
}

.pure-menu-horizontal.menu-link-noborder {
	height: 40px;
	width: 30px;
}

.menu-link {
	height: 34px;
	padding: 0px;
	line-height: 34px;
	vertical-align: middle;
}

/* dropzone */
/* overwrite here to customize */
.mr-dropzone {
	position: relative;
    top: 20px;
	height: 250px;
	width: 100%;
	background-color: #E3E3E3;
	border: 1px solid;
	overflow-x: hidden;
}
.mr-dropzone-form.dropzone {	
	position: relative;
    top: 12px;
	left: 1px;
	height: calc(100% - 24px);
	border: none;
	background-color: #E3E3E3;
}

.dropzone .dz-message {
	height: calc( 100% - 65px);
	width: 100%;
	text-align: justify;
	display: inline-block;
	line-height: calc( 100% - 65px);
	display: table;
}

.dropzone .dz-message span {
	vertical-align: middle;
	display:table-cell;
 	vertical-align:middle;
}

.dropzone.dz-started .dz-message {
	display: inline;
}

.mr-dropzone.mr-drag-hover {
	outline: 5px dashed #0087F7;
}

.mr-dropzone-form.dropzone.dz-drag-hover {
	border: none;
}

.mr-dropzone .dropzone .dz-preview .dz-progress,
.mr-dropzone .dropzone .dz-preview .dz-error-message,
.mr-dropzone .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span,
.mr-dropzone .dropzone .dz-preview .dz-details .dz-size span,
.mr-dropzone .dropzone .dz-preview.dz-file-preview .dz-image,
.mr-dropzone .dropzone .dz-preview .dz-image {
	border-radius: 0px;
	background-color: #E9E9E9;
}
.mr-dropzone .dropzone .dz-preview {
	max-height: 60px;
	min-height: 60px;
}
.mr-dropzone .dropzone .dz-preview .dz-progress {
	height: 10px;
	top: calc( 50% + 5px);
}
.mr-dropzone .dropzone .dz-preview .dz-details {
	padding: 10px;
	line-height: 100%;
}
.mr-dropzone .dropzone .dz-preview .dz-details .dz-size {
	font-size: 12px;
	margin-bottom: 19px;
}
.mr-dropzone .dz-preview .dz-image-preview {
	height: 60px;
	width: 120px;
}
.mr-dropzone .dropzone .dz-preview .dz-image {
	max-height: 60px;
}

.isHidden {
	visibility: hidden;
}

.browse-line {
	float: right;
}
.checkbox-line {
	float: left;
}

.mr-remove-file {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
	opacity: 0;
    width: 24px;
    height: 24px;
	background-color: var(--mdc-theme-error);
    color: var(--mdc-theme-on-error);
}
.dropzone .dz-preview:hover .mr-remove-file {
	opacity: 1;
}
.dropzone.dz-clickable .dz-preview .mr-remove-file {
    cursor: pointer;
}
.dropzone .dz-preview a.dz-remove {
	display: none;
}

.mr-pricing-info-box {
    background-color: #85B400;
    border-radius: 10px;
}
.mr-pricing-info-box-title {
    color: white;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 20px 15px 15px 15px;
}
.mr-pricing-info-box-text {
    color: white;
    padding-bottom: 10px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
	font-size: 11px;
	text-decoration: underline;
	-webkit-text-stroke: initial;
	font-weight: bold;
	height: 18px;
}

.mr-pricing-info-box-text-price {
    color: white;
    padding-bottom: 20px;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

/*
.########..########...#######..##.....##..#######.
.##.....##.##.....##.##.....##.###...###.##.....##
.##.....##.##.....##.##.....##.####.####.##.....##
.########..########..##.....##.##.###.##.##.....##
.##........##...##...##.....##.##.....##.##.....##
.##........##....##..##.....##.##.....##.##.....##
.##........##.....##..#######..##.....##..#######.

..#######..##.....##.########.########..##..........###....##....##
.##.....##.##.....##.##.......##.....##.##.........##.##....##..##.
.##.....##.##.....##.##.......##.....##.##........##...##....####..
.##.....##.##.....##.######...########..##.......##.....##....##...
.##.....##..##...##..##.......##...##...##.......#########....##...
.##.....##...##.##...##.......##....##..##.......##.....##....##...
..#######.....###....########.##.....##.########.##.....##....##...
*/

#promo-overlay {
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index : 200;
    visibility: hidden;
	/* mobile viewport bug fix */
	height: -webkit-fill-available;
}
/* mobile viewport bug fix */
@supports (-webkit-touch-callout: none) {
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#promo-overlay{
			height: -webkit-fill-available;
			top: auto;
			bottom: 0;
		}
	}
}

#promo-overlay.active {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.81);
}

#promo-container {
    padding: 60px 40px 20px 40px;
}

p.promo-title {
	font-weight: 600;
	font-size: 32px;
	text-align: center;
}
p.promo-description-top {
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
}
p.promo-description {
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
}
#promo-content {
    width: 500px;
    height: 360px;
    top: calc(50% - 360px);
    left: calc((100% - 500px) / 2);
    position: absolute;
    overflow: auto;
    background: white;
    z-index: 100;
    overflow-x: hidden;
}

#promo-close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #9E0011;
    color: #ffffff;
    -webkit-text-stroke: initial;
    text-align: center;
    font-size: 20px;
    border-width: 0px;
}

#promo-bottom {
	padding-top: 10px;
	text-align: center;
}

#mainpage-alert {
    position: absolute;
    top: 0px;
    height: 54px;
	width: 100vw;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    -webkit-text-stroke: initial;
    font-weight: bold;
    font-size: 16px;
	color: #ffffff;
    opacity: 0;
    display: none;
}

#mainpage-alert-msg {
	position: relative;
    background: #aa0000;
	height: 100%;
	padding: 0.25em;
	display: inline-flex;
	align-items: center;
    justify-content: center;
	width: 900px;
    z-index: 1000;
}

#mainpage-alert-msg>a{
	color: #ffffff !important;
	text-decoration: underline !important;
	text-decoration-color: white !important;
	display: contents;
}

#mainpage-disable-ad-blocker {
	position: fixed;
    left: calc( 50vw - 200px );
    width: 400px;
	height: 52px;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;
    -webkit-text-stroke: initial;
    font-weight: bold;
    font-size: 16px;
    opacity: 0;
    display: none;
	z-index: 1001;
}
#mainpage-disable-ad-blocker.active {
	opacity: 1;
	display: block;
}
#mainpage-disable-ad-blocker-learn-more {
	text-decoration: underline  !important;
	cursor: pointer;
}
#disable-ad-blocker-modal-overlay {
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: calc(100vw);
    height: calc(100vh);
	background-color: rgba(0,0,0,0.8);
	visibility: hidden;
}
/* mobile viewport bug fix */
@supports (-webkit-touch-callout: none) {
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#disable-ad-blocker-modal-overlay{
			height: -webkit-fill-available;
			top: auto;
			bottom: 0;
		}
	}
}
#disable-ad-blocker-modal-overlay.active {
	visibility: visible;
}
#disable-ad-blocker-dialog {
	height: 195px;
	padding-left: 56px;
    padding-right: 56px;
    padding-top: 24px;
    padding-bottom: 24px;
	box-sizing: initial;
	font-weight: 400;
    line-height: 1.5;
    color: #212529;
	display: none;
}
#disable-ad-blocker-dialog.active {
	display: block;
}
#disable-ad-blocker-title {
	display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	padding: 20px 5px 30px 5px;
}
#disable-ad-blocker-description {
	font-size: 16px;
}

/*
..######..########.##.....##.########.########
.##....##....##....##.....##.##.......##......
.##..........##....##.....##.##.......##......
..######.....##....##.....##.######...######..
.......##....##....##.....##.##.......##......
.##....##....##....##.....##.##.......##......
..######.....##.....#######..##.......##......
*/

#menu-checkbox1,
#menu-checkbox2 {
	display: none;
}

#blackout{
	height: 100%;
	width:100%;
	position:fixed;
	display: none;
	z-index: 120;
}

.mr-write-cap-ghost {
	opacity: 0.5;
	cursor: initial;
	pointer-events: none;
}

/*
.########..#######...#######..##.......########.####.########.
....##....##.....##.##.....##.##..........##.....##..##.....##
....##....##.....##.##.....##.##..........##.....##..##.....##
....##....##.....##.##.....##.##..........##.....##..########.
....##....##.....##.##.....##.##..........##.....##..##.......
....##....##.....##.##.....##.##..........##.....##..##.......
....##.....#######...#######..########....##....####.##.......
*/

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	text-align:center;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
    -webkit-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
	transition-delay: 0.5s;
}

.tooltip .tooltiptext.left {
	margin-left: -35px;
}

.tooltip .tooltiptext.right {
	margin-left: -85px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

.tooltip .tooltiptext.left::after {
	margin-left: -30px;
}
.tooltip .tooltiptext.right::after {
	margin-left: 20px;
}

.tooltip.active:hover .tooltiptext {
	visibility: visible;
    opacity: 1;
}

@media (hover: none) {
	.tooltip.active:hover .tooltiptext {
		visibility: hidden;
		opacity: 0;
	}
 }


/*
.########..########.########.####.##....##....###...
.##.....##.##..........##.....##..###...##...##.##..
.##.....##.##..........##.....##..####..##..##...##.
.########..######......##.....##..##.##.##.##.....##
.##...##...##..........##.....##..##..####.#########
.##....##..##..........##.....##..##...###.##.....##
.##.....##.########....##....####.##....##.##.....##
*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	.mr-stage-logo-header {
		background-image: url(/apps/lib/res/Metareal_Stage_Logo@2x.png);
		background-size: 104px, 35px;
		width: 108px;
		height:40px;
		background-repeat: no-repeat;
	}
	.mr-logo-header{
		background-image: url(/apps/lib/res/header_logo@2x.png);
		background-size:133px, 35px;
		width:133px;
		height:35px
	}
}
@media only screen and (max-width:1440px) {
	#mainpage-data-usage-message {
		max-width: 500px;
	}
	#mainpage-alert-msg {
		width: 700px;
	}
}
@media only screen and (max-width:1280px) {
	#mainpage-data-usage-message {
		max-width: 490px;
	}
	#mainpage-alert-msg {
		width: 600px;
		font-size: 14px;
	}
}
@media only screen and (max-width:1224px) {
	td#mainpage-data-usage-alert {
		font-size: 15px;
	}
	#mainpage-data-usage-message {
		max-width: 400px;
	}
	#manage-data-plan {
		margin-left: 4px;
		width: 148px;
		height: 46px;
	}
	#mainpage-alert-msg {
		width: 550px;
	}
}
@media only screen and (max-width:1080px) {
	#mainpage-data-usage-message {
		max-width: 300px;
	}
	#mainpage-alert-msg {
		width: 460px;
		font-size: 12px;
	}
}
@media only screen and (max-width:1024px) {
	td#mainpage-data-usage-alert {
		font-size: 14px;
	}
	#mainpage-data-usage-message {
		max-width: 400px;
	}
	#manage-data-plan {
		margin-left: 4px;
		width: 142px;
		height: 42px;
	}
	#mainpage-alert-msg {
		width: 370px;
    	font-size: 9px;
	}
}
@media only screen and (max-width:938px) {
	.mr-stage-logo-header {
		width: 34px;
	}
	td#mainpage-data-usage-alert {
		font-size: 13px;
	}
	#mainpage-data-usage-message {
		max-width: 420px;
	}
	#manage-data-plan {
		margin-left: 4px;
		width: 138px;
		height: 42px;
	}
	div.mr-display-name {
		display: none;
	}
	#mainpage-alert-msg {
		width: 300px;
    	font-size: 9px;
	}
}
@media only screen and (max-width:840px) {
	
	td#mainpage-data-usage-alert {
		font-size: 12px;
	}
	#mainpage-data-usage-message {
		max-width: 400px;
	}
	#manage-data-plan {
		margin-left: 4px;
		width: 119px;
		height: 44px;
	}
	
	#mainpage-alert-msg {
		width: 300px;
    	font-size: 9px;
	}
}
@media only screen and (max-width:768px) {
	#sys-menu {
		margin-left: -106px;
	}
	td#mainpage-data-usage-alert {
		font-size: 11px;
	}
	#mainpage-data-usage-message {
		max-width: 360px;
	}
	#manage-data-plan {
		margin-left: 4px;
		font-size: 11px;
		width: 117px;
		height: 42px;
	}
	#mainpage-alert-msg {
		width: 300px;
    	font-size: 9px;
	}
}
@media only screen and (max-width:600px) {
	
	td#mainpage-data-usage-alert {
		font-size: 9px;
	}
	#mainpage-data-usage-message {
		max-width: 280px;
	}
	#manage-data-plan {
		margin-left: 4px;
		font-size: 9px;
		width: 115px;
		height: 40px;
	}
	table.mr-top-table-right {
		top: 12px;
	}
	
	.avatar {
		display: none;
	}
	td.mr-top-bar-right {
		padding-right: 17px;
	}
	.pure-menu-children.mr-fnt-menu-item {
		margin-left: -128px;
	}
	#mainpage-alert-msg {
		width: 300px;
    	font-size: 9px;
	}
}
@media only screen and (max-width: 500px) {
	#manage-data-plan {
		display: none;
	}
	#mainpage-alert-msg {
		width: 270px;
    	font-size: 9px;
	}
}
@media only screen and (max-height:320px) {
	.pure-menu-item .pure-menu-item {
		height: 18px;
		line-height: 10px;
		font-size: 10px;
	}
}
@media only screen and (max-width:320px) {
	td.mr-top-bar-left {
		padding-right: 30px;
    	padding-left: 20px;
	}
	.mr-stage-logo-header {
		width: 34px;
	}
	
	.pure-menu-item.pure-menu-has-children.pure-menu-allow-hover:hover >.pure-menu-children,
	.pure-menu-item.pure-menu-has-children.pure-menu-active>.pure-menu-children {
		font-size: 12px;
		width: 127px;
	}
	
	ul#sys-menu {
		width: 190px;
		background-color: #fff;
		margin-left: -156px;
		text-align: left;
	}
}