body {
	margin: 0px;
	font-family: Helvetica, Arial, Verdana, Tahoma;
	background: #f2f1f6;
}
/*Top panel */
.TopPanel {
	margin: 0 auto;
	width: 100%;
	padding: 0px 10px 0px 10px;
	height: 50px;
	background-color: #404040;
	color: #ffffff;
}

.SomfyLogo {
	width: 150px;
	height: 41px;
	margin: 13px 20px;
}

.TitleTop {
	flex: 1 1 50%;
	font-size: 35px;
}

.SmallImgs {
	width: 35px;
	height: 35px;
	cursor: pointer;
	padding: 10px 10px;
}

.BottomBar {
	position: fixed;
	/*z-index: 100;*/
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 1.5);
}

.MirvacLogo {
	margin-left: 10vw;
	height: 35px;
	width: 64px;
}

.PermaLogo {
	margin-right: 10vw;
	height: 35px;
	width: 76px;
}

.SeparatorImg {
	height: 25px;
}

.loginLogoutPanel {
	
}

.LoginLogoutTxt {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	padding-right: 5px;
}

.LoginLogoutImg {
	cursor: pointer;
}

/* Error panel */
.ErrorPanel {
	width: 700px;
	margin: 50px auto 0px;
	border: solid 2px #007EAB;
	border-radius: 5px;
}

.ErrorTxt {
	font-size: 1.3em;
	margin-bottom: 29px;
	margin-left: 20px;
	font-weight: bold;
}

.ErrorImg {
	height: 90px;
	width: 90px;
	padding: 3px;
}

.PasswordPanel {
	margin: 20px;
	padding: 10px;
	border: solid 1px rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	background: #ffffff;
}

/* Login Panel */
.LoginPanel {
	margin: 50px auto 0px;
	padding: 10px;
	border: solid 1px rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	background: #ffffff;
}

.LoginTitle {
	font-size: 20px;
	margin-bottom: 25px;
	color: rgba(250, 184, 0, 1);
	line-height: 1.42857143;
	border-bottom: 1px solid #e5e5e5;
}

.LoginTxt, .RememberMe {
	margin: 6px;
	color: #404040;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.LoginBox {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(186, 186, 186);
	border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 10px auto;
	padding: 8px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	width: 75%;
	transition: all 0.1s linear;
}

.LoginBox:focus {
	border-color: #ffde86;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px #ffde86;
	color: rgb(0, 0, 0);
}

.Login {
	border: solid 1px rgba(208, 209, 205, 1);
	border-radius: 10px;
	background-color: rgba(208, 209, 205, 0.35);
	padding: 0 15px;
}

.RememberMe {
	
}

.LoginBtn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 15px auto;
	font-weight: bold;
	background-color: #fab800;
	margin-left: 35px;
}

.LoginBtn:hover {
	background-color: #ffde86;
	border: solid 1px #fab800;
}

.OkCancelBtn {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin: 15px;
	font-weight: bold;
	background-color: #fab800;
	min-width: 60px;
}

.OkCancelBtn:hover {
	background-color: #ffde86;
	border: solid 1px #fab800;
}

