@import "//fonts.googleapis.com/css?family=Roboto:100,300,400,700";
.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.clearfix::after {
	clear: both;
	content: " ";
	display: block;
}

.bold {
	font-weight: 700;
}

.color-caution {
	color: #e34454;
}

.color-ok {
	color: #00a8b0;
}

.text-red {
	color: #d42f41;
}

.text-black {
	color: #222222;
}

html {
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0 none;
}

a:focus,
a:hover {
	color: #fff;
	text-decoration: underline;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0 none repeat scroll 0 0;
	color: #000;
}

small {
	font-size: 80%;
}

small.help-block {
	font-size: 95%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0 none;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	box-sizing: content-box;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0 none;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container.wizard {
		width: 1170px;
	}
}

.form-group {
	padding-left: 15px;
	padding-right: 15px;
}

label {
	font-weight: 500;
}

hr {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.panel {
	background: transparent none repeat scroll 0 0;
}

.panel-heading {
	padding: 0;
}

.panel-body {
	padding: 0 0 12px;
}

.modal-title {
	color: #2e8355;
	text-align: center;
}

* {
	box-sizing: border-box;
}

html {
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background-image: linear-gradient(150deg, #00a8b0 0%, #78be20 100%);
	background-size: cover;
	font-size: 16px;
	min-height: 100vh;
	position: relative;
}

@media only screen and (max-width: 943px) {
	body {
		background-image: linear-gradient(120deg, #00a8b0 0%, #78be20 100%), linear-gradient(-120deg, #78be20 0%, #00a8b0 100%);
		background-position: left top, left bottom;
		background-repeat: no-repeat, no-repeat;
		background-size: 100% 50.1%, 100% 50.1%;
	}
}

html,
body {
	overflow-x: hidden;
}

@media only screen and (max-width: 943px) {
	html.is-lock,
	body.is-lock {
		overflow: hidden;
	}
}

p,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

.js-hover {
	transition: color 0.15s linear 0s, background-color 0.15s linear 0s, opacity 0.15s linear 0s;
}

.js-hover::before {
	transition: color 0.15s linear 0s, background-color 0.15s linear 0s, opacity 0.15s linear 0s;
}

.js-hover::after {
	transition: color 0.15s linear 0s, background-color 0.15s linear 0s, opacity 0.15s linear 0s;
}

.container {
	display: flex;
	min-height: 100vh;
	padding-top: 64px;
}

@media only screen and (max-width: 943px) {
	.container {
		display: block;
		padding-top: 48px;
	}
}

.container__main {
	/* flex: 1 1 0; */
	flex: 1;
	min-height: calc(100vh - 64px);
	padding-bottom: 120px;
	position: relative;
}

@media only screen and (max-width: 943px) {
	.container__main {
		min-height: calc(100vh - 48px);
		padding-bottom: 230px;
	}
}

.container__main__contents {
	flex: 1 1 0;
	width: 100%;
}

.container_invs {
	margin: 20px auto;
	width: 95%;
}

.footer {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	height: 60px;
	line-height: 1;
	padding-top: 19px;
	position: absolute;
	text-align: center;
	width: 100%;
}

@media only screen and (max-width: 943px) {
	.footer {
		background-color: #525f6b;
		font-size: 14px;
		height: auto;
		padding-top: 10px;
	}
}

.header {
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 1px 8px 0 rgba(51, 51, 51, 0.4);
	height: 64px;
	padding-top: 18px;
	position: absolute;
	width: 100%;
	z-index: 11;
}

@media only screen and (max-width: 943px) {
	.header {
		background-image: linear-gradient(120deg, #00a8b0 0%, #49bda5 100%);
		box-shadow: 0 1px 4px 0 rgba(51, 51, 51, 0.2);
		height: 48px;
		padding-top: 16px;
		position: fixed;
		transition: background-color 0.2s linear 0s;
	}
}

.header__logout {
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 943px) {
	.header__logout {
		display: none;
	}
}

.header__logoutLink {
	color: #ffffff;
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 20px 0 0 100px;
	position: relative;
}

.header__logoutLink::before {
	background: rgba(0, 0, 0, 0) url("../img/ic_sidebar_logout.svg") no-repeat bottom;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 16px;
	left: 80px;
	margin-top: 10px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.header__title {
	/* background: rgba(0, 0, 0, 0) url("../img/logo.svg") no-repeat scroll center center / contain ; */
	height: 34px;
	margin: 0 auto;
	overflow: hidden;
	/* text-indent: 100%; */
	white-space: nowrap;
	/* width: 135px; */
	width: 100%;
	font-size: 2.25em;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;
	cursor: default;
}

.header__title.pcMode {
	display: block;
}

.header__title.mobileMode {
	display: none;
}

@media only screen and (max-width: 943px) {
	.header__title {
		height: 20px;
		font-size: 1.3em;
		line-height: 16px;
	}
	.header__title.pcMode {
		display: none;
	}
	.header__title.mobileMode {
		display: block;
		font-size: 20px;
	}
}

.header__menuBtn {
	display: none;
	height: 16px;
	left: 12px;
	position: absolute;
	top: 15px;
	width: 20px;
}

.header__menuBtn span {
	background: #fff none repeat scroll 0 0;
	border-radius: 1px;
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: rotate(0deg);
	transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, width 0.3s ease 0s;
}

.header__menuBtn span:nth-of-type(1) {
	transform: translateY(-8px);
	width: 20px;
}

.header__menuBtn span:nth-of-type(2) {
	width: 12px;
}

.header__menuBtn span:nth-of-type(3) {
	transform: translateY(8px);
	width: 16px;
}

@media only screen and (max-width: 943px) {
	.header__menuBtn {
		display: block;
	}
}

.header__menuBtn.is-open span:nth-of-type(1) {
	transform: rotate(-45deg) translateY(0px);
}

.header__menuBtn.is-open span:nth-of-type(2) {
	background-color: rgba(255, 255, 255, 0);
}

.header__menuBtn.is-open span:nth-of-type(3) {
	transform: rotate(45deg) translateY(0px);
	width: 20px;
}

.sidebarComponent {
	background-color: #525f6b;
	padding: 40px 0;
	width: 232px;
	z-index: 1000;
}

@media only screen and (min-width: 944px) {
	.sidebarComponent {
		display: none !important;
		opacity: 1 !important;
		position: relative;
	}
}

@media only screen and (max-width: 943px) {
	.sidebarComponent {
		/* position: fixed; */
		width: 100%;
		min-height: calc(100vh - 48px);
	}
}

.sidebar {
	background-color: #525f6b;
	width: 232px;
	padding: 40px 0;
	z-index: 1000 !important;
}

@media only screen and (min-width: 944px) {
	.sidebar {
		display: block !important;
		opacity: 1 !important;
		position: relative;
		z-index: 2;
	}
}

@media only screen and (max-width: 943px) {
	.sidebar {
		display: none;
		position: fixed;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		padding: 0;
		height: calc(100vh - 48px);
		top: 48px;
		z-index: 10;
		width: 100%;
	}
}

.sidebar__mainNav {
	font-size: 0;
}

.sidebar__mainNav__config {
	margin-top: 27px;
}

@media only screen and (max-width: 943px) {
	.sidebar__mainNav__config {
		margin-top: 31px;
	}
}

@media only screen and (max-width: 943px) {
	.sidebar__mainNav__houses {
		border-bottom: 1px solid #757f89;
	}
}

.sidebar__mainNav__logout {
	margin-top: 24px;
}

@media only screen and (max-width: 943px) {
	.sidebar__mainNav__logout {
		margin-top: 26px;
		padding-bottom: 26px;
	}
}

.sidebar__mainLink,
.sidebar__subLink,
.sidebar__dropdown__heading,
.sidebar__dropdown__link {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	height: 48px;
	line-height: 48px;
	display: block;
	padding-left: 54px;
	border-left: 4px solid transparent;
	position: relative;
}

.sidebar__mainLink:before,
.sidebar__subLink:before,
.sidebar__dropdown__heading:before,
.sidebar__dropdown__link:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 21px;
	background: no-repeat center;
	background-size: contain;
}

@media only screen and (max-width: 943px) {
	.sidebar__mainLink:before,
	.sidebar__subLink:before,
	.sidebar__dropdown__heading:before,
	.sidebar__dropdown__link:before {
		left: 10px;
	}
}

.sidebar__mainLink--advice:before {
	background-image: url("../img/ic_sidebar_advice.svg");
}

.sidebar__mainLink--config:before {
	background-image: url("../img/ic_sidebar_config.svg");
}

.sidebar__mainLink--dashboard:before {
	background-image: url("../img/ic_sidebar_dashboard.svg");
}

.sidebar__mainLink--disease:before {
	background-image: url("../img/ic_sidebar_disease.svg");
}

.sidebar__mainLink--dashboard:before {
	margin-top: -13px;
}

.sidebar__mainLink--config {
	height: 40px;
	line-height: 40px;
}

.sidebar__mainLink.is-active,
.is-active.sidebar__subLink,
.is-active.sidebar__dropdown__heading,
.is-active.sidebar__dropdown__link {
	background-color: #6e7983;
	border-left-color: #00a8b0;
	font-weight: bold;
}

.sidebar__mainLink.is-active:before,
.is-active.sidebar__subLink:before,
.is-active.sidebar__dropdown__heading:before,
.is-active.sidebar__dropdown__link:before,
.sidebar__mainLink.is-active:after,
.is-active.sidebar__subLink:after,
.is-active.sidebar__dropdown__heading:after,
.is-active.sidebar__dropdown__link:after {
	background-position: bottom;
}

.sidebar__mainLink.is-hover,
.is-hover.sidebar__subLink,
.is-hover.sidebar__dropdown__heading,
.is-hover.sidebar__dropdown__link {
	background-color: #606c77;
}

@media only screen and (max-width: 943px) {
	.sidebar__mainLink,
	.sidebar__subLink,
	.sidebar__dropdown__heading,
	.sidebar__dropdown__link {
		padding-left: 38px;
		height: 49px;
		border-top: 1px solid #757f89;
		font-size: 15px;
		height: 47px;
		line-height: 47px;
	}
	.sidebar__mainLink:after,
	.sidebar__subLink:after,
	.sidebar__dropdown__heading:after,
	.sidebar__dropdown__link:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		background: url("../img/blt_right.svg") no-repeat bottom;
		background-size: cover;
		right: 18px;
		height: 12px;
		width: 7px;
		margin-top: -7px;
	}
	.sidebar__mainLink--config {
		border-top: 0;
		font-size: 14px;
	}
	.sidebar__mainLink.is-active,
	.is-active.sidebar__subLink,
	.is-active.sidebar__dropdown__heading,
	.is-active.sidebar__dropdown__link {
		border-top: 0;
		padding-top: 1px;
	}
	.sidebar__mainLink.is-active:after,
	.is-active.sidebar__subLink:after,
	.is-active.sidebar__dropdown__heading:after,
	.is-active.sidebar__dropdown__link:after {
		content: '';
		display: block;
		position: absolute;
		bottom: -1px;
		left: 0;
		top: auto;
		margin: 0;
		background: #525f6b;
		width: 100%;
		height: 1px;
		z-index: 2;
	}
}

.sidebar__subLink {
	font-weight: normal;
	font-size: 13px;
	line-height: 39px;
	height: 40px;
	padding-left: 54px;
	position: relative;
}

.sidebar__subLink:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 21px;
	background: no-repeat top;
	background-size: cover;
}

@media only screen and (max-width: 943px) {
	.sidebar__subLink:before {
		left: 10px;
	}
}

.sidebar__subLink--threshold::before {
	background-image: url("../img/ic_sidebar_threshold.svg");
}

.sidebar__subLink--display::before {
	background-image: url("../img/ic_sidebar_display.svg");
}

.sidebar__subLink--crop::before {
	background-image: url("../img/ic_sidebar_crop.svg");
}

.sidebar__subLink--battery::before {
	background-image: url("../img/ic_sidebar_battery.svg");
}

.sidebar__subLink--share::before {
	background-image: url("../img/ic_sidebar_share.svg");
}

.sidebar__subLink--device::before {
	background-image: url("../img/ic_sidebar_device.svg");
}

.sidebar__subLink--replace::before {
	background-image: url("../img/ic_sidebar_replace.svg");
}

.sidebar__subLink--replace.is-hover:before {
	background-image: url("../img/ic_sidebar_replace_hover.svg");
}

.sidebar__subLink--userInfo::before {
	background-image: url("../img/ic_sidebar_userInfo.svg");
}

.sidebar__subLink--export::before {
	background-image: url("../img/ic_sidebar_export.svg");
}

.sidebar__subLink--logout::before {
	background-image: url("../img/ic_sidebar_logout.svg");
}

.sidebar__subLink:before {
	height: 16px;
	margin-top: -8px;
}

.sidebar__subLink.is-hover {
	font-weight: bold;
	background-color: #606c77;
}

.sidebar__subLink.is-hover:before {
	background-position: bottom;
}

@media only screen and (max-width: 943px) {
	.sidebar__subLink {
		border-top: 0;
		padding-left: 38px;
		font-size: 12px;
		line-height: 38px;
		height: 37px;
	}
	.sidebar__subLink:before {
		left: 12px;
		background-position: bottom;
	}
	.sidebar__subLink--replace:before {
		background-image: url("../img/ic_sidebar_replace_hover.svg");
	}
}

.sidebar__subLink--device:before {
	height: 17px;
}

.sidebar__subLink--replace:before {
	height: 17px;
}

.sidebar__dropdown {
	position: relative;
}

.sidebar__dropdown__heading {
	font-weight: normal;
	cursor: default;
	line-height: 48px;
	padding-left: 54px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}

.sidebar__dropdown__heading:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 21px;
	background: no-repeat top;
	background-size: cover;
}

@media only screen and (max-width: 943px) {
	.sidebar__dropdown__heading:before {
		left: 10px;
	}
}

.sidebar__dropdown__heading--house:before {
	background-image: url("../img/ic_sidebar_house.svg");
}

.sidebar__dropdown__heading:before {
	height: 16px;
	margin-top: -8px;
}

@media only screen and (min-width: 944px) {
	.sidebar__dropdown__heading.is-hover,
	.is-opening .sidebar__dropdown__heading {
		font-weight: bold;
		background-color: #606c77;
	}
	.sidebar__dropdown__heading.is-hover:before,
	.is-opening .sidebar__dropdown__heading:before {
		background-position: bottom;
	}
}

@media only screen and (max-width: 943px) {
	.sidebar__dropdown__heading {
		padding-left: 38px;
		border-top: 1px solid #757f89;
		font-size: 14px;
		line-height: 46px;
	}
	.sidebar__dropdown__heading:before {
		left: 10px;
	}
	.sidebar__dropdown__heading:after {
		display: none;
	}
	.sidebar__dropdown__heading.is-active {
		border-top: 0;
		padding-top: 1px;
	}
	.sidebar__dropdown__heading.is-active:after {
		content: '';
		display: block;
		position: absolute;
		bottom: -1px;
		left: 0;
		top: auto;
		margin: 0;
		background: #525f6b;
		width: 100%;
		height: 1px;
		z-index: 2;
	}
}

.sidebar__dropdown__body {
	display: none;
	position: absolute;
	left: 232px;
	top: 0;
	width: 385px;
	background: #606c77;
	z-index: 2;
	font-size: 0;
}

.sidebar__dropdown__body>li {
	display: inline-block;
	width: 50%;
	border-top: 1px solid #525f6b;
}

.sidebar__dropdown__body>li:first-of-type {
	border-top: 0;
}

.sidebar__dropdown__body>li:first-of-type>a {
	font-weight: bold;
}

@media only screen and (max-width: 943px) {
	.sidebar__dropdown__body>li:first-of-type>a {
		height: 45px;
		line-height: 45px;
	}
}

.sidebar__dropdown__body>li:nth-of-type(2n - 1) {
	border-right: 1px solid #525f6b;
}

.sidebar__dropdown__body>li:nth-of-type(-n+4) {
	width: 100%;
	border-right: 0;
}

@media only screen and (max-width: 943px) {
	.sidebar__dropdown__body {
		position: relative;
		left: 0;
		width: 100%;
	}
}

.sidebar__dropdown__link {
	font-weight: normal;
	color: #fff;
	display: block;
	font-size: 13px;
	height: 40px;
	padding-left: 64px;
	line-height: 39px;
	position: relative;
	position: relative;
}

.sidebar__dropdown__link:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 21px;
	background: no-repeat top;
	background-size: cover;
}

