ol, ul, li, p {
	margin: 0;
	padding: 0;
}
*:focus,
*:visited {
    outline: none;    
   }
a:focus,
a:visited {
    outline: none;    
    box-shadow: none;
   }
.btn:focus, 
.btn.focus {
    outline: 0;
    box-shadow: none;
}
a:visited,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	/*color: #41AD49;*/
}
.btn:active, 
.btn.active {
	box-shadow: none;
}
h1, .h1 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-weight: 700;
	font-style: normal;
	line-height: 33px;
	letter-spacing: 0;
	color: #000000;
	font-family: 'Roboto', sans-serif;
}
h2, .h2 {
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	line-height: 23px;
	letter-spacing: 0;
	color: #333333;
	font-family: 'Roboto', sans-serif;
}
h3, .h3 {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	margin: 0;
	line-height: 20px;
	color: #333333;
	font-family: 'Roboto', sans-serif;
}
body {
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	line-height: 1;	
	position: relative;
}
/*a {
	color: #41AD49
}*/
/* loading page */
.loading-page-container {
    width: 100%;
	height: 100vh;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
}
.loading-page-wrapper {
	width: 100%;
	/* Status bar height on iOS 11.0 */
    padding-bottom: constant(safe-area-inset-bottom);
    /* Status bar height on iOS 11+ */
    padding-bottom: env(safe-area-inset-bottom);
}
.loading-icon-wrapper {
	display: block;
	width: 100%;
	float: left;
	text-align: center;
}
.loading-icon-wrapper img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	animation: spin 0.5s linear infinite;
}
	@media (min-width: 768px) {
		.loading-icon-wrapper img {
		    width: 89px;
			height: 89px;
		}
	}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* homepage */
section.homepage-main {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	position: relative;
	min-height: 100vh;
}
	@media (min-width: 768px) {
		section.homepage-main {
			min-height: 1026px;
			background-image: url("../images/background-img-large.jpg");
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			background-position: top center;
		}
	}/*
	@media (min-width: 992px) {
		section.homepage-main {
		}
	}
	@media (min-width: 1200px) {
		section.homepage-main {
		    background-image: url("../Images/background-img-large.jpg");
		}
	}*/
.login-header {
	width: 100%;
	float: left;
	position: absolute;
	bottom: 50px;
	left: 0;
}
	@media (min-width: 768px) {
		.login-header {
			display: block;
			position: relative;
			bottom: auto;
		}
	}
.logo-container {
	display: block;
	width: 199px;
	height: 172px;
	margin: 0 auto;
}
	@media (min-width: 768px) {
		.logo-container {
			float: left;
		    margin: 8px 0 0 20px;
			width: 221px;
			height: 191px;
		}
	}
	@media (min-width: 992px) {
		.logo-container {
		    margin: 8px 0 0 94px;
		}
	}
.logo-container > a {
	display: inline-block;
	float: left;
	width: 199px;
	height: 172px;
	background-image: url("../images/logo-colour@2x.png");
	background-size: 199px 172px;
	background-repeat: no-repeat;
	background-position: center;
}
	@media (min-width: 768px) {
		.logo-container > a {
			width: 221px;
			height: 191px;
		    background-image: url("../images/logo-white-reversed@2x.png");
			background-size: 221px 191px;
			background-repeat: no-repeat;
			background-position: center;
		}
	}
.login-container {
	display: block;
	float: left;
	width: 100%;
	margin-top: 122px;
}
	@media (min-width: 768px) {
		.login-container {
			float: right;
			width: auto;
			margin: 24px 30px;
		}
	}
	@media (min-width: 992px) {
		.login-container {
			margin: 24px 67px;
		}
	}
.signup-button-wrapper {
	display: block;
	width: 291px;
	height: 48px;
	margin: 0 auto 20px;
}
	@media (min-width: 768px) {
		.signup-button-wrapper {
			display: inline-block;
			float: left;
			width: 140px;
			margin: 0 26px 0 0;
		}
	}
.signup-button-wrapper > a {
	display: block;
	float: left;
	width: 291px;
	height: 48px;
	border: 2px solid #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	color: #FFFFFF;
	background-color: transparent;
}
	@media (min-width: 768px) {
		.signup-button-wrapper > a {
			display: inline-block;
			float: left;
			width: 140px;
			border: 2px solid #FFFFFF;
			font-size: 18px;
			color: #FFFFFF;
		}
	}
.signup-button-wrapper > a:hover,
.signup-button-wrapper > a:active {
	color: #4a4a4a;
	background-color: #FFFFFF;
}
.login-button-wrapper {
	display: block;
	width: 291px;
	height: 48px;
	margin: 0 auto;
}
	@media (min-width: 768px) {
		.login-button-wrapper {
			display: inline-block;
			float: left;
			width: 140px;
			height: 48px;
		}
	}
.login-button-wrapper > a {
	display: block;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 18px;
}
	@media (min-width: 768px) {
		.login-button-wrapper > a {
			font-size: 18px;
			margin-bottom: 0;
		}
	}
.login-button-wrapper > p {
	display: block;
	float: left;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	color: #666666;
	margin-bottom: 11px;
}
	@media (min-width: 768px) {
		.login-button-wrapper > p {
			display: none;
		}
	}
.login-button-wrapper > p > a {
	color: #FFFFFF;
}

/* modal */
.modal-backdrop.show {
    opacity: 0.25;
}
body.homepage .modal-backdrop.show {
    opacity: 1;
    background-color: rgb(255,255,255);
}
	@media (min-width: 768px) {
		body.homepage .modal-backdrop.show {
		    opacity: 0;
		    background-color: rgb(0,0,0);
		}
	}
body .modal-backdrop.show {
    opacity: 1;
    background-color: #FFFFFF;
}
	@media (min-width: 576px) {
		body .modal-backdrop.show {
		    opacity: 0.25;
		    background-color: rgb(0,0,0);
		}
	}
body.modal-open .modal-backdrop.show {
    opacity: 0;
    background-color: #FFFFFF;
	display: none !important;
}
	@media (min-width: 768px) {
		body.modal-open .modal-backdrop.show {
		    opacity: 0.25;
		    background-color: rgb(0,0,0);
			display: block !important;
		}
	}
.modal-open .modal.show {
	background-color: #FFFFFF;
}
	@media (min-width: 768px) {
		.modal-open .modal.show {
			background-color: transparent;
		}
	}
.modal-dialog {
	max-width: 100%;
	margin: 0 auto;
}
	@media (min-width: 576px) {
		.modal-dialog {
			width: 310px;
			margin-top: 50px;
		}
	}
body.homepage .modal-dialog {
	max-width: 100%;
	margin: 0 auto;
}
	@media (min-width: 576px) {
		body.homepage .modal-dialog {
		    width: 100%;
		}
	}
	@media (min-width: 768px) {
		body.homepage .modal-dialog {
		    width: 310px;
		}
	}
