@font-face {
	font-family: 'Segoe WPN';
	src: local('Segoe UI'), local('SegoeUI'), url('/files/fonts/segoewpn/regular/SegoeWPN.eot?#iefix') format('embedded-opentype'), url('/files/fonts/segoewpn/regular/SegoeWPN.woff') format('woff'), url('/files/fonts/segoewpn/regular/SegoeWPN.ttf') format('truetype'), url('/files/fonts/segoewpn/regular/SegoeWPN.svg#SegoeWPN') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe WPN Semibold';
	src: local('Segoe UI Semibold'), local('SegoeUI-Semibold'), url('/files/fonts/segoewpn/semibold/SegoeWPN-Semibold.eot?#iefix') format('embedded-opentype'), url('/files/fonts/segoewpn/semibold/SegoeWPN-Semibold.woff') format('woff'), url('/files/fonts/segoewpn/semibold/SegoeWPN-Semibold.ttf') format('truetype'), url('/files/fonts/segoewpn/semibold/SegoeWPN-Semibold.svg#SegoeWPN-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe WPN Semilight';
	src: local('Segoe UI Semilight'), local('SegoeUI-Semilight'), url('/files/fonts/segoewpn/semilight/SegoeWPN-SemiLight.eot?#iefix') format('embedded-opentype'), url('/files/fonts/segoewpn/semilight/SegoeWPN-SemiLight.woff') format('woff'), url('/files/fonts/segoewpn/semilight/SegoeWPN-SemiLight.ttf') format('truetype'), url('/files/fonts/segoewpn/semilight/SegoeWPN-SemiLight.svg#SegoeWPN-SemiLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe WPN Light';
	src: local('Segoe UI Light'), local('SegoeUI-Light'), url('/files/fonts/segoewpn/light/SegoeWPN-Light.eot?#iefix') format('embedded-opentype'), url('/files/fonts/segoewpn/light/SegoeWPN-Light.woff') format('woff'), url('/files/fonts/segoewpn/light/SegoeWPN-Light.ttf') format('truetype'), url('/files/fonts/segoewpn/light/SegoeWPN-Light.svg#SegoeWPN-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	font-family: "Segoe WPN Light", sans-serif;
	background-color: #EAEAEA;
	margin: 0px;
	width: 100%;
}

@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) {
	.uin {
		background: rgba(0,0,0,0)!important;
		-webkit-backdrop-filter: blur(10px);
	}
	
	.leftpopup-arrow, .rightpopup-arrow {
		-webkit-backdrop-filter: blur(60px) saturate(150%);
		background-color: rgba(255, 255, 255, 0.9)!important;
	}
	
	.leftpopup-menu, .rightpopup-menu {
		-webkit-backdrop-filter: blur(60px) saturate(150%);
		background-color: rgba(255, 255, 255, 0.9)!important;
	}
}

img.emoji {
	cursor: inherit;
	height: 1em!important;
	width: 1em!important;
	margin: 0 .05em 0 .1em!important;
	vertical-align: -0.1em!important;
}

/* START */
/**/
/* TITLEBAR */
/**/
/**/

.titlebar {
	position: fixed;
	border-bottom: 1px solid rgba(255, 102, 102, 0.3);
	background-color: #ffffff;
	color: #FF6666;
	width: 100%;
	height: 45px;
	opacity: 0.98;
	z-index: 100;
	margin-bottom: 5px;
	transition: .5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.titlebar-offline {
	border-bottom: 5px solid #FF4040!important;
}

.titlebar-app {
	height: 54px;
	margin: 0px;
	cursor: pointer;
	font-size: 21px;
	border: 0px none;
	bottom: 0px;
	left: 0;
	padding: 0px;
	padding-left: 45px;
	top: -6px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	position: absolute;
}

.titlebar-app-img {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 8px;
	left: 5px;
	background-size: 40px;
}


.titlebar-app-title {
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	padding: 0px 15px 0px 5px;
	cursor: pointer;
	top: 5px;
	margin: 0px;
	left: 63px;
	position: relative;
	display: block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	left: auto;
	right: auto;
	bottom: auto;
}



.titlebar-commands {
	height: 46px;
	margin: 0;
	padding: 0;
	margin-left: 300px;
	padding-left: 15px;
}

.titlebar-command {
	padding: 6px;
	font-family: "Segoe WPN Semilight", sans-serif;
	font-size: 20px;
	line-height: 33px;
	cursor: pointer;
	display: inline-block;
	margin-right: 18px;
	-webkit-animation: command-appear .3s linear;
	animation: command-appear .3s linear;
}

@keyframes command-appear {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes command-appear {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


.titlebar-loader {
	top: 0;
	right: 280px;
	position: absolute;
	padding: 6px;
	display: none;
}

.titlebar-loader-loader {
	font-size: 10px;
	text-indent: -9999em;
	border-top: 1px solid #999;
	border-right: 1px solid rgba(50,50,50,.2);
	border-bottom: 1px solid rgba(50,50,50,.2);
	border-left: 1px solid rgba(50,50,50,.2);
	-webkit-animation: load .8s infinite linear;
	animation: load .8s infinite linear;
}

.titlebar-loader-loader, .titlebar-loader-loader:after {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

@-webkit-keyframes load {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}



.titlebar-user {
	margin-left: -1px;
	height: 54px;
	margin: 0px;
	cursor: pointer;
	font-size: 21px;
	border: 0px none;
	bottom: 0px;
	right: 15px;
	padding: 0px;
	top: -6px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	position: absolute;
}

.titlebar-user-username {
	font-size: 21px;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	padding-right: 15px;
	padding-left: 35px;
	cursor: pointer;
	height: 30px;
	top: 50%;
	margin: 0px;
	margin-top: -15px;
	left: 63px;
	text-align: right;
	min-height: 30px;
	position: relative;
	display: block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	left: auto;
	right: auto;
	bottom: auto;
}

.titlebar-user-profile {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 13px;
	background-image: url('/files/images/easynote/defaultprofile.svg');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	display: block;
	line-height: 1.1;
	border-radius: 2px;
}

.chevron {
	background-image: url('/files/images/easynote/downchevron_red.svg');
	background-repeat: no-repeat;
	bottom: auto;
	right: 0px;
	left: auto;
	position: absolute;
	width: 12px;
	height: 7px;
	top: 50%;
	margin: 0px;
	margin-top: -2px;
	padding: 0px;
	display: block;
	line-height: 25px;
	vertical-align: baseline;
}

/**/
/**/
/* TITLEBAR */
/**/
/* END */


/* START */
/**/
/* CLEARPOPUP */
/**/
/**/

.clearpopup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: none;
}

/**/
/**/
/* CLEARPOPUP */
/**/
/* END */


/* START */
/**/
/* LEFTPOPUP */
/**/
/**/

.leftpopup {
	position: fixed;
	display: none;
	opacity: 0;
	z-index: 100;
	top: 50px;
	left: 8px;
	transition: opacity .15s;
	filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.2));
}

.leftpopup-arrow {
	content: '';
	width: 18px;
	height: 18px;
	background-color: rgba(255, 255, 255, 0.99);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -9px;
	left: 60px;
	border-top-left-radius: 2px;
}

.leftpopup-menu {
	background-color: rgba(255, 255, 255, 0.99);
	border-radius: 18px;
	padding: 12px;
	width: 280px;
}

.leftpopup-item {
	height: 100px;
	width: 135px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	border-radius: 12px;
	transition: .2s;
	margin-top: 10px;
}
.leftpopup-item:nth-child(2n-1) {
	margin-right: 10px;
}
.leftpopup-item:nth-child(-n+2) {
	margin-top: 0;
}
.leftpopup-item:hover {
	background-color: rgba(0, 0, 0, 0.03);
}
.leftpopup-item:active {
	background-color: rgba(0, 0, 0, 0.12);
}

.leftpopup-item-content {
	padding: 65px 5px 0px 5px;
	background-size: 60px;
	background-position: center 5px;
	background-repeat: no-repeat;
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
}

/**/
/**/
/* LEFTPOPUP */
/**/
/* END */

/* START */
/**/
/* RIGHTPOPUP */
/**/
/**/

.rightpopup {
	position: fixed;
	display: none;
	opacity: 0;
	z-index: 100;
	width: 250px;
	right: 8px;
	top: 50px;
	transition: opacity .15s;
	filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.2));
}

.rightpopup-arrow {
	content: '';
	width: 18px;
	height: 18px;
	background-color: rgba(255, 255, 255, 0.99);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -9px;
	right: 50px;
	border-top-left-radius: 2px;
}

.rightpopup-menu {
	border-radius: 18px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.99);
}

