* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
-webkit-tap-highlight-color: transparent !important;
-webkit-user-select: none; /* Chrome all / Safari all */
	-moz-user-select: none; /* Firefox all */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Likely future */
	-webkit-user-callout: none;
	-webkit-touch-callout: none;
}

/* Added CSS Cue */
.pinCodeLabel{
	margin-left: 10px;
}
.time-left{
	width: 100%;
}



html {
	touch-action: manipulation;
}

html,
body,
#allWrap {
	height: 100vh;
	-webkit-user-select: none; /* Chrome all / Safari all */
	-moz-user-select: none; /* Firefox all */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Likely future */
	-webkit-user-callout: none;
	-webkit-touch-callout: none;
	overflow: hidden !important;
	position: relative;
}

body {
	margin: 0;
	background: #000;
	color: #111;
	font-family: 'Neue Haas Unica W01 Regular';
	font-size: 18px;
	font-weight: normal;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: center;
}
#application{
	overflow-x: hidden;
	overflow-y: hidden;
	overflow: hidden !important;
}
body.noscroll {
	overflow: hidden;
}

img {
	display: block;
}

a {
	color: #00aad2;
}
a:active {
	color: #000;
}
.dark a:active {
	color: #fff;
}

.textBtn {
	border-radius: 18px;
	line-height: 36px;
	display: inline-block;
	color: #999;
	text-decoration: none;
	padding: 0 15px;
	transition: 0.1s;
	border: 2px solid #999;
	outline: none !important;
	font-family: "Neue Haas Unica W01 Regular";
	font-size: 18px;
	white-space: nowrap;
}
.textBtn.small {
	border-radius: 15px;
	line-height: 25px;
	font-size: 14px;
	padding: 0 10px;
	padding-bottom: 1px;
	margin-top: 10px;
}

.text-btn{
	color: #0FB9C3;
	text-decoration: underline;
	cursor: pointer;
}

.mbsc-ios .mbsc-fr-btn{
	height: auto;
}

.btn,
.mbsc-ios .mbsc-fr-btn {
	background: linear-gradient(90deg, #1ec8b4 0%, #00aad2 100%);
	border-radius: 22px;
	line-height: 44px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	margin: 10px 30px;
	transition: 0.1s;
	border: 0;
	outline: none !important;
	font-family: "Neue Haas Unica W01 Regular";
	font-size: 18px;
	cursor: pointer;
}

.btn.stop{
	display: block;
	line-height: 88px;
	font-size: 32px;
	border-radius: 88px;
	font-family: "Neue Haas Unica W01 Medium";
	background: linear-gradient(0deg, #C81E1E 0%, #E26A04 100%);
	margin: 20px;
}



.mbsc-ios .mbsc-fr-btn{
	margin-right: 20px;
	margin-left: 20px;
}
.btn.small {
	border-radius: 18px;
	line-height: 34px;
}
.btn.btn-border,
.mbsc-ios .mbsc-fr-btn-c .mbsc-fr-btn{
	background: transparent;
	border: 2px solid #0FB9C3;
	color: #0FB9C3;
	line-height: 40px;
}
.pop-action .btn {
	margin: 0;
}
.btn[disabled] {
	background: linear-gradient(90deg, #e1e1e1 0%, #d0d0d0 100%);
}
.btn:active {
	background: linear-gradient(90deg, #0f645a 0%, #005569 100%);
	color: #fff;
}
.btn.deleteBookingBtn:active {
	background: linear-gradient(90deg, #777 0%, #666 100%);
}

.btn.btn-border:active{
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.btn.disabled {
	background: linear-gradient(90deg, #999 0%, #777 100%);
	opacity: 0.3;
	pointer-events: none;
}

.btn .btn-inner{
	padding: 0 30px;
	pointer-events: none;
	    white-space: nowrap;
}

.btnGroup{
	width: 100%;
}

.setuproom{
	position: absolute;
	top: 65%;
	left: 45%;
	transform: translateX(-50%);
}
.headlineNoRoom{
	top: 40% !important;
}

h1 {
	font-family: "Neue Haas Unica W01 Light";
	font-size: 35px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "Neue Haas Unica W01 Regular";
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
h3 {
	font-family: "Neue Haas Unica W01 Light";
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	color: #eee;
}

hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

.dark hr {
	border-top: 1px solid #444;
}

i {
	font-style: normal;
}

p {
	font-family: "Neue Haas Unica W01 Regular";
	font-size: 16px;
	font-weight: normal;

	margin: 0 0 7px 0;
	padding: 0;
}
p.sub {
	font-size: 14px;
	color: #9e9e9e;
}

p b {
	font-family: "Neue Haas Unica W01 Bold";
	font-weight: normal;
}

input {
	-webkit-user-select: auto;
}

.mbsc-ios .mbsc-select-ic{
	pointer-events: none;
	width: 50px;
	height: 50px;
	top: 10px;
	right: 0px;
}

.mbsc-ic-arrow-down5::before{
	content: '';
}

.mbsc-ic-arrow-down5{
	background: url(../media/icon/icon_select_arrow.svg) no-repeat center center;
}

.mbsc-input input,
.mbsc-input select, .mbsc-input textarea {
    display: block;
    width: 100%;
}

.mbsc-form-group .mbsc-control-w{
	margin-bottom: 20px;
	font-family: "Neue Haas Unica W01 Regular";
}

.mbsc-yoyotheme.mbsc-input:before, .mbsc-yoyotheme.mbsc-input:after, .mbsc-yoyotheme.mbsc-form .mbsc-control-w:before, .mbsc-yoyotheme.mbsc-form .mbsc-control-w:after {
    border-color: transparent;
}

.mbsc-form-group input.mbsc-control{
	display: block;
    width: 100%;
    font-size: 3vw;
    color: #fff;
    background: #333;
    line-height: 8vw;
    text-indent: 2vw;
	border-radius: 6px;
}
.mbsc-yoyotheme.mbsc-input{
	border-radius: 6px;
}

.mbsc-form-group .head,
.listHead{
	font-family: "Neue Haas Unica W01 Light";
	font-size: 26px;
	line-height: 30px;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.listHead{
	color: #fff;
	margin-top: 40px;
	padding-left: 4vw;
}

.mbsc-ios.mbsc-input input{
	height: auto;
	padding: 0;
}

.mbsc-ios .mbsc-checkbox-box{
	right: auto;
	left: 0;
	top: 0;
	margin-top: 0;
	padding: 0;
}
.mbsc-checkbox .mbsc-label{
	padding-left: 20px;
}

.mbsc-row{
	margin: 0 -10px;
}
.mbsc-row > div{
	box-sizing: border-box;
}

.mbsc-col-1, .mbsc-col-2, .mbsc-col-3, .mbsc-col-4, .mbsc-col-5, .mbsc-col-6, .mbsc-col-7, .mbsc-col-8, .mbsc-col-9, .mbsc-col-10, .mbsc-col-11, .mbsc-col-12, .mbsc-col, .mbsc-col-auto, .mbsc-col-sm-1, .mbsc-col-sm-2, .mbsc-col-sm-3, .mbsc-col-sm-4, .mbsc-col-sm-5, .mbsc-col-sm-6, .mbsc-col-sm-7, .mbsc-col-sm-8, .mbsc-col-sm-9, .mbsc-col-sm-10, .mbsc-col-sm-11, .mbsc-col-sm-12, .mbsc-col-sm, .mbsc-col-sm-auto, .mbsc-col-md-1, .mbsc-col-md-2, .mbsc-col-md-3, .mbsc-col-md-4, .mbsc-col-md-5, .mbsc-col-md-6, .mbsc-col-md-7, .mbsc-col-md-8, .mbsc-col-md-9, .mbsc-col-md-10, .mbsc-col-md-11, .mbsc-col-md-12, .mbsc-col-md, .mbsc-col-md-auto, .mbsc-col-lg-1, .mbsc-col-lg-2, .mbsc-col-lg-3, .mbsc-col-lg-4, .mbsc-col-lg-5, .mbsc-col-lg-6, .mbsc-col-lg-7, .mbsc-col-lg-8, .mbsc-col-lg-9, .mbsc-col-lg-10, .mbsc-col-lg-11, .mbsc-col-lg-12, .mbsc-col-lg, .mbsc-col-lg-auto, .mbsc-col-xl-1, .mbsc-col-xl-2, .mbsc-col-xl-3, .mbsc-col-xl-4, .mbsc-col-xl-5, .mbsc-col-xl-6, .mbsc-col-xl-7, .mbsc-col-xl-8, .mbsc-col-xl-9, .mbsc-col-xl-10, .mbsc-col-xl-11, .mbsc-col-xl-12, .mbsc-col-xl, .mbsc-col-xl-auto{
	padding: 0 10px;
}

.mbsc-ios.mbsc-input input:disabled, .mbsc-ios.mbsc-input textarea:disabled, .mbsc-ios.mbsc-input .mbsc-control:disabled ~ input, .mbsc-ios.mbsc-input .mbsc-control:disabled ~ .mbsc-ic{
	opacity: 0;
}
.mbsc-ios.mbsc-input .mbsc-control:disabled ~ .mbsc-input-fill{
    border-radius: 6px;
    background: #111;
}

.clearer {
	clear: both;
	float: none;
}

.hiddenTranslations{
	display: none;
}

.space-between {
	display: flex;
	justify-content: space-between;
}

.noEvent {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none !important;
}

.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}

.y-fontlogo{
	font-family: "YOYONumbers Regular";
}

#contentInView{
	pointer-events: none;
}
#contentInView.active{
	pointer-events: all;
}


.page,
#contentInView,
#contentSlideView,
#contentSlideRightView,
.modalWrap{
	height: 100%;
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#contentSlideView{
	transform: translateY(100%);
	transition: 0.2s;
	z-index: 9998;
}
#contentSlideView.show{
	transform: translateY(0%);
}
#contentSlideRightView{
	transform: translateX(100%);
	transition: 0.2s;
	z-index: 9999;
}
#contentSlideRightView.active,
#contentSlideRightView.show{
	transform: translateX(0%);
}

.page,
.modal{
	background: #222;
	display: none;
	opacity: 0;
}
#contentSlideRightView .page{
	opacity: 1;
}

#page-status{
	background: #000;
}


body.qrScannerActive .page,
body.qrScannerActive .modal{
	background: transparent;
}

body.qrScannerActive #contentInView{
	opacity: 0;
}