.modal-dialog-centered {
	min-height: auto;
}
	@media (min-width: 576px) {
		.modal-dialog-centered {
		    min-height: calc(100% - 3.5rem);
		}
	}
body.homepage .modal-dialog-centered {
	min-height: auto;
}
	@media (min-width: 576px) {
		body.homepage .modal-dialog-centered {
		    min-height: auto;
		}
	}
	@media (min-width: 768px) {
		body.homepage .modal-dialog-centered {
		    min-height: calc(100% - 3.5rem);
		}
	}
.modal-content {
	border: none;
	border-radius: 0;
	box-shadow: none;
}
	@media (min-width: 576px) {
		.modal-content {
		    border-radius: 5px;
		}
	}
body.homepage .modal-content {
	border: none;
	border-radius: 0;
}
	@media (min-width: 576px) {
		body.homepage .modal-content {
		    border-radius: 0;
		}
	}
	@media (min-width: 768px) {
		body.homepage .modal-content {
		    border-radius: 5px;
		}
	}
.modal-header {
	display: block;
	padding: 0;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
}
.modal-logo-wrapper {
	display: block;
	float: left;
	width: 100%;
	height: 75px;
	/*border-top: 1.5px solid #DDDDDD;*/
	border-top: none;
	border-bottom: 1.5px solid #DDDDDD;
}
	@media (min-width: 768px) {
		.modal-logo-wrapper {
		    display: none;
		}
	}
.modal-logo-wrapper > a {
	display: inline-block;
	float: left;
	width: 100%;
	height: 75px;
	background-image: url("../images/logo-landscape@2x.png");
	background-repeat: no-repeat;
	background-size: 133px 26px;
	background-position: 21px center;
}
.modal-title-wrapper {
	width: 100%;
	float: left;
	position: relative;
}
.modal-title-wrapper > span {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 23px;
}
.modal-title {
	display: block;
	max-width: 360px;
	padding: 31px 18px 39px 18px;
	margin: 0 auto;
	text-align: left;
}
.modal-header .close {	
    cursor: pointer;
    display: none;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 16px;
    top: 18px;
    background-image: url("../images/close-icon@2x.png");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center;
    padding: 0;
    margin: 0;
    opacity: 1;
    color: #333333;
}
	@media (min-width: 768px) {
		.modal-header .close {
			display: block;
		}
	}
#addNewMember .modal-header .close,
#editUserDetails .modal-header .close,
#editInvitation .modal-header .close,
#invitationSent .modal-header .close,
#addNewProperty .modal-header .close,
#removeProperty .modal-header .close {
	display: block;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: 1;
}
#changeAddress .modal-header .close {
	display: block;
}
.modal-body {
	padding: 0;
}
.modal-body > .select-profile-wrapper {
	width: 100%;
	padding: 0 21px 0 19px;
	max-width: 360px;
	margin: 0 auto;
}
button.select-profile {
	width: 100%;
	padding: 18px 30px 18px 14px;
	margin-bottom: 22px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	border: 2px solid transparent;
	background-image: url("../images/arrow@2x.png");
	background-repeat: no-repeat;
	background-size: 8px 15px;
	background-position: 260px center;
}
	@media (min-width: 340px) {
		button.select-profile {
			padding: 18px 30px 18px 14px;
			background-position: 280px center;
		}
	}
	@media (min-width: 360px) {
		button.select-profile {
			padding: 18px 25px 18px 14px;
			background-position: 296px center;
		}
	}
	@media (min-width: 768px) {
		button.select-profile {
			padding: 18px 20px 18px 14px;
			background-position: 250px center;
		}
	}
button.select-profile:hover,
button.select-profile:focus,
button.select-profile:active {
	border: 2px solid #4a4a4a;
}
button.select-profile > h3 {
	text-align: left;
	color: #000000;
	margin-bottom: 5px;
}
button.select-profile > p {
	text-align: left;
	color: #666666;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.modal-footer {
	border: none;
	padding: 11px 19px 24px 19px;
	border-radius: 0;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}
.modal-footer > p {
	width: 100%;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
	@media (min-width: 768px) {
		.modal-footer > p {
			color: #666666;
		}
	}

.modal-footer > p > a {
	color: #41AD49;
}

/* createAccountModal */
#createAccountModal .modal-title {
	padding: 51px 0 9px 19px;
}
.modal-body > p {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 0 auto 19px;
	padding: 0 19px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
.modal-body > p > a {
	color: #41AD49;
}
.modal-body > ol {
	padding-left: 15px;
	max-width: 90%;
	margin: 0 auto;
	text-align: left;
}
.modal-body > ol > li {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 5px;
}
.form-wrapper {
	width: 100%;
	padding: 0 16px 0 19px;
	max-width: 360px;
	margin: 0 auto;
	text-align: left;
}
.form-group {
    margin-bottom: 16px;
}
label {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	margin-bottom: 7px; 
	position: relative;
	color: #000000;
}
input[type=submit] {
	width: 100%;
	height: 48px;
	background-color: #41AD49;
	color: #ffffff;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	border: none;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin-bottom: 14px;
}
input[type=submit]:hover,
input[type=submit]:focus {
	background-color: #2A9145;
}
input[type=text],
input[type=password],
input[type=email],
input[type=number],
select {
	width: 100%;
	height: 34px;
	background-color: #F3F3F4;	
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	border: 1px solid #F3F3F4;
	border-radius: 2px;	
	padding: 8px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333333;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
select:focus {
	background-color: #F3F3F4;
	border: 1px solid #41AD49;
}
input[type=checkbox] {
    display: none;
}
input[type="checkbox"] + label,
.form-group.updates-checkbox > label {
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding-left: 23px;
	position: relative;
	min-height: 18px;
	line-height: 18px;
	color: #666666;
}
input[type=checkbox] + label:before,
.form-group.updates-checkbox > label:before {
	content: url('../images/checkbox-unchecked.png');
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
}
input[type=checkbox]:hover + label:before,
input[type=checkbox]:focus + label:before,
.form-group.updates-checkbox:hover > label:before,
.form-group.updates-checkbox:focus > label:before {
    content: url('../images/checkbox-hover.png');
}
input[type=checkbox]:checked + label:before,
.form-group.updates-checkbox input[type=checkbox]:checked ~ label:before {
	content: url('../images/checked.png');
}
p.terms-privacy-modal {
	width: 100%;
	float: left;
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 18px;
	text-align: left;
}
p.terms-privacy-modal > a {
	color: #41AD49;
}
input.error {
	border: 1px solid #FF3B59;
}

/* loginModal */
#loginModal .modal-title {
	padding: 51px 0 21px 19px;
	line-height: 33px;
}
.form-group.rememberme-forgotpassw {
    float: left;
    margin-top: 2px;
    margin-bottom: 26px;
    width: 100%;
}
.form-group.rememberme-forgotpassw > label {
    width: auto;
    float: left;
}
.form-group.rememberme-forgotpassw > span {
	display: inline-block;
    margin-top: 0;
    width: auto;
    float: right;
}
.form-group.rememberme-forgotpassw > span > a {	
    font-weight: 400;
    font-size: 13px;
    color: #41AD49;
    line-height: 18px;
}

/* footer */
footer#main-footer {
	display: none;
}
	@media (min-width: 768px) {
		footer#main-footer {
			display: block;
			width: 100%;
			float: left;
			background-color: #333333;
		}
	}