@media only screen and (max-width: 943px) {
	.sidebar__dropdown__link:before {
		left: 10px;
	}
}

.sidebar__dropdown__link--overview:before {
	background-image: url("../img/ic_detail_overview.svg");
}

.sidebar__dropdown__link--temperature:before {
	background-image: url("../img/ic_detail_temperature.svg");
}

.sidebar__dropdown__link--humidity:before {
	background-image: url("../img/ic_detail_humidity.svg");
}

.sidebar__dropdown__link--co2:before {
	background-image: url("../img/ic_detail_co2.svg");
}

.sidebar__dropdown__link--solar:before {
	background-image: url("../img/ic_detail_solar.svg");
}

.sidebar__dropdown__link--hd:before {
	background-image: url("../img/ic_detail_hd.svg");
}

.sidebar__dropdown__link--dewPoint:before {
	background-image: url("../img/ic_detail_dewPoint.svg");
}

.sidebar__dropdown__link--accTemperature:before {
	background-image: url("../img/ic_detail_accTemperature.svg");
}

.sidebar__dropdown__link--dif:before {
	background-image: url("../img/ic_detail_dif.svg");
}

.sidebar__dropdown__link--advice:before {
	background-image: url("../img/ic_detail_advice.svg");
}

.sidebar__dropdown__link--disease:before {
	background-image: url("../img/ic_detail_disease.svg");
}