.yoyotoast{
	height: 100%;
	width: 100vw;
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	z-index: 9999;
	opacity: 0;
}
.yoyotoast .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #444444;
	opacity: 0.7;
}
.yoyotoast .content{
	background: #000;
	border-radius: 15px;
	padding: 30px 15px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 75%;
	transform: translateX(-50%) translateY(-50%);
}

.yoyotoast .content .toastheader{
	color: #eee;
	font-size: 20px;
	line-height: 30px;
	font-family: "Neue Haas Unica W01 Regular";
}
.yoyotoast .content p{
	color: #eee;
	font-size: 16px;
	line-height: 24px;
	font-family: "Neue Haas Unica W01 Light";
}

.yoyotoast .content .btn{
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 48px;
	border-radius: 26px;
	font-family: "Neue Haas Unica W01 Medium";
}
.yoyotoast .content .btn .btn-inner{
	position: relative;
	top: -1px;
}
.yoyotoast .content .btn.cancel{
	margin-bottom: 10px;
}
.marginTop20{
	margin-top: 20px;
	margin-bottom: 20px;
	height: 0;
	width: 100%;
	display: flex;
}
.marginTop10{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 0;
	width: 100%;
	display: flex;
}

.modal{
	height: 100%;
	width: 100vw;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	transform: translateY(100%);
	transition: 0.4s;
	overflow: hidden;
	pointer-events: none;
	z-index: 900;
}

.modal.show{
	opacity: 1;
	pointer-events: all;
	transform: translateY(0%);
}


.page .header,
.page .second-header,
.modal .modal-header{
	height: 15vw;
	width: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 200;
}

#page-status .header,
#page-status .second-header{
	background: transparent;
}
#page-status .second-header{
	overflow: visible;
}

.page .header .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 15vw;
}

.page .header .left .headline {
	width: 140%;
}

#page-status .header .left{
	width: 50%;
	padding-left: 4vw;
	text-align: left;
}

.page .header .left .back{
	opacity: 0;
	pointer-events: none;
	transition: 0.2s;
	width: 100px;
	height: 15vw;
}
#page-settings .header .left .back{
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
}
.page .header .left .back .icn{
	background: url(../media/icon/icon_back.svg) no-repeat center center;
	background-size: 70% 70%;
	display: block;
	pointer-events: none;
	width: 100%;
	height: 100%;
}
.page .header .center {
	position: absolute;
	left: 50%;
	top: 0;
	height: 15vw;
	pointer-events: none;
	transform: translateX(-50%);
	width: 100%;
}


.page .header .right{
	position: absolute;
	right: 0px;
	top: 0;
	width: auto;
	height: 100%;
}

.page .header .right .cancel{
	padding: 0px 4vw;
	margin-right: 0px;
	font-family: "Neue Haas Unica W01 Light";
	font-size: 22px;
	line-height: 22px;
	color: #777;
	margin-top: 0px;
	line-height: 15vw;
}

.page .header .right .settings,
.page .header .right .cancel{
	cursor: pointer;
}
.page .header .right .settings .icon{
	display: block;
	height: 50px;
	width: 50px;
	background: url(../media/nav/icon_menue_25px_settings.svg) no-repeat center center;
	background-size: 50% 50%;
}
.page .header .right .settings .icon:active{
	display: block;
	height: 50px;
	width: 50px;
	background: url(../media/nav/icon_menue_25px_settings_active.svg) no-repeat center center;
	background-size: 50% 50%;
}


#page-status .header .right{
	width: 50%;
	padding-right: 0;
	text-align: right;
	right: 4vw;
}

.modal .modal-header .cancel {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	background: url(../media/icon_close_white.svg) no-repeat center center;
	background-size: 70% 70%;
}

.page .header .headline,
.modal .modal-header .headline{
	font-family: "Neue Haas Unica W01 Regular";
	font-weight: normal;
	font-size: 5vw;
	line-height: 5vw;
	color: #fff;
	pointer-events: none;
	position: absolute;
	top: 50%;
	width: 100%;
	transition:0.2s;
	transform: translateY(-50%);
}



.page .contentWrap,
.modal .content{
	margin-top: 15vw;
	z-index: 100;
	position: relative;
	height: calc(100% - 15vw);
	overflow: hidden;
}
.page .contentWrap.for-category{
	position: absolute;
	top: 0;
	width: 100vw;
}

.modal .content{
	background: #fff;
}

.page.paginated .header .headline,
.page.typed .header .headline{
	opacity: 0;
}

.page.typed.type-chair .header .headline.for-type-chair,
.page.typed.type-stool .header .headline.for-type-stool,
.page.typed.type-sensor .header .headline.for-type-sensor,
.page.paginated.visible-content-1 .header .left .back,
.page.paginated.visible-content-2 .header .left .back,
.page.paginated.visible-content-3 .header .left .back,
.page.paginated.visible-content-4 .header .left .back,
.page.paginated.visible-content-0 .header .headline-n0,
.page.paginated.visible-content-1 .header .headline-n1,
.page.paginated.visible-content-2 .header .headline-n2,
.page.paginated.visible-content-3 .header .headline-n3,
.page.paginated.visible-content-4 .header .headline-n4,
.page.paginated.visible-content-5 .header .headline-n5{
	opacity: 1;
}
.page.paginated.visible-content-1 .header .left .back{
	pointer-events: all;
}

.page.paginated.withCategory .header .headline{
	opacity: 0;
}

.page.paginated.visible-category-0.visible-content-0 .header .headline-n0.for-category-0,
.page.paginated.visible-category-0.visible-content-1 .header .headline-n1.for-category-0,
.page.paginated.visible-category-1.visible-content-0 .header .headline-n0.for-category-1,
.page.paginated.visible-category-1.visible-content-1 .header .headline-n1.for-category-1{
	opacity: 1;
}

.page .contentWrap .content .content-area{
	padding: 0 30px;
}
.page .contentWrap .content .content-area.noPadding{
	padding: 0;
}

.page .contentWrap .content{
	transition: 0.2s;
	height: 100%;
}