.footer-links-container {
	width: 100%;
	float: left;
}
.footer-links-wrapper {
	width: 100%;
	float: left;
	padding: 43px 112px 80px 112px;
}
ul.footer-links {
	list-style: none;
	float: left;
}
ul.footer-links > li {
	float: left;
	display: inline-block;
	margin-right: 40px;
}
ul.footer-links > li > a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
}
.copyright-container {
	width: 100%;
	float: left;
	padding: 0 67px 38px 67px;
}
.powered-by-wrapper {
	float: left;
	width: auto;
}
.powered-by-wrapper > span {
	display: inline-block;
	float: left;
	margin-right: 3px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
}
.powered-by-wrapper > a {
	display: inline-block;
	float: left;
	width: 69px;
	height: 16px;
	background-image: url("../images/greenbe-logotype-landscape-colour@2x.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 69px 16px;
}
.copyright-wrapper {
	float: right;
}
.copyright-wrapper > span {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
}

/* signup - verify page */
.header-section {
	width: 100%;
	float: left;
}
.header-wrapper {
	width: 100%;
	float: left;
	height: 90px;
	border-bottom: 1.5px solid #DDDDDD;
	position: relative;
}
.header-logo-wrapper {
	width: auto;
	float: left;
	padding: 32px 21px;
	max-width: 100%;
	position: relative;
}
	@media (min-width: 992px) {
		.header-logo-wrapper {
			padding: 30px 21px 21px 21px;
		}
	}
.header-logo-container {
	float: left;
	width: 133px;
	height: 26px;
}
	@media (min-width: 768px) {
		.header-logo-container {
			width: 133px;
			height: 26px;
		}
	}
	@media (min-width: 992px) {
		.header-logo-container {
			width: 199px;
			height: 39px;
		}
	}
.header-logo-container > a {
	display: inline-block;
	width: 133px;
	height: 26px;/*
	background-image: url("../images/logo-landscape@2x.png");
	background-repeat: no-repeat;
	background-size: 133px 26px;
	background-position: center;*/
}
	@media (min-width: 768px) {
		.header-logo-container > a {
			width: 133px;
			height: 26px;
		}
	}
	@media (min-width: 992px) {
		.header-logo-container > a {
			width: 199px;
			height: 39px;/*
			background-image: url("../images/TRC-logo-landscape@2x.png");
			background-size: 199px 39px;*/
		}
	}
.progress-bar-wrapper {
	display: none;
	max-width: 400px;
	margin: 0 auto;
	padding: 44px 0;
}
	@media (min-width: 768px) {
		.progress-bar-wrapper {
			display: block;
		}
	}
.progress {
	height: 2px;
	border-radius: 0;
	background-color: #bbbbbb;
	position: relative;
	overflow: visible;
}
.progress-bar {
	background-color: #000000;
}
.progress-icons-wrapper {
	width: 540px;
	height: 46px;
	background-color: transparent;
	position: absolute;
	left: -70px;
	top: -13px;
	display: flex;
    justify-content: space-between;
}
.progress-icon {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #808080;
	padding-top: 28px;	
	background-image: url("../images/progress-icon@2x.png");
	background-repeat: no-repeat;
	background-size: 23px 23px;
	background-position: top center;
	width: 25%;
	text-align: center;
}
.progress-icon.complete {
	background-image: url("../images/progress-icon-complete@2x.png");
	color: #000000;
}

/* main section */
.main-section {
	width: 100%;
	float: left;
}
.main-wrapper.medium {
	max-width: 300px;
	margin: 0 auto;
	padding: 24px 0;
}
	@media (min-width: 360px) {
		.main-wrapper.medium {
			max-width: 325px;
		}
	}
	@media (min-width: 480px) {
		.main-wrapper.medium {
			max-width: 450px;
			padding: 43px 0 100px;
		}
	}
	@media (min-width: 768px) {
		.main-wrapper.medium {
			max-width: 450px;
			padding: 43px 0 200px;
		}
	}
.main-title {
	margin-bottom: 25px;
}
.main-form-wrapper {}
.label-explanation {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #808080;
}
.main-form-wrapper .form-group {
	margin-bottom: 34px;
}
.main-form-wrapper ::placeholder,
.main-form-wrapper :-ms-input-placeholder,
.main-form-wrapper ::-ms-input-placeholder { 
  	color: #666666;
  	opacity: 1;
}
.btn-main.next {
	width: 100%;
}
	@media (min-width: 480px) {
		.btn-main.next {
			width: 159px;
			float: right;
		}
	}
.address-issue-wrapper {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}
	@media (min-width: 480px) {
		.address-issue-wrapper {
			width: auto;
			margin-top: 8px;
		}
	}
.address-issue {
	width: auto;
	height: 33px;
	padding-left: 40px;
	font-size: 14px;
	line-height: 33px;
	font-weight: 400;
	color: #666666;
	background-image: url("../images/question-mark-icon@2x.png");
	background-repeat: no-repeat;
	background-size: 33px 33px;
	background-position: left center;
}
.address-issue > a {
	color: #41AD49;
}
.info-text {
	width: 100%;
	float: left;
	margin-bottom: 23px;
}
.info-text > p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #333333;
}
.info-text a {
	color: #41AD49;
}
select.myselect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/select-arrow-icon@2x.png");
    background-size: 11px 7px;
    background-repeat: no-repeat;
    background-position: 97% center;
    padding-right: 30px;
}
option:disabled {
    color: #666666;
}
::placeholder {
  	color: #666666;
}

/* welcome back page */
.main-wrapper.small {
	max-width: 300px;
	margin: 0 auto;
	padding: 28px 0;
}
	@media (min-width: 360px) {
		.main-wrapper.small {
			max-width: 325px;
		}
	}
	@media (min-width: 576px) {
		.main-wrapper.small {
			padding: 78px 0;
		}
	}
.mb-10 {
	margin-bottom: 10px;
}
.small .main-form-wrapper .form-group {
    margin-bottom: 23px;
}
.validation-error {
	display: none;
	max-width: 100%;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #FF3B59;
}

/* header menu */
.header-wrapper.top-menu {
	height: 90px;
}
.header-wrapper.top-menu .header-logo-wrapper {
	display: none;
}
	@media (min-width: 768px) {
		.header-wrapper.top-menu .header-logo-wrapper {
			display: block;
			padding: 31px 20px;
		}
	}
	@media (min-width: 992px) {
		.header-wrapper.top-menu .header-logo-wrapper {
			padding: 29px 20px 20px 20px;
		}
	}
.header-menu-wrapper {
	width: 100%;
	max-width: 100%;
	float: left;
}
.header-menu-links {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: row;
	/*justify-content: flex-start;*/
    justify-content: space-around;
}
	@media (min-width: 1200px) {
		.header-menu-links {
			justify-content: flex-start;
		}
	}