.sidebar__dropdown__link--complex:before {
	background-image: url("../img/ic_detail_complex.svg");
}

.sidebar__dropdown__link:before {
	height: 16px;
	left: 30px;
	position: absolute;
	margin-top: -8px;
}

.sidebar__dropdown__link:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 16px;
	width: 6px;
	height: 10px;
	background: url("../img/blt_right.svg") no-repeat top;
	background-size: cover;
}

.sidebar__dropdown__link.is-hover {
	background-color: #6e7983;
	font-weight: bold;
}

.sidebar__dropdown__link.is-hover:before,
.sidebar__dropdown__link.is-hover:after {
	background-position: bottom;
}

.sidebar__dropdown__link--overview {
	height: 48px;
	line-height: 47px;
	border-top: 0;
}

.sidebar__dropdown__link--hd:before {
	height: 18px;
	margin-top: -9px;
}

.sidebar__dropdown__link--advice:before {
	height: 18px;
	margin-top: -9px;
}

@media only screen and (max-width: 943px) {
	.sidebar__dropdown__link {
		font-size: 12px;
		height: 40px;
		line-height: 40px;
		border-top: 0;
		padding-left: 38px;
	}
	.sidebar__dropdown__link:before {
		left: 15px;
		background-position: bottom;
	}
	.sidebar__dropdown__link:after {
		background-position: bottom;
		right: 18px;
		height: 12px;
		width: 7px;
		margin-top: -7px;
	}
}