.page.paginated .contentWrap .content{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transform: translateX(100%);
	width: 100vw;
	pointer-events: none;
}
.page.paginated.visible-content-0 .contentWrap .content-n0,
.page.paginated.visible-content-1 .contentWrap .content-n1,
.page.paginated.visible-content-2 .contentWrap .content-n2,
.page.paginated.visible-content-3 .contentWrap .content-n3,
.page.paginated.visible-content-4 .contentWrap .content-n4,
.page.paginated.visible-content-5 .contentWrap .content-n5{
	opacity: 1;
	transform: translateX(0%);
	pointer-events: all;
}

.page.paginated.visible-content-1 .contentWrap .content-n0,
.page.paginated.visible-content-2 .contentWrap .content-n0,
.page.paginated.visible-content-3 .contentWrap .content-n0,
.page.paginated.visible-content-4 .contentWrap .content-n0,
.page.paginated.visible-content-5 .contentWrap .content-n0,
.page.paginated.visible-content-2 .contentWrap .content-n1,
.page.paginated.visible-content-3 .contentWrap .content-n1,
.page.paginated.visible-content-4 .contentWrap .content-n1,
.page.paginated.visible-content-5 .contentWrap .content-n1,
.page.paginated.visible-content-3 .contentWrap .content-n2,
.page.paginated.visible-content-4 .contentWrap .content-n2,
.page.paginated.visible-content-5 .contentWrap .content-n2,
.page.paginated.visible-content-4 .contentWrap .content-n3,
.page.paginated.visible-content-5 .contentWrap .content-n3,
.page.paginated.visible-content-5 .contentWrap .content-n4{
	opacity: 1;
	transform: translateX(-100%);
	pointer-events: all;
}

.page.paginated.withCategory .for-category,
.page.paginated.withCategory .contentWrap .content{
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}


.page.paginated.visible-category-0 .contentWrap.for-category-0,
.page.paginated.visible-category-1 .contentWrap.for-category-1{
	opacity: 1;
	z-index: 100;
	pointer-events: all;
}
.page.paginated.visible-category-0.visible-content-0 .contentWrap.for-category-0 .content-n0,
.page.paginated.visible-category-0.visible-content-1 .contentWrap.for-category-0 .content-n1,
.page.paginated.visible-category-0.visible-content-2 .contentWrap.for-category-0 .content-n2,
.page.paginated.visible-category-0.visible-content-3 .contentWrap.for-category-0 .content-n3,
.page.paginated.visible-category-0.visible-content-4 .contentWrap.for-category-0 .content-n4,
.page.paginated.visible-category-0.visible-content-5 .contentWrap.for-category-0 .content-n5,
.page.paginated.visible-category-1.visible-content-0 .contentWrap.for-category-1 .content-n0,
.page.paginated.visible-category-1.visible-content-1 .contentWrap.for-category-1 .content-n1,
.page.paginated.visible-category-1.visible-content-2 .contentWrap.for-category-1 .content-n2,
.page.paginated.visible-category-1.visible-content-3 .contentWrap.for-category-1 .content-n3,
.page.paginated.visible-category-1.visible-content-4 .contentWrap.for-category-1 .content-n4,
.page.paginated.visible-category-1.visible-content-5 .contentWrap.for-category-1 .content-n5,
.page.paginated.visible-category-2.visible-content-0 .contentWrap.for-category-2 .content-n0,
.page.paginated.visible-category-2.visible-content-1 .contentWrap.for-category-2 .content-n1,
.page.paginated.visible-category-2.visible-content-2 .contentWrap.for-category-2 .content-n2,
.page.paginated.visible-category-2.visible-content-3 .contentWrap.for-category-2 .content-n3,
.page.paginated.visible-category-2.visible-content-4 .contentWrap.for-category-2 .content-n4,
.page.paginated.visible-category-2.visible-content-5 .contentWrap.for-category-2 .content-n5{
	opacity: 1;
	transform: translateX(0%);
	pointer-events: all;
}

.page.paginated.visible-category-0.visible-content-1 .contentWrap.for-category-0 .content-n0,
.page.paginated.visible-category-0.visible-content-2 .contentWrap.for-category-0 .content-n0,
.page.paginated.visible-category-0.visible-content-3 .contentWrap.for-category-0 .content-n0,
.page.paginated.visible-category-0.visible-content-4 .contentWrap.for-category-0 .content-n0,
.page.paginated.visible-category-0.visible-content-5 .contentWrap.for-category-0 .content-n0,
.page.paginated.visible-category-0.visible-content-2 .contentWrap.for-category-0 .content-n1,
.page.paginated.visible-category-0.visible-content-3 .contentWrap.for-category-0 .content-n1,
.page.paginated.visible-category-0.visible-content-4 .contentWrap.for-category-0 .content-n1,
.page.paginated.visible-category-0.visible-content-5 .contentWrap.for-category-0 .content-n1,
.page.paginated.visible-category-0.visible-content-3 .contentWrap.for-category-0 .content-n2,
.page.paginated.visible-category-0.visible-content-4 .contentWrap.for-category-0 .content-n2,
.page.paginated.visible-category-0.visible-content-5 .contentWrap.for-category-0 .content-n2,
.page.paginated.visible-category-0.visible-content-4 .contentWrap.for-category-0 .content-n3,
.page.paginated.visible-category-0.visible-content-5 .contentWrap.for-category-0 .content-n3,
.page.paginated.visible-category-0.visible-content-5 .contentWrap.for-category-0 .content-n4,
.page.paginated.visible-category-1.visible-content-1 .contentWrap.for-category-1 .content-n0,
.page.paginated.visible-category-1.visible-content-2 .contentWrap.for-category-1 .content-n0,
.page.paginated.visible-category-1.visible-content-3 .contentWrap.for-category-1 .content-n0,
.page.paginated.visible-category-1.visible-content-4 .contentWrap.for-category-1 .content-n0,
.page.paginated.visible-category-1.visible-content-5 .contentWrap.for-category-1 .content-n0,
.page.paginated.visible-category-1.visible-content-2 .contentWrap.for-category-1 .content-n1,
.page.paginated.visible-category-1.visible-content-3 .contentWrap.for-category-1 .content-n1,
.page.paginated.visible-category-1.visible-content-4 .contentWrap.for-category-1 .content-n1,
.page.paginated.visible-category-1.visible-content-5 .contentWrap.for-category-1 .content-n1,
.page.paginated.visible-category-1.visible-content-3 .contentWrap.for-category-1 .content-n2,
.page.paginated.visible-category-1.visible-content-4 .contentWrap.for-category-1 .content-n2,
.page.paginated.visible-category-1.visible-content-5 .contentWrap.for-category-1 .content-n2,
.page.paginated.visible-category-1.visible-content-4 .contentWrap.for-category-1 .content-n3,
.page.paginated.visible-category-1.visible-content-5 .contentWrap.for-category-1 .content-n3,
.page.paginated.visible-category-1.visible-content-5 .contentWrap.for-category-1 .content-n4,
.page.paginated.visible-category-2.visible-content-1 .contentWrap.for-category-2 .content-n0,
.page.paginated.visible-category-2.visible-content-2 .contentWrap.for-category-2 .content-n0,
.page.paginated.visible-category-2.visible-content-3 .contentWrap.for-category-2 .content-n0,
.page.paginated.visible-category-2.visible-content-4 .contentWrap.for-category-2 .content-n0,
.page.paginated.visible-category-2.visible-content-5 .contentWrap.for-category-2 .content-n0,
.page.paginated.visible-category-2.visible-content-2 .contentWrap.for-category-2 .content-n1,
.page.paginated.visible-category-2.visible-content-3 .contentWrap.for-category-2 .content-n1,
.page.paginated.visible-category-2.visible-content-4 .contentWrap.for-category-2 .content-n1,
.page.paginated.visible-category-2.visible-content-5 .contentWrap.for-category-2 .content-n1,
.page.paginated.visible-category-2.visible-content-3 .contentWrap.for-category-2 .content-n2,
.page.paginated.visible-category-2.visible-content-4 .contentWrap.for-category-2 .content-n2,
.page.paginated.visible-category-2.visible-content-5 .contentWrap.for-category-2 .content-n2,
.page.paginated.visible-category-2.visible-content-4 .contentWrap.for-category-2 .content-n3,
.page.paginated.visible-category-2.visible-content-5 .contentWrap.for-category-2 .content-n3,
.page.paginated.visible-category-2.visible-content-5 .contentWrap.for-category-2 .content-n4{
	opacity: 1;
	transform: translateX(-100%);
	pointer-events: all;
}