.header-menu-links > li {
	display: inline-block;
	position: relative;
	float: left;
	/*width: 20%;*/
	height: 90px;
	width: auto;/*
	padding-right: 8px;
	padding-left: 8px;*/
}/*
	@media (min-width: 360px) {
		.header-menu-links > li {
			padding-right: 10px;
			padding-left: 10px:;
		}
	}
	@media (min-width: 576px) {
		.header-menu-links > li {
			padding-right: 30px;
			padding-left: 0;
		}
	}
	@media (min-width: 768px) {
		.header-menu-links > li {
			width: auto;
			padding-right: 30px;
		}
	}
	@media (min-width: 992px) {
		.header-menu-links > li {
			padding-right: 50px;
		}
	}*/
	@media (min-width: 1200px) {
		.header-menu-links > li {
			padding-right: 25px;
			min-width: 95px;
		}
	}
	@media (min-width: 1400px) {
		.header-menu-links > li {
			padding-right: 60px;
		}
	}
	@media (min-width: 1600px) {
		.header-menu-links > li {
			min-width: 130px;
		}
	}
	@media (min-width: 1800px) {
		.header-menu-links > li {
			padding-right: 75px;
			min-width: 145px;
		}
	}
.header-menu-links > li > a {
	display: inline-block;
	width: 100%;
	padding: 60px 0 12px 0;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #AAAAAA;
	min-width: 27px;
}
.header-menu-links > li.active > a,
.header-menu-links > li > a:hover {
	color: #333333;
	font-weight: 500;
}
.header-menu-links > li > .notifications-indicator {
	display: block;
	width: auto;
	height: 18px;
	min-width: 18px;
	border-radius: 11.5px;
	background-color: #FF3B59;
	position: absolute;
	top: 25px;
	right: -3px;
	text-align: center;
}
	@media (min-width: 1200px) {
		.header-menu-links > li > .notifications-indicator {
			right: 40px;
		}
	}
	@media (min-width: 1400px) {
		.header-menu-links > li > .notifications-indicator {
			right: 60px;
		}
	}
	@media (min-width: 1600px) {
		.header-menu-links > li > .notifications-indicator {
			right: 75px;
		}
	}
	@media (min-width: 1800px) {
		.header-menu-links > li > .notifications-indicator {
			right: 90px;
		}
	}
.header-menu-links > li > .notifications-indicator > span {
	display: inline-block;
	padding: 3px 5px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	color: #FFFFFF;
}
.usage-link {
	background-image: url("../images/usage-icon@2x.png");
	background-repeat: no-repeat;
	background-position: center 32px;
	background-size: 22px 23px;
}
.active > .usage-link,
.usage-link:hover {
	background-image: url("../images/usage-icon-active@2x.png");
}
.earn-link {
	background-image: url("../images/earn-icon@2x.png");
	background-repeat: no-repeat;
	background-position: center 32px;
	background-size: 27px 23px;
}
.active > .earn-link,
.earn-link:hover {
	background-image: url("../images/earn-icon-active@2x.png");
}
.rewards-link {
	background-image: url("../images/rewards-icon@2x.png");
	background-repeat: no-repeat;
	background-position: center 32px;
	background-size: 22px 23px;
}
.active > .rewards-link,
.rewards-link:hover {
	background-image: url("../images/rewards-icon-active@2x.png");
}
.wallet-link {
	background-image: url("../images/wallet-icon@2x.png");
	background-repeat: no-repeat;
	background-position: center 33px;
	background-size: 23px 22px;
}
.active > .wallet-link,
.wallet-link:hover {
	background-image: url("../images/wallet-icon-active@2x.png");
}
.cart-link {
	background-image: url("../images/cart-icon@2x.png");
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 20px 25px;
}
.active > .cart-link,
.cart-link:hover {
	background-image: url("../images/cart-icon-active@2x.png");
}	
.me-link {
	background-image: url("../images/me-icon@2x.png");
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 25px 25px;
}
.active > .me-link,
.me-link:hover {
	background-image: url("../images/me-icon-active@2x.png");
}	
.alerts-link {
	background-image: url("../images/alert-icon@2x.png");
	background-repeat: no-repeat;
	background-position: center 31px;
	background-size: 22px 24px;
}
.active > .alerts-link,
.alerts-link:hover {
	background-image: url("../images/alert-icon-active@2x.png");
}	

/* dropdown menu */
.top-right-links-wrapper {
	width: auto;
	float: right;
	padding-top: 26px;
}
.dropdown-menu-wrapper {
	display: none;
	width: auto;
	float: right;
}
	@media (min-width: 576px) {
		.dropdown-menu-wrapper {
			display: block;
		}
	}
