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

:root:before{
	content:
	url(../images/header_logo.png)
	url(../images/Hamburger.png)
	url(./images/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(../images/header_logo@2x.png)
		url(../images/Hamburger@2x.png)
		url(./images/stage_logo@2x.png);
		visibility: hidden;
		position: absolute;
		left: -9999em;
	}
}

/*
..######..########.##....##.##.......########..######.
.##....##....##.....##..##..##.......##.......##....##
.##..........##......####...##.......##.......##......
..######.....##.......##....##.......######....######.
.......##....##.......##....##.......##.............##
.##....##....##.......##....##.......##.......##....##
..######.....##.......##....########.########..######.
*/
/* ---------------------------------------------------- */
/* RESET 				                             	*/
/* ---------------------------------------------------- */
* {
	font-family: 'Lato',Helvetica,Arial,sans-serif;
	margin:0px;
	padding:0px;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
	user-select: none;
	-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.3);
}
*, ::after, ::before {
	box-sizing: border-box;
}
/* ---------------------------------------------------- */
/* LOGO
/* ---------------------------------------------------- */
.mr-logo-header {
	background:url(../images/header_logo.png);
	background-size:133px, 35px;
	width:133px;
	height:35px;
	float:left;
	border: 0px;
	margin-top:20px;
	margin-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: 300;
	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: 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;
}
.mr-close {
    background-image: url(/edit/interface/room.1.0/webui/images/Close.png);
    background-repeat: no-repeat;
    background-size: 26px;
    cursor: pointer;
    border: 0;
	padding: 13px;
	vertical-align: initial;
}
.mr-close:hover {
    background-image: url(/edit/interface/room.1.0/webui/images/Close_Hover.png);
}
/* ---------------------------------------------------- */
/* NAVIGATION                                           */
/* ---------------------------------------------------- */
/* Horizontal UL for stage menus */
.mr-stage-nav {

}
#sys-menu {
	margin-left: -89px;
}
.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;
	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 0px 0px 0px;
	}
	.mr-website-nav li {
		padding-left:7px
	}
	.mr-website-nav li.mr-menu-bar-left {
		padding-left: 4px;
	}
	.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:10px
	}
	.mr-website-nav li.mr-menu-bar-left {
		padding-left: 7px;
	}
	.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:980px) {
	.mr-website-nav li.mr-menu-bar-left {
		padding-left: 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-right {
		padding-right: 40px;
	}
}

@media only screen and (min-width:1250px) {
	.mr-website-nav li.mr-menu-bar-left {
		padding-left: 20px;
	}
}

@media only screen and (min-width:1290px) {
	.mr-website-nav li.mr-menu-bar-left {
		padding-left: 30px;
	}
}

@media only screen and (min-width:1368px) {
	.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;
}
/* ---------------------------------------------------- */
/* 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);
}

/* ---------------------------------------------------- */
/* 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;
}
.mr-selectable {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
.mr-selectable > *{
	-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 !important;
}
.mr-middle {
	display: table-cell;
	vertical-align: middle !important;
}
.mr-bottom {
	display: table-cell;
	vertical-align: bottom !important;
}

/* Full Page */
div.mr-fullpage {
	width: 100vw;
	height: 100vh;
}

[class~="mr-fullpage"].mr-with-top-bar {
	padding-top: 53px;
	height: calc(100vh - 53px);
}
[class~="mr-fullpage"].mr-black {
	background-color: #fff;
}
[class~="mr-fullpage"].mr-white {
	background-color: #fff;
}
.mr-alert-dialog {
	height:72vh;
	background-color:#fff;
	position:absolute;
	padding: 12px 56px 12px 56px;
}
/* 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;
	background-image: url(./images/Close.png);
	background-repeat: no-repeat;
	background-size: 26px;
	width: 26px;
	height: 26px;
	cursor: pointer;
}
.mr-alert-close:hover {
	background-image: url(./images/Close_Hover.png);
}
/* Splits */
.mr-vsplit-3 {
	height: 33%;
}
/* Top Bar */
div.mr-top-bar {
	width: 100vw;
	height: 54px;
	background-color: #fff;
	position: fixed;
	z-index: 100;
	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;
}
#manage-data-plan {
	display: inline-block;
	margin-left: 40px;
	margin-right: 10px;
	width: 200px;
    height: 38px;
    background-color: #AAAAAA;
    color: #ffffff;
    -webkit-text-stroke: initial;
    font-size: 12px;
}