.page .contentWrap .preloader{
	transition: 0.2s;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	pointer-events: none;
	z-index: 9999;
}
.page .contentWrap .preloader .loadingText{
	color: #ccc;
	font-family: "Neue Haas Unica W01 Regular";
	font-size: 18px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.page.preload .contentWrap .preloader{
	opacity: 1;
	pointer-events: all;
}
.page.preload .contentWrap .content{
	opacity: 0 !important;
}


.page .content .textinfo{
	font-family: "Neue Haas Unica W01 Light";
	font-size: 18px;
	line-height: 27px;
	color: #aaa;
	padding: 0 20px;
	display: flex;
}

.posBottom{
	position: absolute;
	bottom: 50px;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
}



.page .processing{
	display: none;
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	left: 50%;
	top: calc(50% - 50px);
	width: 60%;
	background: #000;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 3px 5px 15px rgba(0,0,0,0.7);
}

.page .processing .icon{
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.page .process{
	background: rgba(68,68,68,0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.2s;
	pointer-events: none;
	z-index: 9999;
}
.page .process.visible{
	opacity: 1;
	pointer-events: all;
}


.listWrap .listItem{
	text-align: left;
	box-sizing: border-box;
	padding: 10px;
	border-bottom: 1px solid #707070;
}
.listWrap .listItem.room img{
	width: 50px;
	height: auto;
	display: inline-block;
}

.listWrap .listItem.room .name{
	color: #fff;
	font-size: 26px;
	font-family: "Neue Haas Unica W01 Regular";
	line-height: 26px;
	position: absolute;
	left: 110px;
	top: 50%;
	transform: translateY(-50%);
}
.listWrap .listItem p{
	margin-bottom: 0;
	font-size: 18px;
}
.listWrap .listItem p span.label{
	margin-right: 10px;
}
.listWrap .listItem p.subtext{
	font-size: 14px;
}

.processing.show{
	display: block;
}

.page .process p{
	color: #eee;
	font-size: 18px;
	font-family: "Neue Haas Unica W01 Regular";
	line-height: 26px;
	margin-bottom: 10px;
}


body.page-splash #page-splash{
	display: block;
	transition: 0.4s;
	opacity: 1;
}

#page-splash{
	background: linear-gradient(180deg, #000 35%, #898989 100%);
}

#page-splash .circleOuter{
	width: 70vw;
	height: 70vw;
	border-radius: 100%;
	background: url(../media/yoyo_key_room.jpg) no-repeat center center;
	background-size: cover;
	margin: 100px auto 50px auto;
	position: relative;
}
#page-splash .circleInner{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 90%;
	height: 90%;
	border-radius: 100%;
	background: rgba(0,0,0,0.5);
	transform: translateX(-50%) translateY(-50%);
	transition: 0.2s;
}

#page-splash .circleInner .logo{
	width: 65%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#page-splash .key{
	width: 100%;
	height: auto;
}

#page-splash .txtYoyoAppVersion{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Neue Haas Unica W01 Light";
	font-size: 12px;
	line-height: 14px;
}

#page-splash p{
	font-family: "Neue Haas Unica W01 Light";
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	display: block;
	padding: 0 20px;
	margin-bottom: 15px;
	text-align: center;
}


.content .topText{
	position: relative;
	box-sizing: border-box;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
.content .topText p{
	color: #ddd;
	font-size: 26px;
	line-height: 30px;
	font-family: "Neue Haas Unica W01 Light";
	font-weight: normal;
	width: 100%;
	text-align: center;
}
.content .topText p span.subText{
	font-size: 20px;
	padding-top: 10px;
	line-height: 26px;
	display: block;
}

.content .topText p.colorGreen{
	color: #0FB9C3;
}
.content .topText p.colorRed{
	color: #FF0000;
}
.content .processImages{
	position: relative;
}
.content .middleImages{
	display: flex;
	justify-content: center;
	transition: 0.2s;
}

#page-chairpairing .content .state0 .middleImages{
	transform: translateY(30%);
}

.content .middleImages .left,
.content .middleImages .right{
	width: 40%;
	margin: 10px;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}
.content .middleImages .center{
	width: 20%;
	margin: 10px;
	position: relative;
	z-index: 5;
	white-space: nowrap; /* This is required unless you put the helper span closely near the img */
	display: flex;
	align-items: center;
}
.content .middleImages img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.content .middleImages img.arrow,
.content .middleImages img.arrowRight{
	height: 38px;
	width: auto;
	animation-iteration-count: infinite;
	animation-name: arrowPush;
	-webkit-animation-name: arrowPush;
	animation-duration: 3s;
}

.content .middleImages img.line{
	width: 250%;
	animation-iteration-count: infinite;
	animation-name: linePush;
	animation-duration: 3s;
	animation-timing-function: linear;
}
.content .middleImages img.wifi{
	animation-iteration-count: infinite;
	animation-name: wifiPush;
	animation-duration: 2s;
	transform-origin: 50% 0%;
}
.content .middleImages img.box,
.content .middleImages img.chairsensor{
	width: 80%;
	height: auto;
	margin: 0 auto;
}


#page-chairpairing .content .middleImages img.box,
#page-chairpairing .content .middleImages img.chairsensor{
	width: 60%;
	height: auto;
	margin: 0 auto;
}



.content .middleImages img.phone{
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.content .middleImages img.helper,
.content .processImages img.helper{
	width: 100%;
	height: 100%;
}



.content p.desc{
	color: #AAAAAA;
	font-size: 18px;
	line-height: 27px;
	font-family: "Neue Haas Unica W01 Light";
	box-sizing: border-box;
	padding: 0px 20px;
}

.content .bottomAction p{
	width: 100%;
	font-size: 18px;
	line-height: 27px;
	color: #aaa;
	font-family: "Neue Haas Unica W01 Light";
}

.content .bottomAction .btnTextWrap{
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	pointer-events: none;
}

.content .posFixed{
	position: absolute;
	top: 0;
}
.content.content-pattern .posFixed{
	left: 50%;
	transform: translateX(-50%);
}

.content .middleImages img.posFixed{
	top: 50%;
	transform: translateY(-50%);
}


#page-settings .listWrap{
	border-top: 1px solid #707070;
	margin-bottom: 20px;
}
#page-settings .listWrap .listItem{
	position: relative;
	background: #000;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 4vw;
}
#page-settings .listWrap .listItem .right{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#page-settings .listWrap .listItem .left{
	color: #aaa;
	font-family: "Neue Haas Unica W01 Regular";
	font-size: 18px;
	line-height: 22px;
}
#page-settings .listWrap .listItem .right .textValue{
	color: #777;
	font-family: "Neue Haas Unica W01 Light";
	font-size: 18px;
	line-height: 22px;
	padding-right: 4vw;
}
#page-settings .listWrap .listItem .right .icon{
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../media/icon_arrow.svg) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#page-settings .listWrap .listItem .right .icon-yes,
#page-settings .listWrap .listItem .right .icon-no{
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	opacity: 0;
}
#page-settings .listWrap .listItem.statusNo .right .icon-no,
#page-settings .listWrap .listItem.statusYes .right .icon-yes{
	opacity: 1;
}
#page-settings .listWrap .listItem .right .textbutton{
	position: absolute;
	right: 4vw;
	top: 50%;
	transform: translateY(-50%);
	color: #0FB9C3;
	font-family: "Neue Haas Unica W01 Regular";
	font-size: 20px;
	line-height: 30px;
	cursor: pointer;
	text-decoration: underline;
	white-space: nowrap;
}
#page-settings .listWrap .listItem.profile img{
	width: 65px;
	height: 65px;
	display: inline-block;
}
#page-settings .listWrap .listItem.profile .userName{
	color: #fff;
	font-family: "Neue Haas Unica W01 Medium";
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	left: 105px;
	top: 48%;
	transform: translateY(-50%);
}

.state .stateAsset{
	opacity: 0;
	pointer-events: none;
	transition: 0.2s;
}