.dropdown-menu-wrapper .btn.dropdown-toggle {
	min-width: 84px;
	width: auto;
	max-width: 130px;
	height: 33px;
	background-color: #41AD49;
	border-radius: 20px;
	border: none;
	padding: 0 37px 0 47px;
	line-height: 18px;
	background-image: url("../images/user-icon@2x.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 18px 5px;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
	@media (min-width: 768px) {
		.dropdown-menu-wrapper .btn.dropdown-toggle {
			max-width: 150px;
		}
	}
	@media (min-width: 992px) {
		.dropdown-menu-wrapper .btn.dropdown-toggle {
			margin-left: 18px;
			max-width: 160px;
			padding: 0 42px 0 52px;
		}
	}
.dropdown-menu-wrapper .dropdown.show .btn.dropdown-toggle {
	background-color: #2A9145;
}
.dropdown-menu-wrapper .btn.dropdown-toggle::after {
    display: inline-block;
    margin-left: auto;
    vertical-align: auto;
    border: none;
    content: url('../images/dropdown-arrow.png');
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 4px;
}
.dropdown-menu-wrapper .dropdown .dropdown-menu {
    margin: 16px 0 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
    float: left;
    min-width: 190px;
    padding: 11px 0 14px 0;
    font-size: 14px;
    color: #333333;
    text-align: left;
    list-style: none;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 6px 30px 10px rgba(0, 0, 0, 0.1);
}
.dropdown-menu-wrapper .dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 28px 8px 17px;
    clear: both;
    font-weight: 400;
    color: #333333;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    line-height: 18px;
}
.dropdown-menu-wrapper .dropdown-item:hover, 
.dropdown-menu-wrapper .dropdown-item:focus, 
.dropdown-menu-wrapper .dropdown-item.active {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    background-color: #FFFFFF;
    background-image: url("../images/arrow-icon@2x.png");
    background-repeat: no-repeat;
    background-size: 15px 10px;
    background-position: 162px center;
}
.support-wrapper {
	display: none;
	width: 33px;
	height: 33px;
	margin-left: 10px;
	float: right;
}
	@media (min-width: 576px) {
		.support-wrapper {
			display: block;
		}
	}
	@media (min-width: 992px) {
		.support-wrapper {
			margin-left: 15px;
		}
	}
.support-wrapper > a {
	display: inline-block;
	width: 33px;
	height: 33px;
	background-image: url("../images/question-mark-icon@2x.png");
	background-repeat: no-repeat;
	background-size: 33px 33px;
	background-position: center;
}

/* notifications */
.dropdown-notifications-wrapper {
	display: none;/*
	position: absolute;
	top: 30px;
	right: 170px;*/
	width: auto;
	float: right;
	margin-top: 5px;
}
	@media (min-width: 576px) {
		.dropdown-notifications-wrapper {
			display: block;
		}
	}
.dropdown-notifications-wrapper .dropdown .notifications-indicator {
	display: block;
	width: auto;
	height: 18px;
	min-width: 18px;
	border-radius: 11.5px;
	background-color: #FF3B59;
	position: absolute;
	top: -4px;
	right: -9px;
	text-align: center;
}
.dropdown-notifications-wrapper .dropdown .notifications-indicator > span {
	display: inline-block;
	padding: 3px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	color: #FFFFFF;
}
.dropdown-notifications-wrapper .btn.dropdown-toggle {
	width: 22px;
	height: 24px;
	background-color: #FFFFFF;
	border-radius: 0;
	border: none;
	padding: 0;
	line-height: 1;
	background-image: url("../images/alert-icon@2x.png");
	background-repeat: no-repeat;
	background-size: 22px 24px;
	background-position: center;
	margin-left: 0;
}
.dropdown-notifications-wrapper .btn.dropdown-toggle:hover,
.dropdown-notifications-wrapper .btn.dropdown-toggle:focus,
.dropdown-notifications-wrapper .btn.dropdown-toggle:active {
	background-image: url("../images/alert-icon-active@2x.png");
}
.dropdown-notifications-wrapper .btn.dropdown-toggle::after {
    display: none;
}
.dropdown-notifications-wrapper .dropdown .dropdown-menu {
    margin: 16px 0 0;
    position: absolute;
    top: 0;
    z-index: 1000;
    float: left;
    min-width: 380px;
    height: 482px;
    padding: 0 0 30px 0;
    font-size: 14px;
    color: #333333;
    text-align: left;
    list-style: none;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: none;
    border-radius: 15px;
    box-shadow: 0px 6px 30px 10px rgba(0, 0, 0, 0.1);
}
.notif-header-wrapper {
	width: 100%;
	float: left;
	padding: 15px 15px 6px 14px;
}
.notif-header-title {
	width: auto;
	float: left;
}
.notif-header-title h2 {
	color: #000000;
}
button.close-notifications {
	display: block;
	width: 14px;
	height: 14px;
	float: right;
	border: none;
	padding: 0;
	background-image: url("../images/close-icon@2x.png");
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: center;
	background-color: transparent;
}
.notification-items-wrapper {
	width: 100%;
	float: left;
	height: 438px;
    overflow-y: scroll;
    padding-bottom: 33px;
    position: relative;
}
.notification-items-wrapper::-webkit-scrollbar {
  display: none;
}
.no-notifications-message {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 63px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #333333;
}
a.notification-item-wrapper {
	display: block;
	width: 100%;
	float: left;
	padding: 0 15px;
}
a.notification-item-wrapper:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.notification-item-wrapper .notifications-item {
	padding: 25px 25px 25px 20px;
	background-image: url("../images/arrow-icon@2x.png");
	background-repeat: no-repeat;
	background-size: 15px 10px;
	background-position: 96% center;
}
.notifications-item-title {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 6px;
}
.unread {
	display: inline-block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #FF3B59;
	left: -18px;
	top: 5px;
}
.notifications-item-date {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #AAAAAA;
	text-align: left;
}
.notification-item-wrapper > hr {
	border-top: 1.5px solid #DDDDDD;
	margin: 0;
}

/* notificationModal */
#notificationModal .modal-header .close {
	display: block;
}
#notificationModal .modal-title {
	padding: 30px 19px;
	margin: 0;
}
	@media (min-width: 576px) {
		#notificationModal .modal-title {
			margin: 0 auto;
		}
	}
#notificationModal .notifications-item-date {
	margin-bottom: 30px;
}
#notificationModal .notifications-item-info {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #000000;
	text-align: left;
}
#notificationModal .modal-body {
	padding: 0 19px 20px 19px;
}
#notificationModal .modal-footer {
	padding-bottom: 48px;
}

/* alert page */
.alerts-link {
	position: relative;
}
.alerts-link .notifications-indicator {
	display: block;
	width: auto;
	height: 18px;
	min-width: 18px;
	border-radius: 11.5px;
	background-color: #FF3B59;
	position: absolute;
	top: 27px;
	right: -2px;
	text-align: center;
}
.alerts-link .notifications-indicator > span {
	display: inline-block;
	padding: 3px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	color: #FFFFFF;
}
.main-section .notification-items-wrapper {
	height: auto;
}
.alert-page .main-wrapper {
	max-width: 100%;
    margin: 0 auto;
    padding: 27px 0;
}
.alert-page .main-title {
    padding: 0 15px;
}
.alert-page #notificationModal .modal-title {
    padding: 96px 25px 56px 25px;
    margin: 0;
}
.alert-page #notificationModal .modal-body {
    padding: 0 25px 20px 25px;
}
.alert-page #notificationModal .modal-footer {
    padding-left: 25px;
    padding-right: 25px;
}

/* usage-page */
	
/* usage page - pills */
.usage-wrapper {
	width: 100%;
	max-width: 341px;
	padding: 17px 0;
	margin: 0 auto;
}
	@media (min-width: 992px) {
		.usage-wrapper {
			max-width: 100%;
			float: left;
			margin: 0;
		}
	}
.usage-menu-wrapper {
	display: block;
	float: left;
	width: 100%;
	height: 33px;
	margin-bottom: 23px;
}
	@media (min-width: 768px) {
		.usage-menu-wrapper {
		}
	}
.nav.nav-pills.usage-menu,
.usage-menu {
	list-style: none;
	width: 100%;
	height: 33px;
	background-color: #EEEEEE;
	border-radius: 20px;
	max-width: 341px;
	margin: 0 auto;
}
.nav-pills.usage-menu > li,
.usage-menu > li {
	display: inline-block;
	float: left;
	width: 33%;
}
.usage-menu > li:last-child {
	float: right;
}
.usage-wrapper.landlord .nav-pills.usage-menu > li,
.usage-wrapper.landlord .usage-menu > li {
	width: 50%;
}
.nav-pills.usage-menu > li + li,
.usage-menu > li + li {
	margin-left: 0;
}
.nav-pills.usage-menu > li > a,
.usage-menu > li > a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	text-align: center;
	color: #333333;
	border-radius: 20px;
	padding: 6px 0;
}/*
.nav.nav-pills.usage-menu > li > a:hover, 
.nav.nav-pills.usage-menu > li > a:focus, */
.nav.nav-pills.usage-menu > li.active > a,
.nav-pills.usage-menu .nav-link.active,
.nav-pills.usage-menu .show > .nav-link,
.usage-menu > li.active > a,
.usage-menu .nav-link.active,
.usage-menu .show > .nav-link {
	/*background-color: #41AD49;*/
	border-radius: 20px;
	color: #FFFFFF;
	text-align: center;
	border: none;
}
.usage-period-wrapper {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 10px;
	height: 34px;
}
	@media (min-width: 768px) {
		.usage-period-wrapper {
		    justify-content: center;
		}
	}