/* 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;
}
table.mr-top-table-right.frontpage {
	top: 20px;
}
#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;
	float: left;
}
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: 40px;
	height:40px;
}
.mr-hamburger-icon {
	background-image: url(../images/Hamburger.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	background-size: 22px;
	width: 0px;
	height: 0px;
	padding: 10px;
	cursor: pointer;
}
.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(./images/Metareal_Stage_Beta_Logo.png);
	background-size:245px, 35px;
	width:245px;
	height:36px;
	cursor: pointer;
	background-repeat: no-repeat;
}

@-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 #d3d3d3;
	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-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);
}
.publish-export-dialog {
	height: 360px;
	width: 392px;
	z-index: 1003;
}
.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: 200px;
	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: 265px;
	height: 225px;
}
.publish-export-buttons-bottom {
	position:absolute;
	bottom: 40px;
	right: 60px;
	width: 301px;
}
.mr-browser-checkbox{
    margin-right: 8px;
}

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

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

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

#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;
}
.menu-link-noborder {
	height: 36px;
	padding: 0px;
}

.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;
}
button#ingest-modal-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 26px;
	height:26px;
	border-width:0px;
}
.mr-remove-file {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
	opacity: 0;
    background-size: 20px;
    width: 20px;
    height: 20px;
}
.dropzone .dz-preview:hover .mr-close.mr-remove-file {
	opacity: 1;
}
.dropzone.dz-clickable .dz-preview .mr-close.mr-remove-file {
    cursor: pointer;
}
.dropzone .dz-preview a.dz-remove {
	display: none;
}

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

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

#promo-overlay {
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index : 200;
    visibility: hidden;
}

#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: 280px;
    top: calc(50% - 280px);
    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;
}

#mainpage-alert {
    position: absolute;
    width: calc( 100vw );
    height: 52px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    background: #aa0000;
    color: #ffffff;
    -webkit-text-stroke: initial;
    font-weight: bold;
    font-size: 16px;
    opacity: 0;
    display: none;
    z-index: 1000;
    pointer-events: none;
}

/*
.########..########.########.####.##....##....###...
.##.....##.##..........##.....##..###...##...##.##..
.##.....##.##..........##.....##..####..##..##...##.
.########..######......##.....##..##.##.##.##.....##
.##...##...##..........##.....##..##..####.#########
.##....##..##..........##.....##..##...###.##.....##
.##.....##.########....##....####.##....##.##.....##
*/
@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(./images/Metareal_Stage_Beta_Logo@2x.png);
		background-size:245px, 35px;
		width:245px;
		height:36px;
		background-repeat: no-repeat;
	}
	.mr-hamburger-icon {
		background-image: url(../images/Hamburger@2x.png);
		background-size: 22px;
	}
	.mr-logo-header{
		background-image: url(../images/header_logo@2x.png);
		background-size:133px, 35px;
		width:133px;
		height:35px
	}
	.mr-close {
        background-image: url(/edit/interface/room.1.0/webui/images/Close@2x.png);
		background-size: 26px;
    }
    .mr-close:hover {
        background-image: url(/edit/interface/room.1.0/webui/images/Close_Hover@2x.png);
		background-size: 26px;
	}
}
@media only screen and (max-width:1224px) {
	td#mainpage-data-usage-alert {
		font-size: 15px;
	}
	#manage-data-plan {
		margin-left: 4px;
		width: 148px;
		height: 46px;
	}
}
@media only screen and (max-width:1024px) {
	td#mainpage-data-usage-alert {
		font-size: 14px;
	}
	#manage-data-plan {
		margin-left: 4px;
		width: 142px;
		height: 42px;
	}
}
@media only screen and (max-width:938px) {
	.mr-stage-logo-header {
		width: 37px;
	}
	td#mainpage-data-usage-alert {
		font-size: 13px;
	}
	#manage-data-plan {
		margin-left: 4px;
		width: 138px;
		height: 42px;
	}
	div.mr-display-name {
		display: none;
	}
}
@media only screen and (max-width:840px) {

	td#mainpage-data-usage-alert {
		font-size: 12px;
	}
	#manage-data-plan {
		margin-left: 4px;
		width: 119px;
		height: 44px;
	}

}
@media only screen and (max-width:768px) {
	#sys-menu {
		margin-left: -106px;
	}
	td#mainpage-data-usage-alert {
		font-size: 11px;
	}
	#manage-data-plan {
		margin-left: 4px;
		font-size: 11px;
		width: 117px;
		height: 42px;
	}
}
@media only screen and (max-width:600px) {

	td#mainpage-data-usage-alert {
		font-size: 9px;
	}
	#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;
	}
}
@media only screen and (max-width: 500px) {
	#manage-data-plan {
		display: none;
	}
}
@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: 38px;
	}

	.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;
	}
}