.sidebar__badge {
	width: 22px;
	height: 20px;
	background-color: #ffffff;
	color: #525f6b;
	border-radius: 50%;
	font-size: 10px;
	display: inline-block;
	line-height: 21px;
	vertical-align: middle;
	text-align: center;
	margin-left: 8px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

@media only screen and (max-width: 943px) {
	.sidebar__plus:before,
	.sidebar__plus:after {
		content: '';
		display: inline-block;
		background-color: #fff;
		width: 11.5px;
		height: 1.5px;
		position: absolute;
		top: 22px;
		right: 16px;
		z-index: 1;
		transition: transform 0.2s linear;
	}
	.sidebar__plus:after {
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.sidebar__dropdown.is-opening .sidebar__plus:after {
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	.sidebar__dropdown.is-opening .sidebar__plus:before {
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

.graphSummaryPanels {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0 40px;
}

@media only screen and (max-width: 943px) {
	.graphSummaryPanels {
		margin: 20px 12px 0;
	}
}

@media only screen and (max-width: 750px) {
	.graphSummaryPanels {
		display: block;
	}
}

.graphSummaryPanels__panel {
	margin: 0 40px 40px 0;
	max-width: 340px;
	min-width: 296px;
}

@media only screen and (max-width: 943px) {
	.graphSummaryPanels__panel {
		margin: 0 auto 24px;
		width: 47%;
	}
	.graphSummaryPanels__panel:nth-of-type(2n-1) {
		margin-right: 12px;
	}
}

@media only screen and (max-width: 750px) {
	.graphSummaryPanels__panel {
		margin: 0 auto 24px;
		width: 100%;
	}
	.graphSummaryPanels__panel:nth-of-type(2n-1) {
		margin-right: auto;
	}
}

.graphSummaryPanels__panel .houseName {
	margin-bottom: 12px;
}

.graphSummaryPanels__panel .alertList {
	margin-bottom: 12px;
}

.graphSummaryPanels__panel:last-of-type {
	margin-bottom: 0;
}

.graphSummaryPanels::after {
	content: "";
	display: block;
	margin-bottom: 0 !important;
	margin-left: 0;
	margin-right: 40px;
	margin-top: 0;
	max-width: 340px;
	min-width: 296px;
}

@media only screen and (max-width: 943px) {
	.graphSummaryPanels::after {
		margin: 0 auto 24px;
		width: 47%;
	}
}

@media only screen and (max-width: 750px) {
	.graphSummaryPanels::after {
		margin: 0 auto 24px;
		width: 100%;
	}
}

.breadcrumb {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 0;
	font-size: 12px;
	left: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 12px 35px 8px;
	position: relative;
	top: 0;
}

.breadcrumb>li>a {
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
}

.breadcrumb>li>a>.fa,
.breadcrumb>li>a>.glyphicon,
.breadcrumb>li>a>.ion {
	margin-right: 5px;
}

.breadcrumb>li+li::before {
	content: "> ";
}

.breadcrumb>.active {
	color: #ffffff;
}

@media only screen and (max-width: 943px) {
	.breadcrumb {
		float: none;
		padding: 12px 35px 8px 15px;
		position: relative;
	}
	.breadcrumb li::before {
		color: #ffffff;
	}
}

h3.userInfo::before {
	background: rgba(0, 0, 0, 0) url("../img/title_userInfo.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 24px;
	left: -1px;
	position: relative;
	top: 4px;
	width: 24px;
}

h3.threshold::before {
	background: rgba(0, 0, 0, 0) url("../img/title_threshold.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 24px;
	left: -1px;
	position: relative;
	top: 4px;
	width: 24px;
}

h3.export::before {
	background: rgba(0, 0, 0, 0) url("../img/title_export.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 24px;
	left: -1px;
	position: relative;
	top: 4px;
	width: 24px;
}

h3.device::before {
	background: rgba(0, 0, 0, 0) url("../img/title_device.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 24px;
	left: -1px;
	position: relative;
	top: 4px;
	width: 24px;
}

h3.replace-device::before {
	background: rgba(0, 0, 0, 0) url("../img/title_replace_device.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 24px;
	left: -5px;
	position: relative;
	top: 3px;
	width: 24px;
}

h3.share::before {
	background: rgba(0, 0, 0, 0) url("../img/title_share.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 24px;
	left: -1px;
	position: relative;
	top: 4px;
	width: 24px;
}

h3.display::before {
	background: rgba(0, 0, 0, 0) url("../img/title_display.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 24px;
	left: -1px;
	position: relative;
	top: 4px;
	width: 24px;
}

h3.battery::before {
	background: rgba(0, 0, 0, 0) url("../img/title_battery.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 24px;
	left: -8px;
	position: relative;
	top: 10px;
	width: 24px;
}

h3.temperature {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	margin: 15px 36px 24px 40px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 943px) {
	h3.temperature {
		margin-left: 18px;
	}
}

h3.temperature::before {
	background: rgba(0, 0, 0, 0) url("../img/title_temperature.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 32px;
	left: -5px;
	position: relative;
	top: 7px;
	width: 32px;
}

h3.humidity {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	margin: 15px 36px 24px 40px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 943px) {
	h3.humidity {
		margin-left: 18px;
	}
}

h3.humidity::before {
	background: rgba(0, 0, 0, 0) url("../img/title_humidity.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 32px;
	left: -5px;
	position: relative;
	top: 7px;
	width: 32px;
}

h3.co {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	margin: 15px 36px 24px 40px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 943px) {
	h3.co {
		margin-left: 18px;
	}
}

h3.co::before {
	background: rgba(0, 0, 0, 0) url("../img/title_co2.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 32px;
	left: -5px;
	position: relative;
	top: 7px;
	width: 32px;
}

h3.solar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	margin: 15px 36px 24px 40px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 943px) {
	h3.solar {
		margin-left: 18px;
	}
}

h3.solar::before {
	background: rgba(0, 0, 0, 0) url("../img/title_solar.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 32px;
	left: -5px;
	position: relative;
	top: 7px;
	width: 32px;
}

h3.dp {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	margin: 15px 36px 24px 40px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 943px) {
	h3.dp {
		margin-left: 18px;
	}
}

h3.dp::before {
	background: rgba(0, 0, 0, 0) url("../img/title_dp.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 32px;
	left: -5px;
	position: relative;
	top: 7px;
	width: 32px;
}

h3.hd {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	margin: 15px 36px 24px 40px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 943px) {
	h3.hd {
		margin-left: 18px;
	}
}

h3.hd::before {
	background: rgba(0, 0, 0, 0) url("../img/title_hd.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 32px;
	left: -5px;
	position: relative;
	top: 7px;
	width: 32px;
}

h3.default {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	margin: 15px 36px 24px 40px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 943px) {
	h3.default {
		margin-left: 18px;
	}
}

h3.default::before {
	background: rgba(0, 0, 0, 0) url("../img/ic_detail_unidentified.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 32px;
	left: -5px;
	position: relative;
	top: 7px;
	width: 32px;
}

h3.complex {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	margin: 15px 25px 24px 48px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 943px) {
	h3.complex {
		margin-left: 18px;
	}
}

h3.complex::before {
	background: rgba(0, 0, 0, 0) url("../img/title_complex.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 28px;
	left: -5px;
	position: relative;
	top: 7px;
	width: 28px;
}

h3.disease {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
	margin: 15px 25px 24px 48px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 943px) {
	h3.disease {
		margin-left: 18px;
	}
}

h3.disease::before {
	background: rgba(0, 0, 0, 0) url("../img/title_disease.svg") no-repeat scroll center top;
	content: "";
	display: inline-block;
	height: 28px;
	left: -5px;
	position: relative;
	top: 7px;
	width: 28px;
}

.accountMenu--header {
	position: absolute;
	right: 0;
	top: 0;
}

@media only screen and (max-width: 943px) {
	.accountMenu--header {
		display: none;
	}
}

.accountMenu--header .accountMenu__link {
	width: 250px;
}

.accountMenu--header .accountMenu__link>span {
	max-width: 160px;
}

@media only screen and (max-width: 943px) {
	.accountMenu--header .accountMenu__link {
		display: none;
	}
}

@media only screen and (min-width: 944px) {
	.accountMenu--sidebar {
		display: none;
	}
}

.accountMenu--sidebar .accountMenu__link {
	font-size: 16px;
	height: 80px;
	line-height: 80px;
	padding-left: 56px;
	padding-right: 42px;
	width: 100%;
}

.accountMenu--sidebar .accountMenu__link::before {
	height: 32px;
	left: 12px;
	margin-top: -16px;
	width: 32px;
}

.accountMenu--sidebar .accountMenu__link::after {
	right: 16px;
}

.accountMenu--sidebar .accountMenu__link>span {
	width: 100%;
}

@media only screen and (max-width: 943px) {
	.accountMenu--sidebar .accountMenu__link::after {
		right: 17px;
	}
}

.accountMenu__link {
	color: #ffffff;
	display: block;
	font-size: 16px;
	height: 64px;
	line-height: 64px;
	padding: 0 0 0 36px;
	position: relative;
}

.accountMenu__link::before {
	background: rgba(0, 0, 0, 0) url("../img/ic_user.svg") no-repeat scroll center center / contain;
	content: "";
	display: block;
	height: 28px;
	left: 0;
	margin-top: -14px;
	position: absolute;
	top: 50%;
	width: 28px;
}

.accountMenu__link:hover,
.accountMenu__link:focus {
	color: #ffffff;
	text-decoration: none;
}

.accountMenu__link.is-hover {
	opacity: 0.8;
}

.accountMenu__link>span {
	display: inline-block;
	letter-spacing: 0.04em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.accountMenu__link::after {
	background: rgba(0, 0, 0, 0) url("../img/blt.svg") no-repeat scroll center center / contain;
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 22px;
	top: 50%;
	transition: transform 0.2s linear 0s;
	width: 14px;
}

.accountMenu__link.is-open::after {
	transform: rotate(180deg);
}

.accountMenu__body {
	background-color: #606c77;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 8px 0 rgba(51, 51, 51, 0.4);
	display: none;
	position: absolute;
	width: 100%;
	z-index: 15;
}

.accountMenu__body>li {
	border-bottom: 1px solid #525f6b;
	display: block;
}

.accountMenu__body>li:last-of-type {
	border-bottom: 0 none;
}

.accountMenu__body>li>a:hover,
.accountMenu__body>li>a:focus {
	color: #ffffff;
	text-decoration: none;
}

@media only screen and (max-width: 943px) {
	.accountMenu__body {
		border-radius: 0;
		box-shadow: none;
		position: relative;
	}
}

.accountMenu__account {
	color: #fff;
	display: block;
	font-size: 12px;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	padding: 0 58px 0 52px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.accountMenu__account::before {
	background: rgba(0, 0, 0, 0) url("../img/ic_user.svg") no-repeat scroll center center / contain;
	content: "";
	display: inline-block;
	height: 24px;
	left: 16px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	width: 24px;
}

.accountMenu__account.is-active {
	font-weight: 500;
}

.accountMenu__account.is-active::after {
	background: rgba(0, 0, 0, 0) url("../img/ic_check.svg") no-repeat scroll center center / contain;
	content: "";
	display: inline-block;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: 24px;
	top: 50%;
	width: 14px;
}

.accountMenu__account.is-hover {
	background-color: #6e7983;
	font-weight: bold;
}

@media only screen and (max-width: 943px) {
	.accountMenu__account {
		height: 60px;
		line-height: 60px;
	}
	.accountMenu__account::before {
		left: 18px;
	}
	.accountMenu__account.is-active::after {
		right: 17px;
	}
}

.alertSummary {
	background-color: #ffffff;
	border-radius: 4px;
	color: #e34454;
	font-size: 16px;
	margin: 30px auto 20px;
	padding: 12px 10px 12px 52px;
	position: relative;
	width: 95%;
}

.alertSummary.info::before {
	background: rgba(0, 0, 0, 0) url("../img/ic_info.svg") no-repeat scroll 0 0;
	content: "";
	height: 18px;
	width: 18px;
}

@media only screen and (max-width: 943px) {
	.alertSummary.info::before {
		height: 15px;
		width: 15px;
	}
}

@media only screen and (min-width: 944px) {
	.alertSummary.info {
		color: #222222;
	}
}

.alertSummary::before {
	background: rgba(0, 0, 0, 0) url("../img/ic_alert.svg") no-repeat scroll 0 0 / contain;
	content: "";
	display: inline-block;
	height: 20px;
	left: 24px;
	position: absolute;
	top: 14px;
	vertical-align: middle;
	width: 20px;
}

@media only screen and (max-width: 943px) {
	.alertSummary {
		background-color: #525f6b;
		border-radius: 0;
		color: #ffffff;
		font-size: 14px;
		margin: 0;
		padding: 10px 10px 9px 34px;
		width: 100%;
	}
	.alertSummary::before {
		height: 15px;
		left: 12px;
		top: 12px;
		width: 15px;
	}
}

.alertList {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 4px;
	box-shadow: 0 1px 8px 0 rgba(51, 51, 51, 0.15);
	padding: 12px 16px 0;
}

.alertList__link {
	display: block;
}

.alertList__link:first-of-type {
	margin-top: 13px;
}

.alertList__link:last-of-type .alertList__body>li:nth-of-type(-n+3):last-of-type {
	margin-bottom: 13px;
}

.alertList__link.is-hover {
	opacity: 0.8;
}

.alertList__body {
	color: #fff;
	display: block;
	overflow: hidden;
}

.alertList__body__hidden {
	display: none;
}

.alertList__body>li {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 20px;
	position: relative;
}

.alertList__body>li::before {
	background: rgba(0, 0, 0, 0) url("../img/ic_alert.svg") no-repeat scroll 0 0 / cover;
	content: "";
	display: inline-block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 16px;
}

.alertList__body>li.is-noAlert {
	padding-left: 0;
}

.alertList__body>li.is-noAlert::before {
	display: none;
}

.alertList__more {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	margin-top: 11px;
	position: relative;
	text-align: center;
	width: 100%;
}

.alertList__more.is-hover {
	color: #fff;
	opacity: 0.8;
}

.graphSummary {
	background: #fff linear-gradient(180deg, rgba(120, 190, 32, 0.8) 0%, rgba(0, 168, 176, 0.8) 100%) repeat scroll 0 0;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(51, 51, 51, 0.2);
	color: #fff;
	display: block;
	position: relative;
}

.graphSummary:hover,
.graphSummary:focus {
	color: #ffffff;
	text-decoration: none;
}

.graphSummary::after {
	background-color: rgba(255, 255, 255, 0);
	border-radius: 4px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.graphSummary.is-hover::after {
	background-color: rgba(255, 255, 255, 0.1);
}

.graphSummary__upper {
	display: flex;
	padding: 12px 12px 13px;
}

.graphSummary__upper__left {
	flex: 1 1 0;
	padding-right: 16px;
}

.graphSummary__upper__right {
	width: 88px;
}

.graphSummary__lower {
	display: flex;
	justify-content: space-around;
	padding-bottom: 12px;
}

.graphSummary__graphLabel {
	font-size: 11px;
	line-height: 1;
	margin-bottom: 4px;
}

.graphSummary__graph {
	height: 88px;
	width: 100%;
}

.graphSummary__numericsLabel {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 12px;
	letter-spacing: -0.3px;
	line-height: 1;
	margin-bottom: 21px;
	padding-bottom: 5px;
}

.graphSummary__temperature__label {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 2px;
	padding-left: 20px;
	position: relative;
}

.graphSummary__temperature__label::before {
	background: rgba(0, 0, 0, 0) url("../img/ic_detail_temperature.svg") no-repeat scroll center bottom / cover;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 16px;
}

.graphSummary__temperature__value {
	font-size: 36px;
	letter-spacing: -0.9px;
	line-height: 1;
}

.graphSummary__temperature__unit {
	display: inline-block;
	font-size: 18px;
	margin-left: -8px;
}

.graphSummary__lowerValue {
	display: block;
	text-align: center;
	width: 33.33%;
}

.graphSummary__lowerValue__label {
	display: block;
	font-size: 12px;
	line-height: 1;
	margin: 0 auto 4px;
	padding-left: 16px;
	position: relative;
	text-align: left;
}

.graphSummary__lowerValue__label::before {
	background: rgba(0, 0, 0, 0) none no-repeat scroll center bottom / cover;
	content: "";
	display: block;
	height: 12px;
	left: 0;
	position: absolute;
	width: 12px;
}

.graphSummary__lowerValue__label--humidity::before {
	background-image: url("../img/ic_detail_humidity.svg");
}

.graphSummary__lowerValue__label--co2::before {
	background-image: url("../img/ic_detail_co2.svg");
}

.graphSummary__lowerValue__label--solar::before {
	background-image: url("../img/ic_detail_solar.svg");
}

.graphSummary__lowerValue__value {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
}

.graphSummary__lowerValue__unit {
	display: inline-block;
	font-size: 14px;
	margin-left: -4px;
}

.graphSummary__lowerValue__vr {
	background-color: rgba(255, 255, 255, 0.24);
	display: block;
	width: 1px;
}

.graphSummary.addNewGH {
	background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
	color: rgba(255, 255, 255, 0.5);
	height: 180px;
	padding-top: 18%;
	text-align: center;
	width: 70%;
}

.houseName {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding-left: 32px;
	position: relative;
}

.houseName:hover,
.houseName:focus {
	color: #ffffff;
	text-decoration: none;
}

.houseName.addNew {
	color: white;
	opacity: 0.5;
}

.houseName::before {
	background: rgba(0, 0, 0, 0) url("../img/ic_house.svg") no-repeat scroll center center / contain;
	content: "";
	display: block;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}

.houseName__badge {
	background-color: #e34454;
	border-radius: 50%;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	margin-left: 5px;
	text-align: center;
	transform: translateY(-2px);
	width: 30px;
}

.houseName.is-hover {
	opacity: 0.8;
}

.lang_menu {
	display: block;
	float: right;
	font-size: 12px;
	line-height: 64px;
	position: relative;
	right: 300px;
	top: -52px;
	z-index: 7;
	height: 64px;
}

@media only screen and (max-width: 943px) {
	.lang_menu {
		right: 25px;
		top: -38px;
		line-height: 50px;
		height: 50px;
	}
}

@media only screen and (max-width: 400px) {
	.lang_menu {
		right: 15px;
	}
}

.lang_menu .lang_menu_item {
	color: #fff;
	display: inline-block;
	position: relative;
	text-decoration: none;
	min-width: 100px;
	line-height: 16px;
	text-align: center;
}

.lang_menu .lang_menu_item::after {
	background: rgba(0, 0, 0, 0) url("../img/blt.svg") no-repeat scroll center center / contain;
	content: "";
	display: block;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	right: 0px;
	top: 50%;
	transition: transform 0.2s linear 0s;
	width: 14px;
}

.lang_menu .lang_menu_item.is-open::after {
	transform: rotate(180deg);
}

.lang_menu .active {
	border-bottom: 2px solid #fff;
	color: #fff;
	font-weight: 400;
	position: relative;
}

.greenhouse-box h3 {
	color: #ffffff;
	margin: 20px;
}

#welcome-msg {
	background: rgba(255, 255, 255, 0.65) none repeat scroll 0 0;
	border-radius: 8px;
	margin: 20px auto;
	padding: 5px 5px 20px;
	width: 95%;
}

@media only screen and (max-width: 943px) {
	#welcome-msg {
		margin: 14px auto;
	}
}

#welcome-msg h2 {
	color: #2e8355;
}

.greenhouse-form {
	background: rgba(255, 255, 255, 0.65) none repeat scroll 0 0;
	border-radius: 8px;
	margin: 20px auto;
	padding: 35px 28px 20px;
	width: 95%;
}

@media only screen and (max-width: 943px) {
	.greenhouse-form {
		margin: 14px auto;
		padding: 35px 35px 35px 18px;
	}
}

.greenhouse-form .houseName {
	color: #2e8355;
}

.greenhouse-form .houseName::before {
	background: rgba(0, 0, 0, 0) url("../img/ic_house_g.svg") no-repeat scroll center center;
}

.greenhouse-form h3 {
	color: #2e8355;
	margin-bottom: 15px;
}

.greenhouse-form .section_head {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-left: 15px;
}

.greenhouse-form .unit {
	font-size: 14px;
	padding-left: 1px;
	padding-top: 8px;
	white-space: nowrap;
}

.greenhouse-form .postcode {
	color: #50b680;
	font-size: 24px;
	font-weight: bold;
}

.greenhouse-form .dash {
	color: #50b680;
	font-size: 24px;
	font-weight: bold;
	padding-left: 1px;
	padding-top: 3px;
}

.greenhouse-form .welcome-text {
	color: #666;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 20px;
}

.greenhouse-form .guide-text {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 20px;
	padding-left: 15px;
}

.greenhouse-form .hint {
	border: 2px dashed #ccc;
	border-radius: 8px;
	padding: 5px 5px 15px;
}

@media only screen and (max-width: 400px) {
	.greenhouse-form .hint {
		margin: 0 25px;
		padding: 2px 15px 15px;
	}
}

.greenhouse-form .code-hint,
.greenhouse-form .sensor-hint,
.greenhouse-form .login-hint {
	color: #666;
	font-weight: 500;
}

.greenhouse-form .code-hint::before,
.greenhouse-form .sensor-hint::before,
.greenhouse-form .login-hint::before {
	background: rgba(0, 0, 0, 0) url("../img/ic_info.svg") no-repeat scroll 0 0 / contain;
	content: "";
	display: inline-block;
	height: 16px;
	margin-right: 5px;
	vertical-align: middle;
	width: 16px;
}

.greenhouse-form .code-hint {
	margin-bottom: 15px;
	margin-top: 15px;
}

.greenhouse-form .sensor-hint {
	margin-top: 0;
	padding-left: 28px;
}

@media only screen and (max-width: 400px) {
	.greenhouse-form .sensor-hint {
		margin-left: -15px;
		margin-right: 12px;
		text-align: center;
	}
}

.greenhouse-form .login-hint {
	display: inline-block;
	margin-top: 8px;
}

@media only screen and (max-width: 943px) {
	.greenhouse-form .login-hint {
		margin-top: 2px;
	}
}

@media only screen and (min-width: 944px) {
	.greenhouse-form .sensor-list {
		margin-right: 18px;
		margin-top: 16px;
	}
}

@media only screen and (max-width: 943px) {
	.greenhouse-form .sensor-list {
		margin-left: -32px;
	}
}

@media only screen and (max-width: 400px) {
	.greenhouse-form .sensor-list {
		margin-left: -2px;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 943px) {
	.greenhouse-form #newRows .form-group,
	.greenhouse-form #rowId .form-group {
		margin: 0 15px 8px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.greenhouse-form #newRows .control-label,
	.greenhouse-form #rowId .control-label {
		margin-bottom: 2px;
		margin-top: 5px;
	}
}

.greenhouse-form .action {
	margin-left: 15px;
}

@media only screen and (max-width: 943px) {
	.greenhouse-form .action {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 400px) {
	.greenhouse-form .action {
		margin-top: 0;
	}
}

@media only screen and (min-width: 944px) {
	.greenhouse-form {}
	.greenhouse-form #newRows .form-group,
	.greenhouse-form #rowId .form-group {
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	.greenhouse-form .action {
		margin-left: -15px;
	}
}

.greenhouse-form .trash .fa {
	color: #2e8355;
	left: -8px;
	position: absolute;
	top: 35px;
}

@media only screen and (max-width: 943px) {
	.greenhouse-form .trash .fa {
		top: 42px;
	}
}

@media only screen and (max-width: 400px) {
	.greenhouse-form .trash .fa {
		top: 35px;
	}
}

.greenhouse-form .qrcode .fa {
	color: #2e8355;
	position: absolute;
	right: -15px;
	top: 2px;
}

@media only screen and (max-width: 943px) {
	.greenhouse-form .qrcode .fa {
		right: -12px;
		top: 2px;
	}
}

.greenhouse-form .sensor-qrcode .fa {
	color: #2e8355;
	position: absolute;
	right: -15px;
	top: 32px;
}

@media only screen and (max-width: 943px) {
	.greenhouse-form .sensor-qrcode .fa {
		top: 42px;
	}
}

@media only screen and (max-width: 400px) {
	.greenhouse-form .sensor-qrcode .fa {
		top: 30px;
	}
}

.greenhouse-form .separator {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: rgba(137, 213, 182, 0.35) -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin-bottom: 25px;
	margin-top: 25px;
}

.greenhouse-form .control {
	margin-top: 15px;
}

.greenhouse-form .pic-hint {
	margin-left: 45px;
	margin-top: 15px;
}

.login-box,
.register-box {
	margin: 30px auto 0;
	width: 400px;
}

@media only screen and (max-width: 943px) {
	.login-box,
	.register-box {
		margin: 0 auto;
		width: 100%;
	}
}

.login-box h3,
.register-box h3 {
	color: #2e8355;
	margin: 20px;
}

.loginForm,
.registerForm {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-radius: 8px;
	margin: 20px auto;
	padding: 20px;
	width: 95%;
}

@media only screen and (max-width: 943px) {
	.loginForm,
	.registerForm {
		margin: 14px auto;
		max-width: 400px;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 400px) {
	.loginForm,
	.registerForm {
		margin: 14px auto;
		width: 85%;
	}
}

.loginForm h3,
.registerForm h3 {
	color: #2e8355;
	margin-bottom: 15px;
}

.loginForm .form-link,
.registerForm .form-link {
	color: #2e8355;
	font-weight: 500;
}

.loginForm .form-link:hover,
.registerForm .form-link:hover {
	color: #255f35;
	text-decoration: none;
}

.loginForm .terms-link,
.registerForm .terms-link {
	color: #2e8355;
	font-weight: 400;
	text-decoration: underline;
}

.loginForm .terms-link:hover,
.registerForm .terms-link:hover {
	color: #255f35;
	text-decoration: underline;
}

.activation-box {
	margin: 30px auto 0;
	width: 800px;
}

@media only screen and (max-width: 943px) {
	.activation-box {
		margin: 0 auto;
		width: 100%;
	}
}

.text-userid {
	display: inline-block;
	font-weight: 600;
	margin-right: 18px;
	margin-top: 8px;
}

.device-list {
	list-style: outside none none;
	margin-bottom: 28px;
	overflow: auto;
	padding: 0;
}

@media only screen and (max-width: 400px) {
	.device-list {
		margin: -5px -15px 5px 5px;
	}
}

.device-list>li {
	font-size: 18px;
	font-weight: 600;
}

@media only screen and (max-width: 943px) {
	.device-list>li {
		font-size: 18px;
	}
}

.device-list>li .tools,
.device-list>li .status {
	color: #2e8355;
	display: inline;
	float: right;
	font-size: 16px;
	margin-right: 20px;
}

.device-list>li li .tools {
	margin-right: 18px;
	margin-top: -18px;
}

.device-list>li li li .tools {
	margin-right: 2px;
	margin-top: 0;
}

.device-list>li a {
	color: #2e8355;
}

.device-list>li a:hover {
	color: #277049 !important;
}

@media only screen and (max-width: 943px) {
	.device-list>li {
		font-size: 16px;
	}
}

.device-list .greenhouse {
	border-radius: 5px;
	list-style: outside none none;
	margin-top: 8px;
	padding: 4px 2px;
}

.device-list .greenhouse>.unassigned {
	color: #2e8355;
}

.device-list .greenhouse>.unassigned li {
	color: #333;
}

.device-list .greenhouse>li {
	font-size: 18px;
	font-weight: 500;
	padding-left: 5px;
}

.device-list .greenhouse>li .postcode {
	color: #2e8355;
	font-size: 16px;
	font-weight: 500;
}

@media only screen and (max-width: 943px) {
	.device-list .greenhouse>li .postcode {
		font-size: 14px;
	}
}

@media only screen and (max-width: 943px) {
	.device-list .greenhouse>li {
		font-size: 16px;
	}
}

.device-list .greenhouse .sensor {
	list-style: outside none none;
	padding: 8px 5px;
}

.device-list .greenhouse .sensor>li {
	border-radius: 2px;
	border-top: 1px solid rgba(137, 213, 182, 0.35);
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 2px;
	padding: 4px 8px;
}

.device-list .greenhouse .sensor>li .type {
	font-weight: 400;
}

h3 small {
	color: #ffffff;
	margin-top: 25px;
}

@media only screen and (max-width: 943px) {
	h3 small {
		font-size: 14px;
		margin-top: 20px;
	}
	h3 small label {
		display: none;
	}
}

.graphDetails {
	background: #fff linear-gradient(180deg, rgba(120, 190, 32, 0.8) 0%, rgba(0, 168, 176, 0.8) 100%) repeat scroll 0 0;
	border-radius: 4px;
	box-shadow: 0 1px 1px 0 rgba(51, 51, 51, 0.2);
	color: #fff;
	display: block;
	height: 328px;
	margin: 18px 40px;
	position: relative;
}

@media only screen and (max-width: 943px) {
	.graphDetails {
		height: 448px;
		margin: 18px 15px 12px;
	}
}

.graphDetails:hover,
.graphDetails:focus {
	color: #ffffff;
	text-decoration: none;
}

.graphDetails::after {
	background-color: rgba(255, 255, 255, 0);
	border-radius: 4px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.graphDetails.is-hover::after {
	background-color: rgba(255, 255, 255, 0.1);
}

.graphDetails__main {
	display: flex;
	padding: 12px 12px 13px;
}

@media only screen and (max-width: 943px) {
	.graphDetails__main {
		flex: 0 0 auto;
	}
}

.graphDetails__main__graph {
	flex: 1 1 0;
	padding-right: 16px;
	width: 75%;
}

@media only screen and (max-width: 943px) {
	.graphDetails__main__graph {
		bottom: 20px;
		flex: 0 0 auto;
		position: absolute;
		width: 100%;
	}
}

.graphDetails__main__values {
	width: 25%;
}

@media only screen and (max-width: 943px) {
	.graphDetails__main__values {
		position: absolute;
		top: 10px;
		width: 100%;
	}
}

.graphDetails__graphLabel {
	font-size: 11px;
	line-height: 1;
	margin-bottom: 4px;
}

.graphDetails__graph {
	height: 274px;
	width: 100%;
}

@media only screen and (max-width: 943px) {
	.graphDetails__graph {
		margin-left: 0;
	}
}

.graphDetails__sensorLabel {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 20px;
	letter-spacing: -0.3px;
	line-height: 1;
	margin-bottom: 21px;
	margin-right: 15px;
	margin-top: 18px;
	padding-bottom: 12px;
}

@media only screen and (max-width: 943px) {
	.graphDetails__sensorLabel {
		font-size: 18px;
	}
}

.graphDetails__lastUpdated {
	float: right;
	font-size: 16px;
	letter-spacing: -0.3px;
	line-height: 1;
	margin-top: 2px;
}

@media only screen and (max-width: 943px) {
	.graphDetails__lastUpdated {
		font-size: 14px;
		margin-right: 5px;
	}
}

.graphDetails__value {
	font-size: 76px;
	font-weight: 300;
	letter-spacing: -0.9px;
	line-height: 1;
	margin-bottom: 21px;
}

@media only screen and (max-width: 943px) {
	.graphDetails__value {
		font-size: 56px;
	}
}

.graphDetails__unit {
	display: inline-block;
	font-size: 48px;
	margin-left: -8px;
}

@media only screen and (max-width: 943px) {
	.graphDetails__unit {
		font-size: 36px;
	}
}

.graphDetails__label {
	font-size: 18px;
}

@media only screen and (max-width: 943px) {
	.graphDetails__label {
		font-size: 16px;
	}
}

@media only screen and (max-width: 943px) {
	.graphDetails__label.top {
		float: right;
	}
}

.graphDetails .breakdown {
	float: left;
}

@media only screen and (max-width: 943px) {
	.graphDetails .mainvalue {
		float: right;
		margin-right: 25px;
	}
	.graphDetails__box .unit,
	.graphDetails__box .value {
		font-weight: 500;
	}
}

.graphDetails__lowerValue {
	display: block;
	text-align: center;
	width: 33.33%;
}

.graphDetails__lowerValue__label {
	display: block;
	font-size: 12px;
	line-height: 1;
	margin: 0 auto 4px;
	padding-left: 16px;
	position: relative;
	text-align: left;
}

.graphDetails__lowerValue__label::before {
	background: rgba(0, 0, 0, 0) none no-repeat scroll center bottom / cover;
	content: "";
	display: block;
	height: 12px;
	left: 0;
	position: absolute;
	width: 12px;
}

.graphDetails__lowerValue__label--humidity::before {
	background-image: url("../img/ic_detail_humidity.svg");
}

.graphDetails__lowerValue__label--co2::before {
	background-image: url("../img/ic_detail_co2.svg");
}

.graphDetails__lowerValue__label--solar::before {
	background-image: url("../img/ic_detail_solar.svg");
}

.graphDetails__lowerValue__value {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
}

.graphDetails__lowerValue__unit {
	display: inline-block;
	font-size: 14px;
	margin-left: -4px;
}

.graphDetails__lowerValue__vr {
	background-color: rgba(255, 255, 255, 0.24);
	display: block;
	width: 1px;
}

h3 small {
	color: #ffffff;
	margin-top: 25px;
}

@media only screen and (max-width: 943px) {
	h3 small {
		font-size: 14px;
		margin-top: 20px;
	}
	h3 small label {
		display: none;
	}
}

.graphComplex {
	background: #fff linear-gradient(180deg, rgba(120, 190, 32, 0.8) 0%, rgba(0, 168, 176, 0.8) 100%) repeat scroll 0 0;
	margin: 18px 40px 0;
}

@media only screen and (max-width: 943px) {
	.graphComplex {
		margin: 18px 25px 12px 15px;
	}
}

.graphComplex__graph {
	background: rgba(0, 0, 0, 0) url("../img/_dummy_graph_complex.png") no-repeat scroll left center;
	height: 274px;
	width: 100%;
}

@media only screen and (max-width: 943px) {
	.graphComplex__graph {
		background: rgba(0, 0, 0, 0) url("../img/_dummy_graph_complex_sm.png") no-repeat scroll left center;
		margin-left: 0;
	}
}

.graphComplex_legend {
	background: rgba(255, 255, 255, 0.65) none repeat scroll 0 0;
	border-radius: 4px;
	color: #222;
	display: block;
	margin: 18px 40px;
	padding-bottom: 18px;
}

@media only screen and (max-width: 943px) {
	.graphComplex_legend {
		margin: 0 25px 18px 16px;
	}
}

.legend {
	list-style: outside none none;
	margin-left: 25px;
	overflow: auto;
	padding: 0;
}

@media only screen and (min-width: 944px) {
	.legend {
		-moz-columns: 2 auto;
	}
}

.legend>li {
	color: #444;
	margin-bottom: 2px;
	padding: 2px;
}

.legend>li:last-of-type {
	margin-bottom: 0;
}

.legend>li>input[type="checkbox"] {
	margin: 0 10px 0 5px;
}

.legend>li .text {
	display: inline-block;
	font-weight: 400;
	margin-left: 5px;
}

.legend .item {
	display: inline-block;
	margin: 0;
}

.legend .item.temperature {
	color: #55255f;
}

.legend .item.humidity {
	color: #f38707;
}

.legend .item.co2 {
	color: #255f35;
}

.legend .item.solar {
	color: #e34454;
}

.legend .item.hd {
	color: #6e7983;
}

.legend .item.dewpoint {
	color: #008ecf;
}

.legend .item.acctemperature {
	color: #b90276;
}

.legend .item.dif {
	color: #78be20;
}

.timerange {
	margin-right: 25px;
}

@media only screen and (max-width: 943px) {
	.timerange {
		margin: 0 15px 0 0;
	}
}

.timerange .col-md-5,
.timerange .col-md-2 {
	padding-left: 0;
	padding-right: 0;
}

.dash {
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding-top: 0;
	width: 4%;
}

@media only screen and (max-width: 943px) {
	.dash {
		display: none;
		font-size: 16px;
		padding-top: 3px;
	}
}

.graph-end {
	color: white;
	margin-bottom: -5px;
	margin-left: 15px;
	margin-top: 15px;
}

@media only screen and (min-width: 944px) {
	.graph-end {
		float: right;
		margin-right: -35px;
		margin-top: 5px;
	}
}

.yLegend {
	color: #222;
	font-size: 16px;
	margin: 10px 12px;
}

.disease-box {
	margin: 25px 25px 0 48px;
}

@media only screen and (max-width: 943px) {
	.disease-box {
		margin: 14px;
	}
}

.disease-box h3 {
	color: #ffffff;
}

.disease-box .timerange {
	margin-right: 0;
}

@media only screen and (max-width: 943px) {
	.disease-box .timerange {
		margin: 0 -15px;
	}
}

.disease-box .todate {
	color: white;
	margin-bottom: -5px;
	margin-left: 0;
	margin-top: 15px;
}

@media only screen and (min-width: 944px) {
	.disease-box .todate {
		float: right;
		margin-right: -35px;
		margin-top: 5px;
	}
}

.disease-panel {
	background: #fff linear-gradient(180deg, rgba(120, 190, 32, 0.8) 0%, rgba(0, 168, 176, 0.8) 100%) repeat scroll 0 0;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgba(51, 51, 51, 0.2);
	margin: 20px 0;
	padding: 0 20px;
}

@media only screen and (max-width: 943px) {
	.disease-panel {
		display: block;
		padding: 0 5px;
	}
}

.disease-panel h4 {
	color: #ffffff;
	padding: 14px 0;
}

@media only screen and (max-width: 943px) {
	.disease-panel h4 {
		padding: 14px;
	}
}

.disease-record {
	color: #ffffff;
	width: 100%;
}

@media only screen and (max-width: 943px) {
	.disease-record.cal {
		direction: rtl;
		margin-left: 120px;
		overflow-x: scroll;
		overflow-y: visible;
		width: 85%;
	}
}

@media only screen and (max-width: 767px) {
	.disease-record.cal {
		width: 80%;
	}
}

@media only screen and (max-width: 400px) {
	.disease-record.cal {
		margin-left: 135px;
		width: 60%;
	}
}

.disease-record table {
	direction: ltr;
	width: 100%;
}

.disease-record th,
.disease-record td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	height: 36px;
	padding: 6px 4px;
	text-align: center;
}

.disease-record .selected {
	border: 2px solid #fff;
}

@media only screen and (max-width: 943px) {
	.disease-record .maincol {
		background-color: red;
	}
}

.disease-record .headcol {
	text-align: left;
	white-space: nowrap;
}

@media only screen and (max-width: 943px) {
	.disease-record .headcol {
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
		left: 25px;
		margin-top: 1px;
		position: absolute;
		width: 130px;
	}
}

.disease-record .date,
.disease-record .tools {
	vertical-align: top;
	width: 80px;
}

.disease-record .record {
	text-align: left;
}

.disease-record a {
	color: #ffffff;
}

ul.pagination {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 8px;
}

ul.pagination li {
	display: inline;
}

ul.pagination li a {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

ul.pagination li a:focus {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
}

ul.pagination li a.active,
ul.pagination li a:hover {
	background-color: #4caf50;
	border: 1px solid #ffffff;
	color: white;
}

.low {
	height: 12px;
	width: 12px;
}

@media only screen and (max-width: 943px) {
	.low {
		height: 10px;
		width: 10px;
	}
}

.medium {
	height: 18px;
	width: 18px;
}

@media only screen and (max-width: 943px) {
	.medium {
		height: 16px;
		width: 16px;
	}
}

.high,
.occurance {
	height: 24px;
	width: 24px;
}

@media only screen and (max-width: 943px) {
	.high,
	.occurance {
		height: 22px;
		width: 22px;
	}
}

.spray {
	height: 28px;
	width: 28px;
}

@media only screen and (max-width: 943px) {
	.spray {
		height: 24px;
		width: 24px;
	}
}

.form-control {
	border-color: #50b680;
	font-size: 16px;
}

.form-control:focus {
	border-color: #50b680 !important;
}

.input-group-addon {
	background-color: #fff;
	border: 1px solid #50b680;
	color: #50b680;
}

.form-footer {
	margin-bottom: 18px;
	margin-top: 54px;
}

.btn {
	background: #dadada none repeat scroll 0 0;
	border: 1px solid transparent;
	font-size: 16px;
	font-weight: bold;
}

.btn:focus {
	outline: medium none;
}

.btn-default {
	background-color: transparent;
	border-color: #2e8355;
	border-width: 2px;
	color: #2e8355;
}

.btn-default:hover,
.btn-default.hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:focus {
	background-color: transparent;
	border-color: #277049 !important;
	color: #277049 !important;
}

.btn-primary {
	background-color: #2e8355;
	border-color: #2e8355;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus {
	background-color: #277049;
	border-color: #277049;
}

.btn-link {
	background-color: transparent;
	color: #ffffff;
}

.btn-link:hover,
.btn-link.hover,
.btn-link:focus,
.btn-link.focus,
.btn-link:active,
.btn-link.active,
.btn-link:active:focus {
	color: #f2f2f2 !important;
	text-decoration: none;
}

.date-toggle {
	margin-left: 40px;
}

@media only screen and (max-width: 943px) {
	.date-toggle {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.date-toggle .btn-default {
	border-color: rgba(255, 255, 255, 0.55) !important;
	border-width: 1px;
	color: #ffffff !important;
}

.date-toggle .btn-default:hover,
.date-toggle .btn-default.hover,
.date-toggle .btn-default:focus,
.date-toggle .btn-default.focus,
.date-toggle .btn-default:active,
.date-toggle .btn-default.active,
.date-toggle .btn-default:active:focus {
	background-color: rgba(255, 255, 255, 0.25);
	border-color: rgba(255, 255, 255, 0.55) !important;
	color: #f2f2f2 !important;
	z-index: -1;
}

.date-range {
	margin-right: 40px;
}

@media only screen and (max-width: 943px) {
	.date-range {
		margin-right: 20px;
		margin-top: 18px;
	}
}

.date-range .date {
	padding: 5px 30px;
}

@media only screen and (max-width: 943px) {
	.date-range .date {
		padding: 5px 80px;
	}
}

.date-range .btn-default {
	border-color: transparent !important;
	border-width: 0;
	color: #ffffff !important;
}

.date-range .btn-default:hover,
.date-range .btn-default.hover,
.date-range .btn-default:focus,
.date-range .btn-default.focus,
.date-range .btn-default:active,
.date-range .btn-default.active,
.date-range .btn-default:active:focus {
	background-color: transparent;
	border-color: transparent !important;
	color: #f2f2f2 !important;
}

.addGW,
.btn-white {
	background-color: transparent;
	border-color: #ffffff;
	border-width: 2px;
	color: #ffffff;
}

.addGW:hover,
.addGW.hover,
.addGW:focus,
.addGW.focus,
.addGW:active,
.addGW.active,
.addGW:active:focus,
.btn-white:hover,
.btn-white.hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.btn-white:active:focus {
	border-color: #f2f2f2 !important;
	color: #f2f2f2 !important;
}

.addGH {
	margin-bottom: 18px;
	margin-right: 14px;
	margin-top: -15px;
}


/* ************************** */

.text-truncate {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	width: 142px;
}

.text-truncate-sidebar {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	width: 142px;
}

@media only screen and (max-width: 943px) {
	.text-truncate-sidebar {
		width: 80%;
	}
}

.text-truncate-dashboard {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	width: 296px;
}

.text-truncate-lg {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	width: 250px;
}

@media only screen and (max-width: 1500px) {
	.text-truncate-lg {
		width: 190px;
	}
}

@media only screen and (max-width: 943px) {
	.text-truncate-lg {
		width: 160px;
	}
}

.sidebar-icon-truncate {
	position: absolute;
}

@media only screen and (max-width: 943px) {
	.sidebar-icon-truncate {
		position: inherit;
		float: right;
		margin-right: 12px;
	}
}

.article-dashboard {
	margin-bottom: 20px;
}

sidebar {
	z-index: 1000 !important;
}

header {
	z-index: 1000 !important;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
	display: none !important;
}

.small-alertSummary {
	background-color: #ffffff;
	border-radius: 4px;
	color: #e34454;
	/* font-size: 16px; */
	font-size: 12px;
	font-weight: bold;
	margin: 0px auto 20px;
	/* padding: 12px 10px 12px 52px; */
	padding: 0px 0px 7px 36px;
	padding-top: 7px;
	position: relative;
	width: 100%;
}

.small-alertSummary::before {
	background: rgba(0, 0, 0, 0) url("../img/ic_alert.svg") no-repeat scroll 0 0 / contain;
	content: "";
	display: inline-block;
	height: 20px;
	/* left: 24px; */
	left: 10px;
	position: absolute;
	/* top: 14px; */
	top: 6px;
	vertical-align: middle;
	width: 20px;
}

@media only screen and (max-width: 943px) {
	.small-alertSummary {
		background-color: #525f6b;
		border-radius: 0;
		color: #ffffff;
		font-size: 14px;
		margin: 0;
		padding: 10px 10px 9px 34px;
		width: 100%;
	}
	.small-alertSummary::before {
		height: 15px;
		left: 12px;
		top: 12px;
		width: 15px;
	}
}

.highcharts-container {
	z-index: 900 !important;
}

.highcharts-tooltip {
	z-index: 1 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.dont-break-out {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.mandatory_field {
	color: red;
}

.dropdown-menu {
	z-index: 999 !important;
}

.default-primary-btn {
	overflow: visible !important;
	height: 0 !important;
	width: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	display: block !important;
}

.small-replace {
	background: rgba(0, 0, 0, 0) url("../img/ic_replace_16pt_green.svg") no-repeat scroll 0 0 / contain;
	display: inline-block;
	height: 16px;
	width: 16px;
	position: relative;
	vertical-align: middle;
}


/* Modal css */

.modal {
	text-align: center;
	padding: 0 !important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
	/* Adjusts for spacing */
}

.modal-dialog {
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	.modal-dialog {
		width: 90% !important;
		max-width: 600px;
	}
}

.languageBar__body {
	background-color: #606c77;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 8px 0 rgba(51, 51, 51, 0.4);
	display: none;
	position: absolute;
	width: 100%;
	z-index: 15;
}

.languageBar__body>li {
	border-bottom: 1px solid #525f6b;
	display: block;
}

.languageBar__body>li:last-of-type {
	border-bottom: 0 none;
}

.languageBar__body>li>a:hover,
.accountMenu__body>li>a:focus {
	color: #ffffff;
	text-decoration: none;
}

@media only screen and (max-width: 943px) {
	.languageBar__body {
		border-radius: 0;
		box-shadow: none;
		position: relative;
	}
}

.languageBar__item {
	color: #fff;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 5px 0 5px;
	position: relative;
	text-align: center;
}

.languageBar__item.is-active {
	font-weight: 500;
}

.languageBar__item.is-active::after {
	background: rgba(0, 0, 0, 0) url("../img/ic_check.svg") no-repeat scroll center center / contain;
	content: "";
	display: inline-block;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: 24px;
	top: 50%;
	width: 14px;
}

.languageBar__item.is-hover {
	background-color: #6e7983;
	font-weight: bold;
}

@media only screen and (max-width: 943px) {
	.languageBar__item {
		height: 30px;
		line-height: 30px;
	}
	.languageBar__item::before {
		left: 18px;
	}
	.languageBar__item.is-active::after {
		right: 17px;
	}
}