.LoginImage {
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

/* Remote Panel */
.RemotePanel {
	width: 100%;
	height: 100%;
	padding: 0px 15px;
}

.ZoneMapPanel {
	margin: 0px auto 5px;
	padding: 0px 7px 3px;
	border: solid 2px #007EAB;
	border-radius: 5px;
	width: 720px;
	height: 487px;
}

.RemotePanelTitles {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	/*color: #007EAB;*/
	margin-left: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ZoneMapImageContainer {
	border: solid 1px;
	margin-top: 3px;
	width: 700px;
	height: 450px;
	overflow: hidden;
}

.ZoneMapImage {
	width: 700px;
	height: 450px;
	cursor: move;
}

.zoomBtnsPlus {
	position: absolute;
	top: 102px;
	margin-left: 4px;
	width: 30px;
	height: 30px;
	background: white;
}

.zoomBtnsAll {
	position: absolute;
	top: 135px;
	margin-left: 4px;
	width: 30px;
	height: 30px;
	background: white;
}

.zoomBtnsMinus {
	position: absolute;
	top: 168px;
	margin-left: 4px;
	width: 30px;
	height: 30px;
	background: white;
}

.LastOrderPanel {
	margin: 0px 0px 0px 11px;
	padding: 0px 7px 3px;
	border: solid 2px #007EAB;
	border-radius: 5px;
	width: 484px;
	height: 75px;
}

.LastOrder {
	margin-left: 10px;
	margin-top: 6px;
}

.BouyguesLogo {
	width: 100px;
	height: 51px;
}

.ZoneControlPanel {
	margin: 0px auto 5px;
	padding: 0px 7px 3px;
	border: solid 2px #007EAB;
	border-radius: 5px;
	width: 303px;
	margin-left: 5px;
	height: 487px;
}

.ZoneControlListSelection {
	margin-top: 8px;
	width: 270px;
	margin-left: 6px;
}

.ZoneControlImage {
	width: 275px;
	height: 235px;
	margin-top: 13px;
	margin-bottom: 30px;
}

.ZoneControlBtn {
	width: 90px;
	height: 25px;
	margin: 0px 16px;
	cursor: pointer;
}

.ctrlBtnSmall {
	width: 46px;
	margin: 5px 4px !important;
}

.AutoPositionPanel {
	padding: 0px 7px 3px;
	border: solid 2px #007EAB;
	border-radius: 5px;
	width: 698px;
	margin-left: 30px;
	height: 100px;
	margin-top: 8px;
}

.ControlPanel {
	height: calc(100vh - 162px);
	width: 100%;
	overflow: hidden;
	box-shadow: 5px 5px 10px 0px;
	border-radius: 5px;
	padding: 5px;
	background: #ffffff;
}

.ZoneInfoPanel {
	width: 100%;
	overflow: hidden;
	box-shadow: 5px 5px 10px 0px;
	border-radius: 5px;
	padding: 5px;
	background: #ffffff;
}

.AutoPos {
	margin-left: 97px;
	font-size: 1.4em;
}

.BackToAutoPanel {
	margin-top: 2px;
	margin-left: 8px;
	width: 125px;
}

.backToAutoBtn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.goToBtn {
	min-width: 80px;
	margin: 17px 0;
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	min-height: 40px;
}

.backToAutoBtn:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.BackToAutoImg {
	cursor: pointer;
}

.BackToAutoTxt {
	cursor: pointer;
	padding-left: 3px;
	margin-top: -4px;
}

.wrong {
	background: rgba(185, 0, 77, 0.6);
}

.apDetailsElementPanel {
	height: 32px;
}

.apDetailsTitles {
	width: 175px;
	margin-left: 20px;
}

.apDetailsValue {
	width: 250px;
}

.LoginResultImage {
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

.ZoneList {
	overflow: hidden;
	box-shadow: 5px 5px 10px 0px;
	border-radius: 5px;
	padding: 5px;
	background: #ffffff;
	height: inherit;
}

.ScrollZone {
	height: calc(100vh - 229px);
}

.zoneListTitle {
	font-size: 1.2em;
	font-weight: bold;
	padding: 15px 0;
	background-color: #404040;
	color: rgb(197, 198, 200);
	border-bottom: 5px solid #e5e5e5;
	border-radius: 5px 5px 0 0;
}

.zoneListElement {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	cursor: pointer;
}

.alarmImg {
	width: 48px;
	margin-left: 40px;
	margin-right: 15px;
}

.blindInfoTxt {
	font-size: 1.3em;
	margin-left: 40px;
}

.ecoModeBtn {
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: rgba(169, 200, 69, 1);
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	margin-bottom: 12px;
	width: 100px;
	margin-right: 44px;
	text-align: center;
	cursor: pointer;
}

.ecoModeBtn:hover {
	background: rgba(169, 200, 69, 0.6);
}

.upAndDownPanel {
	padding: 10px 20px;
	height: 100%;
}

.tiltUpBtn {
	cursor: pointer;
	padding: 20px;
	width: 50px;
	height: 60px;
}

.tiltDownBtn {
	cursor: pointer;
	padding: 20px;
	width: 50px;
	height: 60px;
}

.upBtn {
	cursor: pointer;
}

.stopBtn {
	cursor: pointer;
	width: 60px;
}

.downBtn {
	cursor: pointer;
}

.SubControlTitle {
	font-size: 1.1em;
	font-weight: bold;
}

.myPanel {
	margin: 0px 15px;
	padding: 0px 7px 3px;
	border: solid 3px #007EAB;
	border-radius: 20px;
	height: 245px;
}

.myBtn {
	width: 112px;
	margin-bottom: -26px;
	margin-top: -18px;
	z-index: -1;
}

.call_my {
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: rgba(0, 126, 171, 0.6);
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	margin-bottom: 12px;
	width: 60px;
	text-align: center;
	cursor: pointer;
	z-index: 5;
}

.call_my:hover {
	background: rgba(0, 126, 171, 1);
}

.save_my {
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: rgba(127, 87, 124, 0.6);
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	width: 60px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 12px;
}

.save_my:hover {
	background: rgba(127, 87, 124, 1);
}

.myPosition {
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: rgba(0, 126, 171, 0.6);
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	width: 60px;
	text-align: center;
	margin-bottom: 16px;
}

.blindTopBar {
	height: 25px;
	width: 177px;
	z-index: 4;
}

.blindOuterShell {
	height: 212px;
	width: 151px;
	background: #ffefde;
}

.blindFabric {
	z-index: 6;
	width: 151px;
	background: #ffc266;
}

.blindSliderPanel {
	margin: 18px 10px;
	padding: 0px 7px 3px;
	height: 244px;
	width: 180px;
}

.feedbackPosition {
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: rgba(0, 126, 171, .6);
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	width: 52px;
	text-align: center;
	margin-left: 67px;
}

.tiltPanel {
	margin: 0px 15px;
	padding: 0px 7px 3px;
	border: solid 3px #007EAB;
	border-radius: 20px;
	height: 245px;
	margin-left: 0px;
}

.tiltBtn {
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: #ffffff;
	font-size: 9px;
	background: rgba(0, 126, 171, 0.6);
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	width: 60px;
	text-align: center;
	cursor: pointer;
}

.tiltBtn:HOVER {
	background: rgba(0, 126, 171, 1);
}

.PopUp {
	background: #ffffff;
}

@media screen and (max-device-width: 630px) {
	.zoneListTitle {
		font-size: 0.9em;
		padding: 5px 0;
	}
	.zoneListElement {
		font-size: 0.9em;
		font-weight: bold;
		padding: 5px 0;
	}
	.TopPanel {
		padding: 0;
		height: 40px;
	}
	.SomfyLogo {
		width: 92px;
		height: 25px;
		margin: 0px 12px;
	}
	.TitleTop {
		font-size: 14px;
	}
	.SmallImgs {
		width: 20px;
		height: 20px;
		padding: 0px 10px;
	}
	.BottomBar {
		height: 35px;
	}
	.MirvacLogo {
		margin-left: 10vw;
		height: 25px;
		width: 45px;
	}
	.PermaLogo {
		margin-right: 10vw;
		height: 25px;
		width: 54px;
	}
	.RemotePanel {
		padding: 0;
	}
	.ScrollZone {
		height: calc(100vh - 155px);
	}
	.ControlPanel {
		height: calc(100vh - 114px);
	}
	.upAndDownPanel {
		padding: 10px 0px;
	}
}

@media screen and (max-device-height: 440px) and (orientation :
	landscape) {
	.LoginPanel {
		margin: 6px auto;
	}
	.LoginTitle {
		margin-bottom: 10px;
	}
	.LoginBox {
		margin: 0px auto;
	}
	.LoginBtn {
		margin: 5px auto;
	}
	.SubControlTitle {
		display: none;
	}
	.upAndDownPanel {
		padding: 0;
		margin: 0 30px;
	}
	.tiltUpBtn, .tiltDownBtn {
		padding: 0;
	}
}

.gwt-PopupPanelGlass {
	background: rgba(242, 241, 246, 0.9);
}