.prev-period {
	display: block;
	float: left;
	width: 22px;
	height: 23px;
	background-image: url("../images/prev-arrow@2x.png");
	background-repeat: no-repeat;
	background-size: 8px 15px;
	background-position: left center;
}
	@media (min-width: 768px) {
		.prev-period {
			margin-right: 5px;
			/*margin-right: 20px;*/
		}
	}/*
.prev-period.disabled {
	background-image: url("../images/prev-arrow-grey.png");
}*/
.usage-period {
	text-align: center;
}
.usage-period #week,
.usage-period #week input#datepicker,
.selected-date input[type=text]#datepicker,
.selected-date input[type=text]#halfhourdatepicker {
	font-size: 20px;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    line-height: 23px;
    letter-spacing: 0;
    color: #333333;
    font-family: 'Roboto', sans-serif;
	min-width: 265px;
	padding: 0;
}
.next-period {
	display: block;
	float: right;
	width: 22px;
	height: 23px;
	background-image: url("../images/next-arrow@2x.png");
	background-repeat: no-repeat;
	background-size: 7px 15px;
	background-position: right center;
}
	@media (min-width: 768px) {
		.next-period {
			margin-left: 5px;
			/*margin-left: 20px;*/
		}
	}/*
.next-period.disabled {
	background-image: url("../images/next-arrow-grey.png");
}*/
.selected-date,
.selected-date input[type=text] {
	display: block;
	width: 100%;
	/*float: left;*/
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
/*	margin-bottom: 43px;
*/	color: #666666;
	background-color: transparent;
	border: none;
	height: 23px;
}
.landlord .selected-date {
	margin-bottom: 30px;
}
.select-property-wrapper {
	display: block;
	width: 100%;
	max-width: 335px;
	margin: 0 auto 30px;
}
.select-property-wrapper select.myselect {
	height: 35px;
	background-color: #F2F2F2;
	color: #666666;
}
.select-property-wrapper select.myselect:focus {
/*	border: 1px solid #F2F2F2;
*/}
.chart-wrapper {
	width: 100%;
/*	margin-bottom: 35px;
*/	float: left;
}
.yaxes-label {
	position: absolute;
	top: 0 /*30px*/;
	left: 15px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #666666;
	font-family: 'Roboto', sans-serif;
	width: 10px;
	height: auto;
}
.chart {
	width: 100%;
	float: left;
}
.chart > img {
	width: 100%;
}
.chart-agenda {
	width: 100%;
    /* float: left; */
	margin-top: 18px;
	margin-bottom: 45px;
	text-align: center;
}
.chart-agenda > span {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    margin: 0 15px;
}
.usage {
	padding-left: 16px;
    background-image: url("../images/usage-agenda@2x.png");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: left center;
}
.target {
	padding-left: 22px;
    background-image: url("../images/red-divider@2x.png");
    background-repeat: no-repeat;
    background-size: 16px 3px;
    background-position: left center;
}

/* sub-tabs */
.sub-tabs-wrapper {
	display: block;
	float: left;
	width: 100%;
	height: auto;
/*	margin-bottom: 23px;
*/}
	@media (min-width: 768px) {
		.sub-tabs-wrapper {
		}
	}
.sub-tabs {}
.nav.nav-pills.sub-tabs {
	list-style: none;
	width: 100%;
	height: 27px;
	background-color: #FFFFFF;
	border-radius: 0;
	max-width: 160px;
	margin: 0 auto;
	/*    margin: 0 auto 30px;
*/
}
.nav-pills.sub-tabs > li {
	display: inline-block;
	float: left;
	width: auto;
	max-width: 50%;
	padding: 6px;
	margin: 0 15px;
}/*
.nav-pills.sub-tabs > li + li {
    margin-left: 0;
}*/
.nav-pills.sub-tabs > li > a {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
	color: #333333;
	border-radius: 0;
	padding: 0;
}
.nav.nav-pills.sub-tabs > li > a:hover, 
.nav.nav-pills.sub-tabs > li > a:focus {
	background-color: #FFFFFF;
}
.nav.nav-pills.sub-tabs > li.active > a,
.nav-pills.sub-tabs .nav-link.active,
.nav-pills.sub-tabs .show > .nav-link {
	background-color: #FFFFFF;
	border-radius: 0;
	color: #333333;
	text-align: center;
	font-weight: 700;
	border-bottom: 3px solid #000000 !important;
}

/* my performance section */
.my-performance {
	width: 100%;
	float: left;
	background-color: #F7F7F7;
}
.my-performance-wrapper {
	max-width: 300px;
	margin: 0 auto;
	padding: 36px 0 45px 0;
}
	@media (min-width: 360px) {
		.my-performance-wrapper {
			max-width: 336px;
		}
	}
	@media (min-width: 576px) {
		.my-performance-wrapper {
			max-width: 341px;
			padding: 37px 0;
		}
	}
	@media (min-width: 992px) {
		.my-performance-wrapper {
			max-width: 100%;
		}
	}
.performance-statistics {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 40px;
	text-align: center;
}
.statistics-target {}
.statistics-average {}
.statistics-performance {}
.performance-statistics .description {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
	color: #666666;
}
.performance-statistics .result {
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
	min-height: 23px;
}
.performance-statistics .unit {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}
.statistics-target .result,
.statistics-target .unit {
	color: #333333;
}
.statistics-average .result,
.statistics-average .unit {
	color: #41AD49;
}
.statistics-performance .result,
.statistics-performance .unit {
	color: #FF200D;
}
.statistics-performance .result.under-target,
.statistics-performance .unit.under-target {
	color: #41AD49;
}