#page-connectbox .content .ledWrap{
	position: relative;
	box-sizing: border-box;
}

#page-connectbox .content img.ledBG{
	width: 170px;
	height: auto;
	margin: 20px auto 0px auto;
}
#page-connectbox .content img.ledColor{
	width: 100px;
	height: auto;
	margin: 30px auto;
	transition: 0.1s;
}
#page-boxstatus .content span.ledDouble{
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
}
#page-boxstatus .content span.ledYellow{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background: url(../assets/LED_yellow.svg) no-repeat 0 0;
	background-size: cover;
}
#page-boxstatus .content span.ledOff{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../assets/LED_off.svg) no-repeat 0 0;
	background-size: cover;
}
#page-boxstatus .content span.ledRed{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	background: url(../assets/LED_red.svg) no-repeat 0 0;
	background-size: cover;
}
#page-boxstatus .content span.ledGreen{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	background: url(../assets/LED_green.svg) no-repeat 0 0;
	background-size: cover;
}

#page-boxstatus .content span.ledDouble span.ledYellow{
	animation-iteration-count: infinite;
	animation-name: lightPulse;
	animation-duration: 1s;
}

.state.state0 .stateAsset.forState0,
.state.state1 .stateAsset.forState1,
.state.state2 .stateAsset.forState2,
.state.state3 .stateAsset.forState3,
.state.state4 .stateAsset.forState4,
.state.state5 .stateAsset.forState5,
#page-connectbox .state.start .stateAsset.forStart,
#page-connectbox .content .state.scanning .stateAsset.forScanning,
#page-connectbox .content .state.failed .stateAsset.forFailed,
#page-connectbox .content .state.connecting .stateAsset.forConnecting,
#page-connectbox .content .state.connected .stateAsset.forConnected,
#page-connectbox .content .state.blue .stateAsset.forBlue,
#page-connectbox .content .state.cyan .stateAsset.forCyan,
#page-connectbox .content .state.red .stateAsset.forRed,
#page-connectbox .content .state.green .stateAsset.forGreen,
#page-connectbox .content .state.yellow .stateAsset.forYellow,
#page-connectbox .content .state.magenta .stateAsset.forMagenta,
#page-connectbox .content .state.orange .stateAsset.forOrange,
#page-boxstatus .content .state.factoryDefault .stateAsset.forFactoryDefault,
#page-boxstatus .content .state.initialized .stateAsset.forInitialized,
#page-boxstatus .content .state.configure .stateAsset.forConfigure,
#page-boxstatus .content .state.connectingWifi .stateAsset.forConnectingWifi,
#page-boxstatus .content .state.connectingHUB .stateAsset.forConnectingHUB,
#page-boxstatus .content .state.connectionFailed .stateAsset.forConnectionFailed,
#page-boxstatus .content .state.connectedHUB .stateAsset.forConnectedHUB,
#page-boxstatus .content .state.searchingUpdates .stateAsset.forSearchingUpdates,
#page-boxstatus .content .state.updatesRunning .stateAsset.forUpdatesRunning{
	opacity: 1;
	pointer-events: all;
}

#page-boxstatus .credentialList{
	text-align: left;
	border-bottom: 1px dotted #707070;
}
#page-boxstatus .credentialList .wifi,
#page-boxstatus .credentialList .hub{
	border-top: 1px dotted #707070;
	position: relative;
	padding: 10px 0px;
}
#page-boxstatus .credentialList .edit{
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #0FB9C3;
	font-family: "Neue Haas Unica W01 Light";
	font-size: 20px;
	text-decoration: underline;
	cursor: pointer;
}
#page-boxstatus .credentialList .signal{
	position: absolute;
	right: 0;
	top: 15px;
	width: 20px;
	height: 20px;
}

#page-boxstatus .credentialList .signal span.ledRed,
#page-boxstatus .credentialList.wifiDisconnected .wifi .signal span.ledRed,
#page-boxstatus .credentialList.hubDisconnected .hub .signal span.ledRed,
#page-boxstatus .credentialList.wifiConnected .wifi .signal span.ledGreen,
#page-boxstatus .credentialList.hubConnected .hub .signal span.ledGreen{
	opacity: 1;
}
#page-boxstatus .credentialList.wifiConnected .wifi .signal span.ledRed,
#page-boxstatus .credentialList.hubConnected .hub .signal span.ledRed,
#page-boxstatus .credentialList.wifiDisconnected .wifi .signal span.ledGreen,
#page-boxstatus .credentialList.hubDisconnected .hub .signal span.ledGreen{
	opacity: 0;
}

/* #page-boxstatus .credentialList{

} */
#page-boxstatus .credentialList .row label{
	width: 30%;
	display: inline-block;
}
#page-boxstatus .credentialList .row p{
	width: 70%;
	display: inline;
}

#page-boxstatus .credentialList .row label,
#page-boxstatus .credentialList .row p{
	color: #ddd;
	font-family: "Neue Haas Unica W01 Light";
	font-size: 20px;
}
#page-boxstatus .credentialList .head{
	color: #fff;
	font-family: "Neue Haas Unica W01 Regular";
	font-size: 20px;
}
#page-boxstatus .content-network .processImages{
	position: relative;
}

#page-boxstatus .content-network img.yoyobox,
#page-lightpairing .content-pairing img.yoyobox{
	width: 20vw;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 30;
}


#page-boxstatus .content-network img.hub,
#page-lightpairing .content-pairing img.light{
	width: 30vw;
	height: auto;
	right: 50%;
	top: 50%;
	transform: translateX(50%) translateY(-50%);
	z-index: 40;
}

#page-lightpairing .content-pairing .deviceName{
	color: #ccc;
	font-family: "Neue Haas Unica W01 Light";
	font-size: 20px;
	line-height: 26px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}


#page-boxstatus .content-network .subtext p{
	color: #ddd;
	font-family: "Neue Haas Unica W01 Light";
	font-size: 20px;
	line-height: 26px;
}

#page-boxstatus .content-network .state.connectingHUB img.hub,
#page-boxstatus .content-network .state.connectedHUB img.hub,
#page-lightpairing .content-pairing .state.state0 img.light,
#page-lightpairing .content-pairing .state.state1 img.light,
#page-lightpairing .content-pairing .state.state2 img.light,
#page-lightpairing .content-pairing .state.state3 img.light{
	right: 5%;
	transform: translateX(0%) translateY(-50%);
}

#page-boxstatus .content-network .state.connectingHUB img.yoyobox,
#page-boxstatus .content-network .state.connectedHUB img.yoyobox,
#page-lightpairing .content-pairing .state.state0 img.yoyobox,
#page-lightpairing .content-pairing .state.state1 img.yoyobox,
#page-lightpairing .content-pairing .state.state2 img.yoyobox,
#page-lightpairing .content-pairing .state.state3 img.yoyobox{
	left: 5%;
	transform: translateX(0%) translateY(-50%);
}

#page-boxstatus .content-network img.wifi,
#page-lightpairing .content-pairing img.wifi{
	width: 20vw;
	height: auto;
	left: 70%;
	top: 50%;
	transition: 0.4s;
	transform: translateX(-50%) translateY(-50%);
	z-index: 10;
	animation-iteration-count: infinite;
	animation-name: wifiPush;
	animation-duration: 2s;
	transform-origin: 50% 0%;
}
#page-lightpairing .content-pairing img.wifi{
	left: 35%;
}

#page-boxstatus .content-network img.line,
#page-lightpairing .content-pairing img.line{
	width: 50vw;
	height: auto;
	left: 70%;
	top: 50%;
	transition: 0.4s;
	transform: translateX(-50%) translateY(-50%);
	z-index: 15;

	animation-iteration-count: infinite;
	animation-name: linePush;
	animation-duration: 3s;
	animation-timing-function: linear;
}

#page-boxstatus .content-network img.roundLoading,
#page-boxstatus .content-network img.roundAlert,
#page-boxstatus .content-network img.roundOk,
#page-desccalibration .content-startcalibration img.alert,
#page-desccalibration .content-startcalibration img.roundOk,
#page-lightpairing .content-pairing img.alert,
#page-lightpairing .content-pairing img.roundOk{
	width: 10vw;
	height: auto;
	left: 80%;
	top: 50%;
	transition: 0.4s;
	transform: translateX(-50%) translateY(-50%);
	z-index: 20;
}
#page-desccalibration .content-startcalibration img.alert,
#page-desccalibration .content-startcalibration img.roundOk{
	top: 35%;
}