.rightpopup-user {
	height: 90px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.02);
	cursor: pointer;
}

.rightpopup-user img {
	width: 80px;
	height: 80px;
	margin: 5px;
	left: 0px;
	position: absolute;
	border-radius: 13px;
}

.rightpopup-user-name {
	color: #000;
	font-size: 22px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 85px;
	text-align: left;
	padding: 30px 10px;
}

.rightpopup-commands {
	
}

.rightpopup-command {
	height: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
	text-align: right;
	border-width: 0.5px;
}

.rightpopup-command:last-child {
	border-bottom: none;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}
.rightpopup-command:hover {
	background-color: rgba(0, 0, 0, 0.03);
}
.rightpopup-command:active {
	background-color: rgba(0, 0, 0, 0.12);
}

.rightpopup-command-title {
	color: rgba(0, 0, 0, 0.8);
	font-size: 18px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px 10px;
	text-align: left;
	min-width: 200px;
	max-width: 100%;
	line-height: 40px;
	font-family: 'Segoe WPN Semilight';
}

/**/
/**/
/* RIGHTPOPUP */
/**/
/* END */

/* UIB */

.uib-c {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
	left: 0;
	top: 0;
    animation: uibc-fadein .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.uib-c-outgoing {
    transition: .3s;
    background-color: rgba(0, 0, 0, 0);
}
.uib {
    width: 360px;
    /*height: 240px;*/
    position: absolute;
    left: 50%;
    top: 40%;
    top: calc(30% + 96px);
    margin-left: -180px;
    margin-top: -120px;
    background: rgba(255, 255, 255, 0.99);
    border: 1px solid rgb(204,204,204);
    border-width: 0.5px;
    border-radius: 18px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: uib-incoming .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 380px) {
	.uib {
		width: calc(100% - 20px);
		left: 10px;
		margin-left: 0;
	}
	
	.uib-actions-action {
	    min-width: 90px;
	}
}
.uib-c-outgoing .uib {
    opacity: 0;
    transition: .2s;
	transform: scale(0.95);
}
.uib-header {
    height: 46px;
    background: #40d3af;
}
.uib-header-text {
    line-height: 46px;
    font-size: 20px;
    font-family: "Segoe WPN Semibold";
    color: #FFF;
    text-align: center;
}
.uib-header-close {} .uib-content {
    max-height: 120px;
    overflow-y: auto;
    padding: 10px 5px 0px;
    box-sizing: border-box;
}
.uib-content-text {
    font-size: 16px;
    padding: 5px 22px;
    font-family: "Segoe WPN";
    text-align: center;
}

.uib-content-inputs {
	padding: 0px 42px;
}

.uib-content-inputs input {
	width: 100%;
	height: 36px;
	margin: 8px 0px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	padding: 3px 5px;
	font-family: "Segoe WPN";
	font-size: 16px;
	outline: none;
	box-sizing: border-box;
}

.uib-actions {
    text-align: center;
	margin-top: 12px;
}
.uib-actions-action {
    display: inline-block;
    height: 36px;
    min-width: 110px;
    margin: 0px 10px 12px;
    background: #40d3af;
    color: #FFF;
    line-height: 36px;
    border-radius: 18px;
    padding: 0px 12px;
    font-family: "Segoe WPN Semibold";
    cursor: pointer;
    font-size: 16px;
    opacity: .8;
    transition: .2s;
}

/* three items or more */
.uib-actions-action:nth-last-child(n+3),
.uib-actions-action:nth-last-child(n+3) ~ .uib-actions-action {
  margin: 0px 60px 12px;
  min-width: 160px;
}
.uib-actions-action:hover {
    opacity: .92;
}
.uib-actions-action:active {
    opacity: 1;
}
.uib-actions-action-destructive {
    background: #FF6666;
}
@keyframes uib-incoming {
    0% {
        opacity: 0;
        transform: scale(1.5);
		},
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes uibc-fadein {
    0% {
        background-color: rgba(0, 0, 0, 0);
		},
    100% {}
}
/* */


.uin {
	width: 280px;
	position: fixed;
	z-index: 99;
	right: 0;
	top: 46px;
	margin: 10px;
	border-radius: 16px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	animation: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) uin_fadein,
	10s linear infinite uin_default;
	
	/* temp */
	cursor: pointer;
}

.uin-outgoing {
	transition: .5s;
	margin-right: -300px;
	transition: cubic-bezier(0.55, 0.055, 0.675, 0.19) .5s;
}

@keyframes uin_fadein {
	0% {
		margin-right: -300px;
	}
	100% {
		margin-right: 10px;
	}
}

@keyframes uin_default {
	0% {
		transform: translateY(0px) translateX(0px);
	}
	17% {
		transform: translateY(3px) translateX(-3px);
	}
	34% {
		transform: translateY(-3px) translateX(-3px);
	}
	50% {
		transform: translateY(0px) translateX(0px);
	}
	66%  {
		transform: translateY(-3px) translateX(3px);
	}
	83%  {
		transform: translateY(3px) translateX(3px);
	}
	100% {
		transform: translateY(0px) translateX(0px);
	}
}

.uin-header {
	height: 36px;
	background: rgba(255, 255, 255, 0.95);
	position: relative;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.uin-header img {
	height: 24px;
	padding: 6px;
	border-radius: 12px;
}

.uin-header-text {
	position: absolute;
	top: 0;
	height: 36px;
	line-height: 36px;
	padding: 0px 18px 0px 36px;
	font-size: 16px;
	font-family: "Segoe WPN";
}

.uin-content {
	background: rgba(245, 245, 245, 0.8);
	padding: 18px;
	font-family: "Segoe WPN";
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}

.mzMessageBanner {
	position: fixed;
	z-index: 100;
	background: rgba(255, 255, 255, 0.9);
	top: 10px;
	left: 50%;
	transform: translateX(-50%) scale(0.9);
	height: 26px;
	line-height: 26px;
	padding: 0px 16px;
	border-radius: 16px;
	font-family: "Segoe WPN Semilight";
	font-size: 16px;
	cursor: default;
	color: #000;
	opacity: 0;
	transition: .3s;
}
.mzMessageBanner-dark {
	background: rgba(0, 0, 0, 0.9);
	color: #FFF;
}
.mzMessageBanner-show {
	opacity: 1;
	transform: translateX(-50%) scale(1);
}