/* tips */
.tips-button-wrapper {
	display: block;
	width: 255px;
	height: 48px;
	margin: 0 auto;
}
/* tipsModal*/
#tipsModal .modal-header .close {
	display: block;
}
#tipsModal .modal-title {
	padding: 44px 19px 25px 16px;
	text-align: center;
}
#tipsModal .modal-body {
	padding: 0 19px 0 30px;
}
.tips-wrapper {
	width: 100%;
	float: left;
	padding-bottom: 13px;
}
.tips-item {
	margin-bottom: 30px;
	padding-left: 42px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #333333;
	min-height: 32px;
}
.tips-item:nth-child(1) {
	background-image: url("../images/tips-icon-1@2x.png");
	background-repeat: no-repeat;
	background-size: 26px 27px;
	background-position: left center;
}
.tips-item:nth-child(2) {
	background-image: url("../images/tips-icon-2@2x.png");
	background-repeat: no-repeat;
	background-size: 28px 29px;
	background-position: left center;
}
.tips-item:nth-child(3) {
	background-image: url("../images/tips-icon-3@2x.png");
	background-repeat: no-repeat;
	background-size: 27px 31px;
	background-position: left center;
}
#tipsModal .modal-footer {
	padding-top: 0;
	padding-bottom: 46px;
}
.modal-footer > * {
    margin: 0;
}
.contact-btn-wrapper {
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
.back-btn-wrapper {
	width: 100%;
	float: left;
}

/* info-section */
.info-section {
	width: 100%;
	float: left;
}
.info-section-wrapper {
	padding: 31px 0;
	margin: 0 auto;
	max-width: 300px;
}
	@media (min-width: 360px) {
		.info-section-wrapper {
			max-width: 336px;
		}
	}
	@media (min-width: 576px) {
		.info-section-wrapper {
			max-width: 341px;
			padding: 47px 0;
		}
	}
	@media (min-width: 992px) {
		.info-section-wrapper {
			max-width: 500px;
		}
	}
	@media (min-width: 1200px) {
		.info-section-wrapper {
		    max-width: 700px;
		}
	}
	@media (min-width: 1400px) {
		.info-section-wrapper {
		    max-width: 900px;
		}
	}
.title-wrapper {
	margin-bottom: 8px;
}
.info-chart-wrapper {
	width: 100%;
	float: left;
	margin-bottom: 35px;
}
.info-chart-item {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.item-label {
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #333333;
	margin-right: 6px;
}
.item-chart {
	display: inline-block;
	float: left;
	height: 22px;
	border-radius: 20px;
	text-align: right;
	padding: 0 5px;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #41AD49;
	width: 233px;
}
.info-chart-item:nth-child(1) .item-chart {
	width: 53px;
	background-color: rgba(65, 173, 73, 0.6);
} 
.info-chart-item:nth-child(2) .item-chart {
	width: 87px;
	background-color: rgba(65, 173, 73, 0.7);
} 
.info-chart-item:nth-child(3) .item-chart {
	width: 148px;
	background-color: rgba(65, 173, 73, 0.8);
} 
.info-chart-item:nth-child(4) .item-chart {
	width: 178px;
	background-color: rgba(65, 173, 73, 0.9);
} 
.important-info {
	width: 100%;
	float: left;
	border-top: 1.5px solid #DDDDDD;
	padding: 30px 0;
}
ul.info-list {
	padding: 10px 20px;
	list-style: disc;
}
ul.info-list > li {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 15px;
}
	@media (min-width: 576px) {
		ul.info-list > li  {
			margin-bottom: 20px;
		}
	}

/* sidebar menu */
.sidebar-menu-wrapper {
	width: 100%;
	float: left;
	padding-top: 45px;
}
.sidebar-menu-title {
	display: block;
	float: left;
	width: 100%;
	padding-left: 15px;
	margin-bottom: 10px;
}
.sidebar-menu-wrapper > ul {
	list-style: none;
	width: 100%;
	float: left;
}
.sidebar-menu-wrapper > ul > li {
	display: inline-block;
	width: 100%;
	max-width: 250px;
	height: 30px;
	border-radius: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sidebar-menu-wrapper > ul > li > a {
	display: inline-block;
	width: 100%;
	height: 30px;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #333333;
	background-color: #FFFFFF;
	border-radius: 5px;
}
.sidebar-menu-wrapper > ul > li.active > a,
.sidebar-menu-wrapper > ul > li.active > a:hover,
.sidebar-menu-wrapper > ul > li > a.active {
	background-color: #F2F2F2;
	font-weight: 700;
	color: #000000;
}
.sidebar-menu-wrapper > ul > li > a:hover {
	background-color: #F2F2F2;
	font-weight: 400;
	color: #000000;
}

/* my profile page */
.main-wrapper {
	/*max-width: 300px;*/
	/*margin: 0 auto;*/
	padding: 27px 0;
}
	@media (min-width: 360px) {
		.main-wrapper {
			/*max-width: 336px;*/
		}
	}
	@media (min-width: 576px) {
		.main-wrapper {
			max-width: 100%;
			padding: 37px 0;
		}
	}
	@media (min-width: 992px) {
		.main-wrapper {
			max-width: 700px;
		}
	}
	@media (min-width: 1200px) {
		.main-wrapper {
		    max-width: 700px;
		}
	}
	@media (min-width: 1400px) {
		.main-wrapper {
		    max-width: 900px;
		}
	}
.user-info-section {
	width: 100%;
	float: left;
	padding: 0 0 30px 0;
	position: relative;
}
.profile-image-wrapper {
	width: 98px;
	height: 98px;
	border-radius: 50%;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	background-color: #FFFFFF;
	position: relative;
	margin: 0 auto 20px;
}
	@media (min-width: 768px) {
		.profile-image-wrapper {
			position: absolute;
			top: 0;
			left: 0;
			margin: 0;
		}
	}
.profile-image-wrapper > img {
	max-width: 98px;
    object-fit: contain;
    width: 98px;
    height: 98px;
    overflow: hidden;
    border-radius: 50%;
}
.user-info-wrapper {
	width: 100%;
	max-width: 335px;
	margin: 0 auto;
}
.user-info-title {
	width: 100%;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.user-info-title > h2,
.user-info-title > h3 {
	color: #000000;
}
.user-info-subtitle {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.user-info-subtitle > h3 {
	color: #000000;
}
.user-info-item {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.user-info-label {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 21px;
	font-weight: 400;
	color: #AAAAAA;
}
.user-info-details {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #333333;
	padding-right: 20px;
	position: relative;
}
.user-info-details > p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #333333;
}
.buttons-wrapper {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.btn-wrapper {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
hr {
	width: 100%;
	float: left;
    margin-top: 7px;
    margin-bottom: 7px;
    border: 0;
    border-top: 1.5px solid #DDDDDD;
}

/* update profile page */
.form-info-text {
	display: inline-block;
	width: 100%;
	float: left;
	margin-top: 16px;
/*	margin-bottom: 11px;
*/	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #AAAAAA;
}
.update-image-wrapper {
	width: 98px;
	height: 98px;
	border-radius: 50%;
	border: 1px solid #DDDDDD;
	overflow: hidden;
	background-color: #FFFFFF;
	position: relative;
	margin: 16px auto 20px;
}
.update-image-wrapper > img {
	max-width: 98px;
	object-fit: contain;
	width: 98px;
	height: 98px;
	overflow: hidden;
	border-radius: 50%;
}
.locked {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 20px;
	background-image: url("../Images/locked-icon@2x.png");
	background-repeat: no-repeat;
	background-size: 16px 20px;
	background-position: center;
}
#changeAddress .modal-title {
	padding: 44px 19px 25px 16px;
	text-align: center;
}

/* update settings */
#updatePasswordFields {
	display: block;
	width: 100%;
	float: left;
}
#changePasswordFields {
	display: none;
	width: 100%;
	float: left;
}


/* sidebar menu */
html.sidebarmenu-active {
	background-color: #ffffff;
}
.sidebarmenu-active, .sidebarmenu-active body {
    overflow-x: hidden;
}
#sidebar-menu-mobile {}
.sidebar-menu-mobile {	
}
#main,
#mobile-menu {	
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}
.sidebarmenu-active #main, 
.sidebarmenu-active #mobile-menu {
    -moz-transform: translateX(60%);
    -ms-transform: translateX(60%);
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
}
	@media (min-width: 400px) {
		.sidebarmenu-active #main, 
		.sidebarmenu-active #mobile-menu {			
			-moz-transform: translateX(234px);
		    -ms-transform: translateX(234px);
		    -webkit-transform: translateX(234px);
		    transform: translateX(234px);
		}
	}
.sidebarmenu-active .sidebar-menu-mobile-container {	
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.sidebar-menu-mobile-container {
	background: #41AD49;
	font-size: 18px;
	height: 100%;
	left: 0;
	/*position: fixed;*/
	position: absolute;
	top: 0;
	width: 60%;	
	z-index: 1100;
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}
	@media (min-width: 400px) {
		.sidebar-menu-mobile-container {
			width: 234px;
		}
	}
.sidebar-menu-mobile-header {
	padding: 19px 15px 26px 15px;
	text-align: center;
}
.sidebar-menu-mobile-header a {
	display: block;
	width: 98px;
	height: 98px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #FFFFFF;
}
.sidebar-menu-mobile-header a > img {
	margin: 0 auto;
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
	object-fit: contain;
}
.sidebar-menu-mobile-wrapper {}
.sidebar-menu-mobile-wrapper ul {
	list-style: none;
}
.sidebar-menu-mobile-wrapper ul > li {
	display: inline-block;
	width: 100%;
	float: left;
	padding-right: 11px;
}
.sidebar-menu-mobile-wrapper ul > li > a {
	display: inline-block;
	width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 13px 8px 13px 21px;
    line-height: 18px;
    background-image: url("../images/arrow-white@2x.png");
    background-repeat: no-repeat;
    background-size: 8px 15px;
    background-position: right center;
}
.sidebar-menu-mobile-wrapper ul > li.active > a,
.sidebar-menu-mobile-wrapper ul > li > a:hover,
.sidebar-menu-mobile-wrapper ul > li > a.active {
	font-weight: 700;
}








/* main color for buttons */
.btn-main {
	/*background-color: #41AD49;*/
	display: inline-block;
	float: left;
	width: 100%;
	color: #FFFFFF;
	margin-bottom: 0;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-weight: 700;
	padding: 0;
}
/*.btn-main:focus {
	background-color: #41AD49 !important;
	color: #FFFFFF !important;
}*/
.btn-main:hover,
/*.btn-main:active {
	background-color: #379351 !important;*/ /*#2A1945*/
	/*color: #FFFFFF;
}*/

.btn-main > a,
.btn-main > a:hover,
.btn-main > a:active {
	color: #FFFFFF;
}
a.btn-main,
a.btn-main:hover,
a.btn-main:active,
a.btn-main:focus {
	color: #FFFFFF;
}

/* button white */
.btn-white {
	background-color: #FFFFFF !important;
	display: inline-block;
	float: left;
	width: 100%;
	color: #41AD49;
	margin-bottom: 0;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-weight: 700;
	padding: 0;
}
.btn-white:focus {
	background-color: #FFFFFF !important;
	color: #41AD49;
}
.btn-white:hover,
.btn-white:active {
	background-color: #41AD49 !important; /*#2A1945*/
	color: #FFFFFF;
}

/* button outline green */
.btn-outline-green,
input.btn-outline-green {
	background-color: transparent !important;
	display: inline-block;
	float: left;
	width: 100%;
	/*color: #41AD49 !important;*/
	border: 2px solid /*#41AD49*/ !important;
	height: 48px;
	line-height: 44px;
	text-align: center;
	font-weight: 700;
	padding: 0;
}
/*.btn-outline-green:focus,
input.btn-outline-green:focus {
	background-color: transparent !important;
	color: #41AD49 !important;
	border: 2px solid #41AD49 !important;
}
.btn-outline-green:hover,
input.btn-outline-green:hover {
	background-color: #41AD49 !important;
	color: #FFFFFF !important;
}*/

/* button outline grey */
.btn-outline-grey,
input.btn-outline-grey {
	background-color: transparent;
	display: inline-block;
	float: left;
	width: 100%;
	color: #BBBBBB;
	border: 2px solid #BBBBBB;
	height: 48px;
	line-height: 44px;
	text-align: center;
	font-weight: 700;
	padding: 0;
}
.btn-outline-grey:focus,
input.btn-outline-grey:focus,
.btn-outline-grey:visited {
	background-color: transparent;
	color: #BBBBBB;
	border: 2px solid #BBBBBB;
}
.btn-outline-grey:hover,
input.btn-outline-grey:hover {
	background-color: #BBBBBB;
	color: #FFFFFF;
}

/* main color for links*/
.link-main {
	color: #41AD49 !important;
}

/* border-radius main*/
.br-main {
	border-radius: 40px !important;
}

.fs-16 {
	font-size: 16px;
}

:focus-visible {
	outline: none;
}

.mb-25 {
	margin-bottom: 25px !important;
}
.mt-25 {
	margin-top: 25px;
}
.text-black {
	color: #000000 !important;
}
.panel.panel-info {
	position: relative;
}
.field-validation-error {
	font-size: 13px;
	color: #FF3B59;
	display: block;
	margin-top: 5px;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front > .ui-menu-item {
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front > .ui-menu-item > .ui-menu-item-wrapper {
	color: #666666;
	font-size: 14px;
}
.ui-menu-item-wrapper.ui-state-active,
.ui-widget-content .ui-menu-item-wrapper.ui-state-active,
.ui-widget-header .ui-menu-item-wrapper.ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: none;
	color: #ffffff !important;
	background-color: #41AD49;
}
/*
.select-property-wrapper .myselect > option:hover {
	background-color: #41AD49;
}*/
.pb-10 {
	padding-bottom: 10px !important;
}
.validation-summary-errors {
	padding-bottom: 10px;
	padding-top: 10px;
	max-width: 100%;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #FF3B59;
	text-align: left;
}
.validation-summary-errors > span {
	padding-bottom: 10px;
	padding-top: 10px;
	max-width: 100%;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #FF3B59;
}
.usage-menu .nav-link.active.disabled {
	color: #FFFFFF;
}
.usage-menu .nav-link.disabled {
	color: #333333;
}
.validation-summary-valid ul {
	list-style: none;
}
.validation-summary-valid ul > li {
	font-size: 13px;
	color: #FF3B59;
}
img.loader {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	animation: spin 0.5s linear infinite;
}
.carousel-item > img,
.carousel-item.active > img {
	max-height: 100%;
	width: 100%;
	overflow: hidden;
}