#page-lightpairing .content-pairing .state2 img.alert,
#page-lightpairing .content-pairing .state3 img.roundOk{
	left: 45%;
}
#page-boxstatus .content-network img.roundOk{
	left: 45%;
}

.scan-scope{
	position: absolute;
	width: 50vw;
	height: 50vw;
	left: 50%;
	top: 40%;
	transform: translateY(-50%) translateX(-50%);
}

.scan-scope .left-top{
	width: 30%;
	height: 30%;
	position: absolute;
	left: 0;
	top: 0;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
}
.scan-scope .right-top{
	width: 30%;
	height: 30%;
	position: absolute;
	right: 0;
	top: 0;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}
.scan-scope .left-bottom{
	width: 30%;
	height: 30%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.scan-scope .right-bottom{
	width: 30%;
	height: 30%;
	position: absolute;
	right: 0;
	bottom: 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#page-desccalibration .attention{
	box-sizing: border-box;
	left: 0;
	right: 0;
	bottom: 180px;
	top: auto;
	background: linear-gradient(0deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%);
}

#page-desccalibration .attention p{
	color: #FFEE00;
	font-size: 20px;
	line-height: 26px;
	padding: 20px 40px;
	display: block;
	font-family: "Neue Haas Unica W01 Light";
}

#page-boxstatus .box-configuration-list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
}

#page-boxstatus .box-configuration-list .confListWrap{
	max-height: 45vh;
	overflow-y: scroll;
	border-top: 1px solid #707070;

}

#page-boxstatus .box-configuration-list .box-components-list .overlay_bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 999;
	pointer-events: none;
}


#page-boxstatus .box-configuration-list .mbsc-form-group{
	margin-bottom: 0;
	border-bottom: 1px solid #707070;
}

#page-boxstatus .box-configuration-list .iconbtn.addComponent{
	margin: 10px 0px 0px 18px;
}

#page-desccalibration .deskTop,
#page-desccalibration .deskBottom{
	width: 40vw;
	height: auto;
	left: 50%;
	transform: translateX(-50%) translateY(80%);
}
#page-desccalibration .deskTop{
	transform: translateX(-50%) translateY(50%);
	transition: 0.2s;
}
#page-desccalibration .state.state1 .deskTop{
	animation-iteration-count: infinite;
	animation-name: deskMoving;
	animation-duration: 2s;
	transform-origin: 50% 0%;
}

.content .middleImages{
	position: relative;
}
.content .middleImages img.chairsensorback{
	width: 60%;
	height: auto;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translateX(-50%) translateY(0%);
}



.content .middleImages img.arrowDown{
	width: 38px;
	height: auto;
	animation-iteration-count: infinite;
	animation-name: arrowPushDown;
	-webkit-animation-name: arrowPushDown;
	animation-duration: 3s;
	top: 15%;
    left: 53%;
}


.content .state4 img.lightOff{
	animation-iteration-count: infinite;
	animation-name: lightPulse;
	animation-duration: 2s;
}


#action-menu li{
	border-bottom: 1px solid #707070;
}
#action-list li{
	border-bottom: 1px solid #707070;
}

.iconbtn{
	width: 36px;
	height: 36px;
	display: inline-block;
	cursor: pointer;
}
.iconbtn.addComponent .btn-icon{
	display: block;
	width: 100%;
	height: 100%;
	background: url("../media/icon/icon_add_plus.svg") no-repeat center center;
	background-size: cover;
}

.mbsc-form-group-title{
	font-size: 24px;
	color: #fff;
	font-family: "Neue Haas Unica W01 Medium";
	padding: 10px 20px;
}

.mbsc-mobiscroll .mbsc-lv{
	background: transparent;
}

.mbsc-mobiscroll .mbsc-lv-item {
    background: #000000;
    color: #777;
    padding: 20px 20px;
}

.mbsc-lv-item .rightAction{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.mbsc-lv-item.configured .rightAction .text-btn,
.mbsc-lv-item.paired .rightAction .text-btn{
	display: none;
}
.mbsc-lv-item .rightAction .icon.configured{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url(../assets/round_ok.svg) no-repeat center center;
	background-size: contain;
	display: none;
}

.mbsc-lv-item.configured .rightAction .text-btn{
	display: none;
}
.mbsc-lv-item.configured .rightAction .icon.configured,
.mbsc-lv-item.paired .rightAction .icon.configured{
	display: block;
}

.mbsc-lv-ic-right .mbsc-lv-ic{
	right: 0;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.mbsc-ic-dots{
	background: url(../media/icon/icon_dots.svg) no-repeat center center;
	background-size: 50% 50%;
}

.mbsc-ic-remove{
	background: url(../media/icon_trash.svg) no-repeat center center;
	background-size: 50% 50%;
}

.mbsc-lv-ic-text{
	visibility: hidden;
}


.mbsc-ios .mbsc-fr-w{
	padding-top: 65px;
}

.mbsc-np-dsp{
	padding: 10px 60px 10px 20px;
}

.mbsc-ios.mbsc-fr-bubble .mbsc-fr-overlay{
    background: rgba(255,255,255,0.4);
}
.mbsc-yoyotheme.mbsc-form{
	background: transparent;
}

.mbsc-ic-ios-backspace::before {
    content: "";
}

.mbsc-yoyotheme.mbsc-form .mbsc-checkbox{
	font-size: 22px;
	color: #ccc;
	text-align: left;
	text-indent: 0px;
	font-family: "Neue Haas Unica W01 Light";
	background: transparent;
	padding: 0;
	padding-left: 2em;
}

#page-pin .pinCodeLabel{
	display: inline-block;
}

.mbsc-yoyotheme .mbsc-checkbox-box {
    border: 0.125em solid #333;
    background: #333;
}

.mbsc-yoyotheme .mbsc-checkbox-box:after {
    border: 0.125em solid #fff;
    border-top: 0;
    border-right: 0;
}

.mbsc-lv-item.configured,
.mbsc-lv-item.paired{
	color: #fff;
}
.mbsc-lv-item span.name{
	color: #444;
	padding-left: 10px;
}
.mbsc-lv-item.configured span.name,
.mbsc-lv-item.paired span.name{
	color: #777;
}





#page-status .circleOuter{
	width: 70vw;
	height: 70vw;
	border-radius: 100%;
	background: linear-gradient(90deg, #444 0%, #333 100%);
	position: absolute;
	top: 15vw;
	left: 50%;
	transform: translateX(-50%) translateY(0%);
	overflow: hidden;

	z-index: 150;
	transition: 0.2s;
}

#page-status.calendarOpened .circleOuter{
	width: 10vw;
	height: 10vw;
	opacity: 0;
}


#page-status .circleOuter .outerColor{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #333;
	opacity: 0;
	transition: 0.2s;
}
#page-status.state.vacant .circleOuter .outerColor{
	opacity: 1;
	background: linear-gradient(90deg, #1ec8b4 0%, #00aad2 100%);
}
#page-status.state.occupied .circleOuter .outerColor{
	opacity: 1;
	background: linear-gradient(90deg, #C12537 0%, #C30F2B 100%);
}
#page-status.state.booked .circleOuter .outerColor{
	opacity: 1;
	background: linear-gradient(90deg, #CE974D 0%, #D38303 100%);
}


#page-status .circleInner{
	width: calc(100% - 10vw);
	height: calc(100% - 10vw);
	border-radius: 100%;
	background: #111;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transform-origin: 50% 50%;
	transition: 0.3s;
}

#page-status.loading .circleInner{
	width: calc(100% - 4vw);
	height: calc(100% - 4vw);
}

#page-status.calendarOpened .circleInner{
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
	zoom: 0.5;
}

/* #page-status.vacant .circleInner{

	animation-iteration-count: infinite;
	animation-name: scalePulse;
	-webkit-animation-name: scalePulse;
	animation-duration: 4s;

} */

#page-status .circleInner .headline{
	font-family: "Neue Haas Unica W01 Thin";
	font-size: 10vw;
	line-height: 75px;
	color: #fff;
	white-space: nowrap;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
#page-status .circleInner .forVacant .headline{
	margin: 0 auto 10px auto;
}

#page-status .circleInner .text{
	font-family: "Neue Haas Unica W01 Thin";
	font-size: 41px;
	font-size: 3vw;
	line-height: 5vw;
	color: #ccc;
	transform: translateY(35px);
}

#page-status .circleInner .text.coming-up,
#page-status .circleInner .text.coming-up-info{
	line-height: 5vw;
	line-height: 110%;
	color: #ccc;
	position: absolute;
	top: 3vw;
	left: 50%;
	transform: translateX(-50%);
}
#page-status .circleInner .text.coming-up{
	font-family: "Neue Haas Unica W01 Thin";
}
#page-status .circleInner .text.coming-up-info{
	font-family: 'Neue Haas Unica W01 Light';
	font-size: 3.5vw;
	position: absolute;
	top: 8vw;
	left: 50%;
	transform: translateX(-50%);
	color: #D38303;
}

#page-status.occupied .circleInner .text.coming-up-info{
	color: #C12537;
}

#page-status .circleInner .text.time-left{
	position: absolute;
	bottom: 3vw;
	left: 50%;
	font-size: 5vw;
	line-height: 6vw;
	transform: translateX(-50%);
}

#page-status .circleInner .text.now-running{
	font-family: "Neue Haas Unica W01 Thin";
    font-size: 20px;
    font-size: 3vw;
    position: absolute;
    line-height: 5vw;
    line-height: 110%;
    color: #ccc;
    left: 50%;
    top: -90px;
    transform: translateX(-50%);
}
#page-status .circleInner .text.absolute{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 55vw;
}

#page-status .circleInner .circleInner-content{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 90%;
	height: 90%;
	transform: translateX(-50%) translateY(-50%);
}

#page-status .circleInner .circleInner-content .spinner{
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

#page-status.state.start .stateAsset.forStart,
#page-status.state.loading .stateAsset.forLoading,
#page-status.state.vacant .stateAsset.forVacant,
#page-status.state.occupied .stateAsset.forOccupied,
#page-status.state.booked .stateAsset.forBooked{
	opacity: 1;
	pointer-events: all;
}

.second-header .calendarBookingName{
	font-size: 'Neue Haas Unica W01 Regular';
	position: absolute;
	top: 50%;
	transform: translateY(50%);
	padding-left: 4vw;
	font-size: 5vw;
	opacity: 0;
	transition: color 0.2s, opacity 0.2s;
}
.second-header .calendarBookingTimeleft{
	font-size: 'Neue Haas Unica W01 Regular';
	position: absolute;
	top: 50%;
	transform: translateY(50%);
	right: 0;
	padding-right: 4vw;
	font-size: 5vw;
	opacity: 0;
	transition: color 0.2s, opacity 0.2s;
}


.second-header.show .calendarBookingName,
.second-header.show .calendarBookingTimeleft{
	transition: color 0.2s, opacity 0.2s;
	opacity: 1;
}
.vacant .calendarBookingName,
.vacant .calendarBookingTimeleft{
	color: #D38303;
}
.booked .calendarBookingName,
.booked .calendarBookingTimeleft{
	color: #D38303;
}
.occupied .calendarBookingName,
.occupied .calendarBookingTimeleft{
	color: #C12537;
}

svg.info-icon{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 195px;
	z-index: 160;
	display: none;
}
svg.info-icon.show{
	display: block;
}
svg.info-icon.occupied > g > circle{
	fill: #C12537;
}
.second-header.show svg.info-icon{
	left: calc(100% - 65px);
    top: 120px;
}

#page-status .calendarWrap{
	margin-top: 15vw;
    z-index: 100;
    position: absolute;
    bottom: 50px;
    height: calc(100% - 180px);
    width: 100%;
    overflow: hidden;
    transform: translateY(0%);
    text-align: left;
    padding: 30px 4vw;
    box-sizing: border-box;


    transform: translateY(calc(100% - 300px));
    background: #222;
    background: linear-gradient(180deg, #000 0px, #222 300px);
    transition: 0.3s;
}

#page-status.calendarOpened .calendarWrap{

	transform: translateY(0%);
	bottom: 0;
}


#page-status .calendarWrap .legend{
	opacity: 0;
	transition: 0.2s;
}
#page-status .calendarWrap .legend-item{
	display: inline-block;
	margin-right: 20px;
}
#page-status .calendarWrap .legend-item .color{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background: #fff;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
#page-status .calendarWrap .legend-item label{
	font-family: "Neue Haas Unica W01 Light";
	font-size: 20px;
	line-height: 20px;
}

#page-status .calendarWrap .legend-item.green label{
	color: #0FB9C3;
}
#page-status .calendarWrap .legend-item.red label{
	color: #C12537;
}
#page-status .calendarWrap .legend-item.orange label{
	color: #D38303;
}
#page-status .calendarWrap .legend-item.green .color{
	background: #0FB9C3;
}
#page-status .calendarWrap .legend-item.red .color{
	background: #C12537;
}
#page-status .calendarWrap .legend-item.orange .color{
	background: #D38303;
}

#page-status .color-legend{
	display: none;
	position: absolute;
	bottom: 120px;
	z-index: 110;
	font-size: 18px;
	padding: 0 30px;
	width: 100%;
	height: 30px;
	text-align: start;
	padding-left: 4vw;
}
#page-status .color-legend.show{
	display: block;
}
#page-status .color-legend > div{
	font-size: 18px;
	font-family: "Neue Haas Unica W01 Light";
	line-height: 0;
	height: 25px;
	vertical-align: middle;
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
}
#page-status .color-legend > div::before{
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 5px;
	vertical-align: middle;
}
#page-status .color-legend .legend-vacant{
	color: #0FB9C3;
}
#page-status .color-legend .legend-occupied{
	color: #C12537;
}
#page-status .color-legend .legend-booked{
	color: #D38303;
}

#page-status .color-legend .legend-booked{
	color: #D38303;
}

#page-status .color-legend .legend-booked.grey{
	color: #777;
}

#page-status .color-legend .legend-booked.grey:before{
	background: #777;
}

#page-status .color-legend .legend-vacant::before{
	background: linear-gradient(to left, #0FB9C3, #19C3B9);
}
#page-status .color-legend .legend-occupied::before{
	background: linear-gradient(to left, #C12537, #C30F2B);
}
#page-status .color-legend .legend-booked::before{
	background: linear-gradient(to left, #D38303, #D38303);
}

#page-status .logoYoyo{
	height: 30px;
	width: auto;
	position: absolute;
	left: 4vw;
	bottom: calc(3vw + 5px);
	z-index: 100;
	transition: 0.2s;
}
#page-status.calendarOpened .logoYoyo{
/*
	transform: translateY(-100%);
	pointer-events: none;
	opacity: 0;
*/
}
#page-status .logoYoyo img{
	height: 100%;
	width: auto;
}

#page-status .iconCalendar,
#page-status .iconBack{
	padding: 3vw;
	position: absolute;
	right: calc(4vw - 3vw);
	bottom: 0;
	z-index: 101;
	cursor: pointer;
	transition: 0.2s;
}

#page-status.calendarOpened .iconCalendar{
	opacity: 0 !important;
	pointer-events: none !important;
    transform: translateY(-100%);
}

#page-status .textCalendarBack{
	position: absolute;
	right: 70px;
	bottom: 0;
	padding: 3vw;
	font-size: 2.5vw;
    font-family: "Neue Haas Unica W01 Regular";
    line-height: 40px;
    color: #ccc;
    z-index: 200;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s;
    transform: translateY(100%);
    cursor: pointer;

}
#page-status.calendarOpened .textCalendarBack{
    transform: translateY(0%);
    opacity: 1;
	pointer-events: all;
}

#page-status .iconBack{
	opacity: 0;
	transition: 0.2s;
	cursor: pointer;
	pointer-events: none;
    transform: translateY(100%);
}
#page-status.calendarOpened .iconBack{
	opacity: 0.7;
	 transform: translateY(0%);
	pointer-events: all;
}

#page-status .iconCalendar img,
#page-status .iconBack img{
	width: 40px;
	height: 40px;
}





#page-status .calendarWrap .row{
    padding: 0px;
    margin: 0px;
    opacity: 0;
    transition: 0.4s;
}
#page-status .calendarWrap .row.first{
    opacity: 1;
}

#page-status.calendarOpened .calendarWrap .row.d2{
	opacity: 1;
	transition: 0s 0.2s;
}
#page-status.calendarOpened .calendarWrap .row.d3{
	opacity: 1;
	transition: 0.1s 0.2s;
}

#page-status .calendarWrap .row label{
    font-size: 26px;
    font-size: 3vw;
    font-family: "Neue Haas Unica W01 Light";
    line-height: 39px;
    color: #ccc;
}
#page-status .calendarWrap .row.weekend .calendar-day{
    /*opacity: 0.3;*/
}
#page-status .calendarWrap .row .calendar-day{
    height: 100px;
    padding: 1.8vw 3px 0px 3px;
    position: relative;
}
#page-status .calendarWrap .row .calendar-day .times{
    width: 100%;
    height: 44px;
    display: flex;
    position: relative;
    z-index: 20;
	justify-content: space-between;
	pointer-events: none;
}
#page-status .calendarWrap .row .calendar-day .times .time{
    display: inline-block;
    position: relative;
}
#page-status .calendarWrap .row .calendar-day .times .time .tick{
    position: absolute;
    width: 1px;
    height: 44px;
    background: #999999;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
#page-status .calendarWrap .row .calendar-day .times .time .num{
    width: 20px;
    text-align: center;
    position: absolute;
    top: 48px;
    left: -10px;
    color: #ccc;
    font-family: "Neue Haas Unica W01 Light";
    font-size: 17px;
}

/*#page-status .calendarWrap .row .calendar-day .states{
    position: absolute;
    top: 27px;
    left: 3px;
    z-index: 7;
    width: calc(100% - 6px);
    display: flex;
    justify-content: space-between;
}
#page-status .calendarWrap .row .calendar-day .state{
    padding: 2px;
    height: 27px;
    width: 50%;
}
#page-status .calendarWrap .row .calendar-day .state-0-30{
    width: calc(calc(100% / 12) * 0.5 - 4px);
}
#page-status .calendarWrap .row .calendar-day .state-1-00{
    width: calc(calc(100% / 12) - 4px);
}
#page-status .calendarWrap .row .calendar-day .state-1-30{
    width: calc(calc(100% / 12) * 1.5 - 4px);
}
#page-status .calendarWrap .row .calendar-day .state-2-00{
    width: calc(calc(100% / 12) * 2 - 4px);
}
#page-status .calendarWrap .row .calendar-day .state-3-00{
    width: calc(calc(100% / 12) * 3 - 4px);
}
#page-status .calendarWrap .row .calendar-day .state-4-00{
    width: calc(calc(100% / 12) * 4 - 4px);
}
#page-status .calendarWrap .row .calendar-day .state-4-30{
    width: calc(calc(100% / 12) * 4.5 - 4px);
}
#page-status .calendarWrap .row .calendar-day .state-5-00{
    width: calc(calc(100% / 12) * 5 - 4px);
}
#page-status .calendarWrap .row .calendar-day .state-8-00{
    width: calc(calc(100% / 12) * 8 - 4px);
}
#page-status .calendarWrap .row .calendar-day .state-12-00{
    width: calc(calc(100% / 12) * 12 - 4px);
}
#page-status .calendarWrap .row .calendar-day .states > div.deactive > .color{
	background: #414141 !important;
}*/
#page-status .calendarWrap .row .calendar-day .state-overlays{
	position: absolute;
	top: 27px;
    left: 3px;
	z-index: 200;
	height: 30px;
    width: calc(100% - 6px);
    display: flex;
    justify-content: space-between;
}
.state-overlays > .state-overlay{
	opacity: 0;
	height: 27px;
	margin: 2px;
	background: #414141;
	border-radius: 5px;
	width: 50%;
}
.state-overlays > .state-overlay.active{
	opacity: 1;
}
#page-status .calendarWrap .row .calendar-day .state .color{
    background: #777;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    opacity: 1;
}
#page-status .calendarWrap .row .calendar-day .timeline{
    position: absolute;
    left: 5px;
    right: 5px;
    height: 5px;
    top: 0;
    z-index: 10;
}

#page-status .calendarWrap .row .calendar-day .timeline .state{
    position: absolute;
    top: 29px;
    width: 4.16%;
    left: 50%;
    z-index: 9999;
    background: #333;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    transition: 0.2s;
}

#page-status .calendarWrap .row .calendar-day .timeline .state.occupied .color,
#page-status .calendarWrap .row .calendar-day .timeline .state.STARTED .color{
    background: #871f25;
    opacity: 1;
    box-sizing: border-box;
}

.occupied #page-status .calendarWrap .row .calendar-day .timeline .state.occupied,
.occupied #page-status .calendarWrap .row .calendar-day .timeline .state.started{
    opacity: 1;
}

#page-status .calendarWrap .row .calendar-day .now{
    width: 0px;
    height: 52px;
    position: absolute;
    left: 20%;
    top: 16px;
    transform: translateX(0px);
    z-index: 999;
}
#page-status .calendarWrap .row .calendar-day .now .line{
    width: 4px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 2px;
}

#page-status .calendarWrap .row .calendar-day .state.vacant .color{
    background: linear-gradient(90deg, #1ec8b4 0%, #00aad2 100%);
}
#page-status .calendarWrap .row .calendar-day .state.occupied .color,
#page-status .calendarWrap .row .calendar-day .state.started .color{
    background: linear-gradient(90deg, #C12537 0%, #A80C1E 100%);
}
#page-status .calendarWrap .row .calendar-day .state.booked .color{
   background: linear-gradient(90deg, #CE974D 0%, #D38303 100%);
}

#page-status .calendarWrap .row .calendar-day .state.vacant.grey .color{
    background: #686868;
}
#page-status .calendarWrap .row .calendar-day .state.occupied.grey .color,
#page-status .calendarWrap .row .calendar-day .state.started.grey .color{
    background: #515151;
}
#page-status .calendarWrap .row .calendar-day .state.booked.grey .color{
    background: #515151;
}
@keyframes arrowPush {
  0%   {transform: translateX(-50%) translateY(-50%);}
  50%  {transform: translateX(0%) translateY(-50%);}
  100% {transform: translateX(-50%) translateY(-50%);}
}
@keyframes arrowPushDown {
  0%   {transform: translateX(-50%) translateY(-50%);}
  50%  {transform: translateX(-50%) translateY(0%);}
  100% {transform: translateX(-50%) translateY(-50%);}
}

@keyframes wifiPush {
  0%   {transform: scale(0.8) translateY(-50%);}
  50%  {transform: scale(1) translateY(-50%);}
  100% {transform: scale(0.8) translateY(-50%);}
}


@keyframes lightPulse {
  0%   {opacity: 1;}
  50%  {opacity: 0;}
  100% {opacity: 1;}
}


@keyframes scalePulse {
  0%   {-webkit-transform: translateX(-50%) translateY(-50%) scale(1.0); transform: translateX(-45%) translateY(-45%) scale(1.0)}
  1%  {-webkit-transform: translateX(-50%) translateY(-50%) scale(1.02);transform: translateX(-45%) translateY(-45%) scale(1.02);}
  11% {-webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);transform: translateX(-45%) translateY(-45%) scale(1.0);}
  13% {-webkit-transform: translateX(-50%) translateY(-50%) scale(1.04);transform: translateX(-45%) translateY(-45%) scale(1.04);}
  33% {-webkit-transform: translateX(-50%) translateY(-50%) scale(1);transform: translateX(-45%) translateY(-45%) scale(1);}
  100% {-webkit-transform: translateX(-50%) translateY(-50%) scale(1);transform: translateX(-45%) translateY(-45%) scale(1);}
}


@keyframes linePush {
  0%   {transform: translateX(-60%) translateY(-50%); left: 50%;}
  50%  {transform: translateX(-50%) translateY(-50%); left: 50%;}
  100%  {transform: translateX(-60%) translateY(-50%); left: 50%;}
}


@keyframes deskMoving {
  0%   {transform: translateX(-50%) translateY(50%);}
  50%  {transform: translateX(-50%) translateY(0%);}
  100% {transform: translateX(-50%) translateY(50%);}
}

