/* 2022-04-12: Éamonn A. Duffy: Beautified using: https://www.StyleNeat.com/ */
@font-face {
	font-family: 'Arial Rounded MT Bold';
	src: url('Arial Rounded Bold.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BariolRegular';
	src: url('fonts/bariol_regular-webfont.eot');
	src: url('fonts/bariol_regular-webfont.svg') format('svg'), url('fonts/bariol_regular-webfont.woff') format('woff'), url('fonts/bariol_regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ArialRoundedMTRegular';
	src: url('fonts/arial_rounded_mt-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

h4.Logon-h4 {
	margin: 0px 0px 0px 25px;
	padding-top: 10px;
}

ul {
	list-style-type: none;
}

.ui-tabs {
	position: relative;
	padding: .2em;
    zoom: 1;
    /*border-radius: 10px;*/
    margin-bottom: 30px;
    /*background:#f1f1f1;*/
	background: transparent;
	border: none;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") box-shadow: rgba(128,128,128,0.5) 0px 10px 15px;*/
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
	box-sizing: border-box;
	background: transparent;
	padding-left: 0px;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0px;
	border-bottom: 0 !important;
	padding: 0;
            white-space: nowrap;
            /*border: 1px solid #000;*/
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: pointer;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
	border-width: 0;
	padding: 1em 1.4em;
	background: #f1f1f1;
	border: 1px solid #dcdcdc;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	background: #f1f1f1 url(../images/layout/builder.png) left top repeat-y;
	background: url(../images/layout/builder.png) left top repeat-y, -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background: url(../images/layout/builder.png) left top repeat-y, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
	background: url(../images/layout/builder.png) left top repeat-y, -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background: url(../images/layout/builder.png) left top repeat-y, -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background: url(../images/layout/builder.png) left top repeat-y, -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
	background: url(../images/layout/builder.png) left top repeat-y, linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

em {
	float: left;
}

section {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#areaCode {
	margin-left: 0px;
	font-size: 14px;
	font-family: Helvetica, "Helvetica Neue";
}

#Mobile_Prefix {
	margin-left: 0;
	width: 60px;
}

#MobileNumber {
	display: inline;
	width: 130px;
	margin: 0 0 0 10px;
}

#fieldsetRegister + .btn {
	top: -6px;
}

#PaymentCardForm {
	padding-bottom: 5px;
}

#transaction-summary ul, #meter-summary ul {
	margin: 20px;
}

#meter-summary li, #transaction-summary li {
	clear: both;
	border-bottom: 1px solid #a19689;
}

#meter-summary li span {
	display: inline-block;
	float: none;
}

#meter-summary li span:first-child {
	width: 60%;
}

.server-message-error {
    color: #CD1622;
}

.well {
	margin-top: 20px;
	word-break: break-all;
}

.payment-label {
	text-align: left;
}

#fieldsetMakePaymentConfirm {
	padding: 20px;
}

.meter-account-index.message-block {
	margin: 0px;
}

.float-right-link {
	float: right;
	clear: both;
	margin: 20px;
}

#ChangeEmailFieldset label {
	display: block;
	clear: both;
	width: 100%;
	text-align: left;
}

#ChangeEmailFieldset input {
	width: 100%;
	box-sizing: border-box;
	float: left;
}

#ChangeEmailFieldset .field-validation-error {
	margin-left: 0px;
}

#CardModel_CardSecurityCode {
	width: 150px;
}

#CardModel_CardSecurityCode #tooltip-cvv {
	margin-right: 40px;
}

.fancy-div {
	width: 100%;
}

#timeoutForm {
	margin-top: 20px;
}

#tooltip-cvv {
	line-height: 34px;
	margin-left: 10px;
	font-size: 15px;
	margin-right: 40px;
}

#cvv-close {
	line-height: 34px;
	font-size: 15px;
}

#divExplainSecurityCode p {
	font-size: 17px;
	width: 100%;
}

#divExplainSecurityCode {
	display: none;
	float: right;
	clear: both;
	padding: 10px;
	border: 2px solid #a19689;
	background-color: #e7e4e1;
	margin-bottom: 10px;
}

#transaction_length label select {
	padding: 0px 20px 0px 0px;
    color: #000;
}

#payment-account_length label select {
	padding: 0px 20px 0px 0px;
    color: #000;
}

.field-validation-error {
	display: block;
	clear: both;
	width: auto;
    color: #CD1622;
	margin-left: 40%;
	padding-left: 5px;
}

a[class="nav-header btn-payzone pull-left hidden-desktop hidden-tablet visible-phone"] {
	height: 20px;
}

#transaction tr th {
	font-size: 12px;
	word-break: break-word;
	text-align: center;
}

#transaction tr th:first-of-type {
	width: 35px;
}

#EditMeterBtnDiv {
	float: right;
	margin-right: 20%;
	margin-top: 10px;
}

#EditMeterBtnDiv input {
	margin: 0px;
	float: left;
}

#EditMeterBtnDiv #btnEditSave {
	margin-right: 20px;
}

#EditCardBtnDiv {
	float: left;
	width: 100%;
	margin-left: 20px;
}

#login-reg-links {
	clear: both;
	padding-top: 10px;
}

#fieldsetMakeUnRegPay em {
	margin-left: 40%;
	margin-bottom: 15px;
}

.req-message-login {
	font-style: italic;
	font-size: 14px;
	text-align: right;
	margin-top: 30px;
	border: none;
	padding: 20px 175px 0 0;
}

.req-message-topup {
	font-style: italic;
	font-size: 14px;
	text-align: right;
	border: none;
	padding: 20px 175px 0 0;
}

.login-options {
	line-height: 200%;
	font-size: 16px;
	clear: both;
	text-align: right;
	padding-right: 170px;
}

.login-options a {
	font-size: 16px;
}

#fieldsetLogOn,
#fieldsetMakeUnRegPay,
#fieldsetMakePayment {
    border-top: solid 50px #000238;
}

#change-password-message-block span.server-message-success {
	font-size: 18px;
}

.server-message-success {
	font-size: 18px;
}

#fieldsetChangePassword span {
	font-size: 18px;
	font-weight: normal;
}

#fieldsetChangePassword span.field-validation-error {
	font-size: 18px;
	font-weight: normal;
}

/*START - Tooltip*/
#tooltip, #tooltip-label, #tooltip-number, #tooltip-sidebar {
	position: relative;
	background: #eaeaea;
	cursor: help;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
}

#tooltip span, #tooltip-label span, #tooltip-number span {
	background: #00B787;
	margin-left: 0px;
	position: absolute;
	left: 40%;
	width: auto;
	z-index: 999;
	padding: 4px 10px;
	border: 1px solid #ccc;
}

#tooltip-sidebar span {
	background: #00B787;
	position: absolute;
	z-index: 999;
	left: 0px;
	width: 320px;
	margin-top: 5px;
	padding: 4px;
	border: 1px solid #ccc;
}

.tooltip-visible span {
	visibility: visible;
}

.tooltip-hidden span {
	visibility: hidden;
}

/* Placeholder input place of empty tables */
#transaction_wrapper {
	display: none;
}

#transaction_placeholder {
	display: none;
	text-align: center;
	float: left;
	width: 100%;
	min-height: 300px;
	margin-top: 15px;
}

#transaction_placeholder .h1-friendly-error {
	font-size: 36px;
	font-weight: bold;
	line-height: 150%;
	color: #555555;
}

#transaction_placeholder .h2-friendly-error {
	font-size: 20px;
	line-height: 150%;
	color: #555555;
}

#transaction_placeholder .h2-friendly-error a {
	font-size: 20px;
}

#transaction_placeholder img {
	width: 150px;
	margin: 80px 0 10px 0;
}

.hidden-on-placeholder {
	display: none;
}

h2.hidden-on-placeholder {
	float: left;
}

#payment-account_wrapper {
	display: none;
}

#payment-account_placeholder {
	display: none;
	text-align: center;
	width: 100%;
}

#payment-account_placeholder .h1-friendly-error {
	font-size: 36px;
	font-weight: bold;
	line-height: 150%;
	color: #555555;
}

#payment-account_placeholder .h2-friendly-error {
	font-size: 22px;
	line-height: 150%;
	color: #333333;
}

#payment-account_placeholder .h2-friendly-error a {
	font-size: 22px;
}

#payment-account_placeholder img {
	width: 150px;
	margin: 10px;
}

#fieldsetEditMeterAccount #divMeterNumber #MeterNumber {
	text-indent: 0;
	background: #ffffff;
	background-image: none;
}

input.displayDynamicMeterPrefix {
	text-indent: 100px;
	background: #ffffff url(../img/bgmeter-input.png) no-repeat;
	background-position: 0px -2px;
}

input.displayDynamicMeterPrefix2 {
	text-indent: 100px;
	background: #ffffff url(../img/bgmeter-input-test.png) no-repeat;
	background-position: 0px -2px;
}

/*#fieldsetMeterAccountCreate {border-top: solid 50px #CD1622;}*/
#fieldsetMeterAccountCreate .ScheduledTopUpSection {
	padding-left: 160px;
}

#AddMeterSmartOptionDisplayFieldset .AutoTopUpSection {
	padding-left: 160px;
}

#AddMeterSmartOptionDisplayFieldset .ScheduledUsageSMSSection {
	padding-left: 160px;
}

.panel-payzone .panel-footer {
    background: #000238;
	float: left;
	width: 100%;
}

.panel-footer-content {
    background: #000238 url('../../../images/payzone_logo.png') no-repeat right !important;
}

.linkBlock {
	padding-left: 10px;
}

#timeoutForm div {
	padding-left: 20px;
}

#cookie-agree {
	padding: 4px 12px !important;
	margin: 0 20px !important;
}

.summary-row {
	padding: 20px;
}

.span-message {
	padding: 20px;
	margin: 0px !important;
}

#delete-dialog {
	height: 100px !important;
}

.panel-payzone {
    background: #EEEEEE;
	border: 0 none;
	padding: 0;
	float: left;
	box-sizing: border-box;
	width: 100%;
}

select::-ms-expand {
	display: none;
}

select::-moz-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: treeview;
	appearance: none;
	padding: 0px 0px 2px 10px;
	background: white url("/Content/themes/Pinergy/img/triangle_down.png") no-repeat right 10px center;
	white-space: nowrap;
	text-indent: 1px;
	-moz-text-overflow: '';
	text-overflow: '';
	-ms-background-size: 8px 8px;
	background-size: 8px 8px;
}

.tc-close-block {
	float: right;
	text-align: right;
	margin-top: 5px !important;
	margin-right: 10px !important;
}

.panel-payzone .panel-heading {
    background: #000238;
	font-size: 17px;
    border-color: #000238;
	font-weight: normal;
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	color: #FFFFFF;
}

.panel-payzone h3 {
	padding: 0;
	margin: 0;

}

#gpgFrame {
	width: 100% !important;
	height: 750px !important;
	display: block;
	border: none !important;
}

.expandable-row {
	background-image: url("../img/plus.ico");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	text-indent: -999px;
}

.non-expandable-row {
	text-indent: -999px;
}

#transaction .sub-row {
	text-align: left;
	padding-left: 45px;
}

.fg-button.ui-button.ui-state-default:hover {
    color: #CD1622 !important;
	background: #fcede8;
}

.signin-subtitle, .register-subtitle {
	font-size: 20px;
}

h1, h2 {
	font-size: 34px;
    color: #000238;
	font-family: "ArialRoundedMTRegular", Helvetica, "Helvetica Neue";
	font-weight: normal;
}


#review-details h4.summary {
	padding-bottom: 0 !important;
    color: #000238;
	margin-top: 10px;
	font-size: 1.3em;
	padding: 5px 0 0 0;
	line-height: 1.5em;
}

div.panel-heading h3.loginSub {
	font-size: 17px;
	color: #ffffff;
	padding: 3px 0;
	margin: 0;
	font-weight: 500;
}

a {
    color: #CD1622;
	font-family: Helvetica;
}

#inner-wrap {
	padding-bottom: 180px;
	min-height: 865px;
}

.general-message {
	display: block;
	font-family: Helvetica, Helvetica Neue;
	font-size: 20px;
    color: #000;
	padding: 5px 20px;
}

.completeLater-message {
	font-size: 17px;
	padding: 16px 20px 6px 200px;
}

#review-details {
	padding: 20px;
}

#review-details .form-group {
	line-height: 30px;
}

.summaryLabelTitle {
	width: 300px;
	display: inline-block;
	line-height: 30px;
}

.summaryLabelContent {
	display: inline-block;
	font-weight: 600;
}

#PaymentCardSummaryDiv #credit-card-fields {
	padding: 0px;
}

#PaymentCardSummaryDiv #credit-card-fields .display-field strong {
	font-weight: normal;
}

.display-field {
	clear: both;
	padding: 20px;
}

#registration-val-summary {
    color: #000238;
	padding-left: 20px;
	background: #cdc5bf;
}

.summary-row div {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 10px;
}

.summary-row div:first-child {
	width: 55px;
}

.summary-row div:nth-child(2) {
	padding-left: 5px;
}

#nav-open-btn label {
	line-height: 10px;
	vertical-align: text-bottom;
	font-size: 14px;
	cursor: auto;
	color: #fff;
	display: inline;
	padding-left: 2px;
}

#payzone-menu-block {
	padding-left: 10px;
}

.sidebar-menu {
	margin-right: 20px;
	margin-top: 20px;
	float: left;
}

#divFirstMeterAddMeter {
	padding: 0px 0px 20px 20px;
}

.sidebar-menu ul ul {
	margin-left: 0px;
}

.sidebar-menu ul li {
	margin: 0px;
}

.sidebar-menu ul ul li {
	border-bottom: 1px solid white;
}

.sidebar-menu ul ul li:last-child {
	border-bottom: none;
}

.sidebar-menu p {
	margin: 0;
}

#wait-transaction {
	display: inline-block;
	padding: 20px;
}

#wait-transaction #ajaxloader {
	background: url("images/ajax-loader-bar.gif") no-repeat;
	width: 56px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
}

#wait-meter {
	display: inline-block;
	padding: 20px;
}

#wait-meter #ajaxloader {
	background: url("images/ajax-loader-bar.gif") no-repeat;
	width: 56px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
}

#wait-card {
	display: inline-block;
	padding: 20px;
}

#wait-card #ajaxloader {
	background: url("images/ajax-loader-bar.gif") no-repeat;
	width: 56px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
}

.wait-currentBalance-ajaxloader {
	background: url("../img/ajax-loader-bar.gif") no-repeat;
	width: 56px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}

#ajax-loader {
	background: url("images/ajax-loader.gif");
	width: 32px;
	height: 32px;
	margin-left: 70px;
	margin-top: 10px;
}

.menu-simple ul li h3 a {
	color: #fff;
	text-decoration: none;
}

.menu-item-simple h3 a {
	color: #fff;
	text-decoration: none;
}

.container {
	width: 1070px;
}

section header h1 {
    background: #000238;
    border-color: #000238;
	font-weight: normal;
	color: #FFFFFF !important;
	padding: 10px 15px;
	margin: 0;
	border-bottom: 1px solid;
	-ms-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-ms-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}

.span6 {
	width: 100% !important;
	margin: 0 !important;
	background: #EEEEEE;
}

.sidebar-menu h3 {
    background-image: linear-gradient(to right, #f33d49 0%, #CD1622 100%);
    background-image: -webkit-linear-gradient(left, #f33d49 0%, #CD1622 100%);
    background-image: -moz-linear-gradient(left, #f33d49 0%, #CD1622 100%);
    background-image: -o-linear-gradient(left, #f33d49 0%, #CD1622 100%);
    background-image: -ms-linear-gradient(left, #f33d49 0%, #CD1622 100%);
	background-repeat: repeat-x;
	line-height: 1;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 15px 10px;
	font-size: 13px;
	text-transform: uppercase;
	bottom: 40px;
	right: 85px;
	border: 0;
	display: inline-block;
    background-color: #CD1622;
    width: 200px;
    /*border-bottom:1px solid #FFF;*/
	margin-bottom: 1px;
	margin-top: 0px;
	font-size: 17px;
	font-family: Helvetica, "Helvetica Neue";
	font-weight: normal;
}

#add-meter-btn {
	float: right;
	margin-top: 10px;
}

    #add-meter-btn a:hover,
    #add-meter-btn a:active,
    #add-meter-btn a:visited {
	color: #ffffff;
	text-decoration: none;
}

#message-block.meter-account-index {
	float: left;
	width: 100%;
	text-align: center;
}

/*heading hover effect*/
.sidebar-menu h3:hover {
	filter: none;
	text-decoration: none;
	background: #00B787;
	color: #fff;
}

/*list items*/
.sidebar-menu li {
	list-style-type: none;
}

/*links*/
.sidebar-menu ul ul li a {
	color: white;
	background-color: #a19689;
	text-decoration: none;
	padding: 10px 10px;
	line-height: 27px;
	display: block;
	width: 200px;
    text-align: center;
    /*transition for smooth hover animation
		        transition: all 0.05s;*/
}

/*hover effect on links*/
.sidebar-menu ul ul li a:hover {
	background: #8B8985;
}

/*Lets hide the non active LIs by default*/
.sidebar-menu li.active span.sidebar-selected-icon {
	background-image: url('../global/images/arrow_right.png');
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

.sidebar-menu ul ul {
	display: none;
}

.sidebar-menu li.active ul {
	display: block;
}

.section ul {
	margin: 0;
}

.section ul li {
	list-style: none;
	display: block;
	clear: left;
	margin-bottom: 10px;
}

.pinergy-item {
	display: none;
}

#cookie-policy-main #cookie-policy-content .text-block #cookie-table {
	width: 980px;
}

.payment-details-block, #transaction-details, .payment-selection-block, .payment-selection-block-bottom {
	padding: 10px;
	border: 2px solid #a19689;
	background-color: #e7e4e1;
	margin-bottom: 10px;
	margin-top: 10px;
}

.payment-label-value {
	font-weight: 600;
}

.transaction-date-div {
	float: left;
	width: 100%;
}

.transaction-date-div .field-validation-error {
	width: 100%;
	margin: 0;
	padding-left: 0px;
}

.transaction-date-div #login-val-summary {
	clear: both;
}

input#DateFrom, input#DateTo {
	border-radius: 20px;
	height: 43px;
	width: 120px;
}

.validation-summary-errors {
	display: block;
	clear: both;
	width: auto;
    color: #CD1622;
	background-color: #cdc5bf;
	padding: 10px;
}

.validation-summary-errors ul {
	margin: 0px;
}

.btn-payzone {
	float: left;
	border-radius: 20px !important;
	margin-top: 0px;
    background-image: url(/Content/themes/Pinergy/img/right_arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: 85% !important;
	background-size: 10px 16px;
	background-color: #CD1622 !important;
	padding-right: 80px !important;
	position: relative;
	top: -2px;
	height: 38px;
	font-family: Helvetica, "Helvetica Neue" !important;
	font-size: 17px !important;
	color: #FFF !important;

}

.btn-payzone:hover, .btn-getTransaction:hover {
	background-size: 10px 16px;
	color: #FFF !important;
}

#btnSubmit.btn-getTransaction {
	float: right;
	display: inline-block;
	border-radius: 20px;
	background-size: 10px 16px;
	background-image: url(/Content/themes/Pinergy/img/right_arrow.png);
	background-repeat: no-repeat;
	background-position: 85%;
	padding-right: 80px;
	margin: 0px;
}

#payzone-main {
	float: left;
}

fieldset {
	width: 100%;
	padding: 20px;
	float: left;
}

.section fieldset {
	float: none;
}

#tabs {
	background: transparent;
	border: none;
}
fieldset .form-group, fieldset .form-inline {
	display: block;
	float: left;
	margin-top: 5px;
	clear: both;
	width: 100%;
	margin: 5px 0px;
}

fieldset label {
	display: inline-block;
	width: 40%;
	text-align: right;
	padding-right: 40px;
	box-sizing: border-box;
}

fieldset select {
	display: inline-block;
	border-radius: 20px;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px;
	height: 43px;
	line-height: 40px;
	color: #555;
	font-size: 14px;
	font-family: Helvetica, "Helvetica Neue";
	border: none;
	width: 40%;
	margin-bottom: 9px;
}

fieldset input {
	display: inline;
	border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px;
	border: 0 !important;
	padding: 6px 12px 6px 12px !important;
	margin-right: 20px;
	height: 43px;
	font-family: Helvetica, "Helvetica Neue" !important;
	width: 40%;
	color: #555 !important;
}

.div-btn-bottom {
	margin-top: 20px;
	text-align: right;
}

.div-btn-bottom input[type="submit"].btn {
	float: none;
	margin-right: 0px;
	clear: both;
	margin-top: 0px;
}

.divForgetPW a {
	margin-left: 40%;
	padding-left: 5px;
}

.plan-holder {
	background: #EEEEEE;
}

.plan {
	padding-left: 20px;
}

.custom-validation-summary-errors {
	background-color: #cdc5bf;
	float: left;
	width: 100%;
	padding: 5px;
}

.custom-validation-summary-errors .field-validation-error {
	margin-left: 0px;
}

/* Home meter summary section */
section > header > h2 {
	font-size: 28px;
}

#divUserIndex .plan-holder header h2.meters-topups {
	font-size: 22px;
}

#dual-only:nth-child(1) > header > h2 {
	font-size: 36px;
	margin-bottom: 20px
}

#divUserIndex .meter-header h3 {
    background: #CD1622;
    border-color: #CD1622 !important;
	font-weight: normal;
	color: #FFFFFF !important;
	padding: 10px 15px;
	margin: 0;
	font-size: 28px;
	border-bottom: 1px solid;
	border-top-right-radius: 3px;
	border-top-left-radius: 2px;
}

#divUserIndex .balance-message {
    color: #CD1622;
    color: black;
	font-weight: bold;
	margin-bottom: 20px;
}

#divUserIndex .editSettings {
	margin-right: 10px;
}

#divUserIndex .editSettings a.btn {
	margin-top: 6px;
}

        #divUserIndex .editSettings a.btn:hover,
        #divUserIndex .editSettings a.btn:visited,
        #divUserIndex .editSettings a.btn:active {
	text-decoration: none;
	color: #ffffff;
}

#divUserIndex .plan-details {
	margin-top: 0px;
	padding: 20px 20px 20px 0;
	background-color: #EEEEEE;
	border-top: none;
	margin-bottom: 10px;
}

#divUserIndex .plan-info {
	border: none;
}

#divUserIndex div.plan {
	padding-left: 0;
}

#divUserIndex .plan-details ul li {
	clear: both;
	margin-bottom: 3px;
}

#divUserIndex .plan-details ul li.editSettings {
	margin-bottom: 20px;
	overflow: hidden;
}

#payzone-main .coloured-heading {
	font-size: 28px;
    color: #CD1622;
	padding: 0 0 15px 0;
	margin-top: 5px;
	font-weight: 500
}
input[type="submit"].btn {
    float: right;
    margin-right: 20%;
    clear: both;
    margin-top: 20px;
}

.checkbox {
	clear: both;
	box-sizing: border-box;
	width: auto;
	float: left;
	margin-left: 40%;
	line-height: 15px;
}

.checkbox label {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.checkbox label span {
	display: block;
	padding-left: 10px;
}

body {
	padding: 0 !important;
}

#registerFieldButtonSection {
	float: right;
	margin-right: 150px;
	display: block;
	margin-top: 0px;
}

#registerFieldButtonSection .btn-payzone {
	display: inline;
	margin-left: 0px;
}

#registerFieldButtonSection #CancelLink {
	display: inline;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
	border-radius: 20px;
}

div.ui-widget-overlay {
    position: fixed !important;
    /* fixes lightbox overlay after jquery ui upgrade */
}

.socialnetwork li {
	display: inline-block;
	padding-right: 0px !important;
	margin-right: 5px !important;
	border-right: none !important;
}

.socialnetwork li a.fb_social {
	display: inline-block;
	padding-right: 0px;
	border-right: none;
	width: 32px;
	height: 32px;
	background-image: url(/Content/themes/Pinergy/img/fb_icon.png);
	background-repeat: no-repeat;
	background-position: 0px;
}

.socialnetwork li a.twitter_social {
	display: inline-block;
	padding-right: 0px;
	border-right: none;
	width: 32px;
	height: 32px;
	background-image: url(/Content/themes/Pinergy/img/tw_icon.png);
	background-repeat: no-repeat;
	background-position: 0px;
}

.socialnetwork li a.gplus_social {
	display: inline-block;
	padding-right: 0px;
	border-right: none;
	width: 32px;
	height: 32px;
	background-image: url(/Content/themes/Pinergy/img/gp_icon.png);
	background-repeat: no-repeat;
	background-position: 0px;
}

/*End: Common*/
.input-validation-error {
	border: 1px solid #d9534f !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.input-validation-error:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

#edit-message-block {
	float: left;
	display: none;
}

#review-details #edit-message-block {
	padding: 10px 0px;
}

#review-details #btnEditPaymentCard, #review-details #btnDeletePaymentCard {
	display: none;
}

#review-details #fieldsetUserPaymentCardDisplay {
	width: 450px;
}

#review-details p {
    color: #CD1622;
	margin-bottom: 0px;
}

#AddPaymentCardDiv {
	float: right;
	clear: both;
	padding: 20px;
}

/*3. Register*/
.row-fluid {
	clear: both;
}

#mainNav {
	padding: 0px;
	border: none;
}

#mainNav li {
	border-right: 1px solid #c7c7c7;
	width: 160px; /* 2022-04-26: Éamonn A. Duffy: Modified from 120px to 160px. */
}

#mainNav .last {
	border-right: none;
}

#mainNav li a {
	display: block;
	width: 100%;
	background: #f3f3f3;
	background: -moz-linear-gradient(top, #f3f3f3 0%, #f3f3f3 78%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(78%, #f3f3f3), color-stop(100%, #e5e5e5));
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #f3f3f3 78%, #e5e5e5 100%);
	background: -o-linear-gradient(top, #f3f3f3 0%, #f3f3f3 78%, #e5e5e5 100%);
	background: -ms-linear-gradient(top, #f3f3f3 0%, #f3f3f3 78%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #f3f3f3 0%, #f3f3f3 78%, #e5e5e5 100%);
}

#mainNav li a:hover {
	background: #ffffff;
            color: #CD1622;
	border-right: 1px solid;
            border-color: #CD1622;
}

#mainNav li.ui-tabs-active a, #mainNav li.ui-tabs-active a:hover {
        background: #CD1622 url(../img/active-nav.png) bottom left repeat-x;
	display: block;
	color: #FFFFFF;
}

#mainNav li.first a {
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}

#mainNav li.last a {
	-moz-border-radius: 0px 10px 0px 0px;
	-webkit-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
}

/*4. Make Payment*/
#MeterName {
	padding-right: 35px;
}

#email-display {
	font-weight: bold;
	word-break: break-all;
}

/*End 4: Make Payment*/
.EditEmail-DivDisplay {
	display: inline-block;
	border: none;
	float: none;
	vertical-align: top;
}

#ChangeEmail {
	display: block;
}

span[data-valmsg-for="TermsAndConditions"] {
	margin-left: 5px;
}

input[type=checkbox] {
	width: 20px;
	height: 20px !important;
	margin-right: 10px !important;
	position: relative;
	top: -2px;
}

#pz-overlay {
	z-index: 100;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 1000px;
	overflow: hidden;
}

#save-my-details {
	z-index: 101;
	text-align: left;
	float: none;
	margin: 40px auto;
	display: block;
	overflow: hidden;
	width: 500px;
	padding: 50px;
	background: #ffffff;
}

#ChangePasswordDiv {
	float: none;
}

#save-my-details h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
}

#save-my-details h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0
}

#save-my-details h5 {
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 180%
}

#save-my-details .success {
	color: #438c08;
}

#save-my-details .info {
    color: #CD1622;
}

#save-my-details input[type="password"] {
	width: 100%;
	border: solid 1px #dddddd !important;
	margin-bottom: 15px !important;
}

#save-my-details label {
	width: 100%;
	text-align: left;
}

#save-my-details div {
	border: none;
	margin: 0;
	padding: 0;
}

#save-my-details #btnChangePassword {
	margin-right: 15px;
}

#save-my-details .field-validation-error {
	margin: -10px 0 10px 0;
}

#save-my-details input {
	float: none;
	margin: 0;
}

#btnCloseChangePassword {
	display: none;
}

#change-password-val-summary {
	font-size: 18px;
        color: #CD1622;
	font-weight: normal;
	display: none;
}

#change-password-val-summary {
	text-align: left;
}

/* ========================= responsive styles ===============================*/

/* ========================= responsive styles ===============================*/
@media only screen and (min-width:620px) {
	#copyrightDiv {
		display: inline;
		position: relative;
		top: -10px;
		margin-left: 20px;
	}

	#socialNetworkDiv {
		display: block;
		margin-left: 0px;
		width: 360px;
	}

	#footerNav {
		width: 620px;
	}

}

/* 1280 (Landscape) Design for a min width of 1025px */
@media only screen and (max-width:1249px) {
	#payzone-main {
		width: 73%;
	}

}

@media only screen and (min-width:1250px) {
	#payzone-main {
		width: 920px;
	}

}

/*  #Mobile and tablet Note: Design for a max width of 767px */
@media only screen and (max-width:767px) {
	fieldset label, fieldset input, fieldset select {
		display: block;
		width: 100%;
		text-align: left;
		margin: 5px 0px;
		padding-right: 0px;
	}

	.field-validation-error {
		width: 100%;
		margin-left: 0px;
	}

	.divForgetPW {
		padding-left: 0px;
	}

	.divForgetPW a {
		margin-left: 0px;
	}

	input[type="submit"].btn {
		margin-right: 0px;
	}

	.checkbox {
		padding-left: 20px !important;
		margin-left: 0px;
		width: 100%;
	}

	span[data-valmsg-for="TermsAndConditions"] {
		width: auto;
		margin-left: -20px;
	}

	#PersonalTitle {
		margin-left: 0px;
		width: 100%;
	}

	.user-phone {
		width: 100%;
		margin-left: 0px;
	}

	.stage {
		display: none;
	}

	.summaryLabelTitle, .summaryLabelContent {
		display: block;
	}

	#Mobile_Prefix, #MobileNumber {
		display: block;
		width: 100% !important;
		margin: 10px 0px;
	}

	#tooltip-cvv {
		display: block;
	}

	#CardModel_CardSecurityCode {
		width: 100%;
	}

	.EditEmail-DivDisplay {
		margin-left: 0px;
		display: block;
	}

	#tooltip span, #tooltip-label span, #tooltip-number span {
		left: 0px;
		width: 100%;
	}

	#EditMeterBtnDiv {
		margin-right: 0px;
		margin-top: 10px;
		width: 100%;
	}

	#EditMeterBtnDiv input {
		float: right;
		margin: 0px;
		display: block;
		clear: both;
		margin-bottom: 20px;
	}

	#EditMeterBtnDiv #btnEditSave {
		margin-right: 0px;
	}

	#EditCardBtnDiv input {
		display: block;
		clear: both;
		margin-top: 20px;
	}

	.ui-dialog {
		width: 100% !important;
		left: 0px !important;
	}

	input#DateFrom, input#DateTo {
		width: 100%;
		display: block;
	}

	#ajax-loader {
		margin-left: 48%;
	}

	#fieldsetMakeUnRegPay em {
		margin-left: 0;
	}

	#save-my-details {
		width: 90%;
		max-width: 450px;
	}

}

fieldset input[type="radio"] {
	display: inline;
	width: 20px;
	height: 20px;
	margin: 0px;
}

.payment-selection-block-bottom {
	padding-left: 35px;
}

/* #Mobile (all) */
@media only screen and (max-width:980px) {
	#payzone-main {
		width: 100%;
	}

	#transaction tr td:first-of-type {
		padding: 10px 0px;
	}

	#inner-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-justified > li {
		display: block;
		width: 100%;
	}

	.old_menu_zz {
		display: block !important;
	}

	.nav-justified > li {
		display: block !important;
		width: 100% !important;
	}

	.main-nav.clearfix {
		display: block !important;
	}

	#footer {
		z-index: -1;
	}

	#pinergy-menu-block li a {
		border-right: none !important;
	}

	#fieldsetMeterAccountCreate + .btn {
		margin-left: 315px;
	}

	form[action="/Account/Register"] .panel.panel-payzone.panel-center {
		padding-bottom: 50px;
	}

	#fieldsetRegister + .btn {
		float: left;
		display: inline-block;
		margin-left: 320px;
	}

	#fieldsetRegister + .btn + span {
		float: left;
		display: inline-block;
	}

	#fieldsetRegister + .btn + span + a {
		float: left;
		display: inline-block;
	}

	#fieldsetEditMeterAccount + #btnEditSave {
		margin-left: 150px;
		margin-right: 25px;
	}

	#registerFieldButtonSection {
		float: right;
		margin-right: 80px;
		display: block;
		margin-top: 0px;
	}

	#pinergy-menu-block {
		display: none;
	}

	.paging_full_numbers {
		width: auto !important;
		font-size: 0.8em;
	}

	.dataTables_info {
		width: auto !important;
	}

	.menu-single-item a {
		line-height: 30px !important;
		font-weight: bold;
		font-size: 14px !important;
		padding-left: 0px !important;
	}

	.brand {
		text-align: center;
		display: block;
	}

	#outer-wrap {
		min-height: 0px;
	}

	#footer {
		padding: 10px;
	}

	#menu-footer {
		height: auto;
		margin-bottom: 20px !important;
	}

	#footer .secondary li {
		display: inline-block;
	}

	.nav-collapse, .nav-collapse.collapse {
		position: inherit;
	}

	.nav-header {
		margin: 0 !important;
	}

	.nav-list > li > a, .nav-list .nav-header {
		margin: 0 !important;
	}

	.pinergy-item {
		display: block;
	}

	#menu-header {
		padding: 0;
	}

	#nav {
		position: absolute;
		top: 0;
		padding-top: 0;
	}

	#nav > ul > li:hover > a {
		background: none;
	}

	#nav-open-btn:hover, #nav-open-btn:focus {
		color: #fff;
		text-decoration: none;
	}

	#nav-close-btn {
		color: #FFF;
		float: right;
		margin: 0 5px 0 0 !important;
		padding: 0 !important;
		text-shadow: none;
	}

	#nav-close-btn:hover, #nav-close-btn:focus {
		background: none;
	}

	#nav a {
		line-height: normal;
		padding: 0 25px;
	}

	#nav ul {
		text-align: left;
	}

	#nav li {
		display: block;
		float: none;
		position: relative;
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
		font-weight: bold;
	}

	#nav li.is-active:after {
		z-index: 50;
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: -.03125em;
		margin-top: -.625em;
		border-top: .625em transparent solid;
		border-bottom: .625em transparent solid;
		border-right: .625em #FFF solid;
	}

	#nav ul ul {
		position: relative;
		background: none;
		display: block;
		width: auto;
		margin: 0;
		left: 0;
		top: 0;
		padding-top: 5px;
	}

	#nav ul ul a {
		text-align: left;
		padding: 0 40px;
		text-transform: none;
	}

	#nav ul ul li {
		border: 0 none;
		margin: 0;
		font-weight: normal;
	}

	#sidebar ul ul li {
		border: 0 none;
		font-weight: normal;
	}

	#nav:not(:target) {
		z-index: 1;
		height: 0;
	}

	#nav:target .close-btn {
		display: block;
	}

	#nav .close-btn {
		position: absolute;
		top: -3.75em;
		left: 1.875em;
	}

	#nav .block {
		position: relative;
		padding: 0;
	}

	.js-nav #nav {
		height: auto;
		width: 70%;
		background: #fff;
		box-shadow: 5px 0 20px rgba(0, 0, 0, 0.8);
	}

	.js-nav #menu-header {
		margin-top: 20px;
	}

	.js-ready #nav .block {
		background: transparent;
	}

	.js-ready #nav .close-btn {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
	}

	.js-ready #nav .close-btn:focus, .js-ready #nav .close-btn:hover {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
	}

	.js-ready #nav {
		left: -70%;
	}

	.js-ready #inner-wrap {
		left: 0;
	}

	.js-nav #inner-wrap {
		left: 70%;
	}

	.csstransforms3d.csstransitions.js-ready #nav {
		left: 0px;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		-o-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.csstransforms3d.csstransitions.js-ready #inner-wrap {
		left: 0 !important;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 500ms ease;
		-moz-transition: -moz-transform 500ms ease;
		-o-transition: -o-transform 500ms ease;
		transition: transform 500ms ease;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.csstransforms3d.csstransitions.js-nav #inner-wrap {
		-webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		-o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
	}

	.csstransforms3d.csstransitions.js-ready #nav .block {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
		opacity: 0.7;
		-webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
		-webkit-transition-delay: ease, 0s;
		-moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
		-o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
		transition: opacity 300ms 100ms ease, transform 500ms ease;
		-webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
		-webkit-transform-origin: 50% 0%;
		-moz-transform-origin: 50% 0%;
		-ms-transform-origin: 50% 0%;
		-o-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
	}

	.csstransforms3d.csstransitions.js-nav #nav .block {
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	/* Force table to not be like tables anymore */
	table, .dataTable table, .dataTable tbody, .dataTable td, .dataTable tr {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		clear: left;
	}

	.dataTable thead, .dataTable th, .dataTable thead tr {
		width: 100%;
		padding: 0px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.dataTable th {
		width: 16% !important;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.dataTable thead tr {
		-position: absolute;
		-top: -9999px;
		-left: -9999px;
	}

	.datatable tr {
		border: 1px solid #ccc;
	}

	.dataTable td {

		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 15% !important;
	}

	.alignRight {
		text-align: left !important;
	}

	.ui-icon {
		display: block !important;
		margin: auto;
	}

	.dataTable td:before {

		/* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	#transactions td:nth-of-type(1):before {
		content: "Date";
	}

	#transactions td:nth-of-type(2):before {
		content: "Product";
	}

	#transactions td:nth-of-type(3):before {
		content: "Channel";
	}

	#transactions td:nth-of-type(4):before {
		content: "Premise Number";
	}

	#transactions td:nth-of-type(5):before {
		content: "Account Label";
	}

	#transactions td:nth-of-type(6):before {
		content: "Amount";
	}

	#meters td:nth-of-type(1):before {
		content: "Account Label";
	}

	#meters td:nth-of-type(2):before {
		content: "Premise Number";
	}

	#meters td:nth-of-type(3):before {
		content: "Product";
	}

	#meters td:nth-of-type(4):before {
		content: "Company";
	}

	#footer {
		padding: 30px 85px 60px;
		background: #29363b;
		font-size: 12px;
		position: relative;
		bottom: 0px;
		width: inherit;
		padding-left: 0px;
		padding-right: 0px;
	}

	#sidebar {
		display: none;
	}

}

@media only screen and (max-width:420px) {
	#mainNav li {
		display: block;
		clear: both;
	}

}

#nav {
	padding-left: 0px;
	padding-right: 0px;
}

#pinergy-menu-block li a {
	margin-left: 0px;
	padding: 10px 18px 10px 18px;
	display: block;
	border-right: 1px solid #bababa;
	font-size: 16px;
    color: #000;
	text-transform: uppercase;
	line-height: normal;
	font-family: BariolRegular;
	color: #29363B;
}

.plan-holder.corners h2 {
    background: #CD1622;
    border-color: #CD1622 !important;
	font-weight: normal;
	color: #FFFFFF !important;
	padding: 10px 15px;
	margin: 0;
	border-bottom: 1px solid;
	border-top-right-radius: 3px;
	border-top-left-radius: 2px;
}

.top-rounded.dark-blue h3 {
	font-size: 26px;
    color: #CD1622;
	padding: 15px 20px;
	position: relative;
}

.plan-info h3 {
	margin-left: 25px;
	font-size: 18px;
}

#pinergy-menu-block li a:hover, #pinergy-menu-block li a:active {
    color: #CD1622;
}

#pinergy-menu-block li:last-child a {
	border-right: none;
}

#pinergy-menu-block {
	position: relative;
	left: 0px;
	display: block;
	width: 100%;
}

#pinergy-menu-block li {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pinergy-menu-block {
	padding-left: 0px;
}

#menu-header {
	padding-left: 0px;
}

.ui-dialog {
	z-index: 100000;
}

#sidebar-menu-header li ui {
	overflow: visible !important;
}

div[aria-labelledby="ui-dialog-title-modalwindow"] .ui-dialog-title {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

div[aria-labelledby="ui-dialog-title-modalwindow"] .ui-dialog-titlebar {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

#modalwindow {
	height: 80px !important;
}

.nav.nav-justified.nav-pills > li.old_menu_zz {
	display: none;
}

.main-nav.clearfix {
	display: none;
}

html {
	overflow-x: hidden;
}

/* frames */
.frame_body_top {
	width: 100%;
    display: block;
	padding-top: 5px;
}

.frame_body_bot {
	width: 100%;
	display: block;
	padding-bottom: 5px;
}

/* application - titles */
.step-contain h3 {

	/*width: 671px;*/
	height: 40px;
	padding: 0 0 0 10px !important;
	display: block;
    margin-bottom: 10px;
    /*margin: 20px;*/
	background: #e9e9e9;
	font-weight: normal;
	font-size: 17px;
	line-height: 40px;
        color: #000;
	position: relative;
	top: 0px;
	left: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
	font-weight: normal !important;
}

.step-contain h3 strong {
	font-weight: normal;
}

.step-contain h3 span.edit {
	font-size: 14px;
	color: #4B2E89;
}

.step-contain h3 span.edit a:link, .step-contain h3 span.edit a:visited {
	color: #4B2E89;
	text-decoration: underline;
}

.step-contain h3 span.edit a:hover, .step-contain h3 span.edit a:active, .step-contain h3 span.edit a:focus {
	color: #4B2E89;
	text-decoration: none;
}

.step-contain h3 span.stage {
	position: absolute;
	top: 0;
	right: 0;
	padding: 11px 20px;
	font-size: 17px;
	line-height: 18px;
	font-weight: normal;
}

/* step - in progress */
.step-contain h3.inprogress {
	color: #FFF !important;
        background: #CD1622;
	margin-bottom: 0;
	top: 0px;
	left: 0px;
}

/* step - completed */
.step-contain h3.completed {
        color: #CD1622;
	background: #EEEEEE;
}

.payment-label-value {
	word-break: break-all;
}

/* application - frame */
.step-frame {
	box-sizing: border-box;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	padding: 0px;
	margin-bottom: 10px;
	position: relative;
	display: block;
	background-color: #EEEEEE;
}

/* application - form fields */
.section {
    box-sizing: border-box;
    /*width: 670px;
	        background: #EDEDED url(../../../App_themes/images/bg_section.gif) repeat-x 0 0;
	        padding: 16px 20px 6px 20px;*/
	display: block;
	position: relative;
}

.section ol {
	margin: 0;
}

.section ol li {
	list-style: none;
	display: block;
	clear: left;
	margin-bottom: 10px;
}

.section ol li ol li {
	margin-bottom: 3px;
}

.section p {
	font-size: 1.3em;
	padding: 5px 0;
}

#step3-application .section {
	padding-top: 0px;
}

.section fieldset.xtny {
	width: 200px;
	display: block;
}

.section fieldset.tny {
	width: 230px;
	display: block;
}

.section fieldset.sml {
	width: 250px;
	display: block;
}

.section fieldset.lrg {
	width: 450px;
	display: block;
}

.section label.tny {
	width: auto;
}

.section label.sml {
	width: 100px;
}

.section label.full {
	width: 96%;
}

.section label.xlrg {
	width: 575px;
	margin-right: 20px;
}

.section label.xxlrg {
	width: 660px;
	margin-right: 0;
	padding-right: 0;
}

.section label img {
	vertical-align: middle;
	margin-top: -2px;
}

.section input.sml {
	width: 90px;
}

.section select.tny {
	width: 60px;
}

.section select.sml {
	width: 150px;
}

.section select.lrg {
	width: 350px;
}

.section input.rad {
	width: auto;
	border: none;
	padding: 6px 0 0 0;
	background: none;
	float: left;
	display: block;
	margin-right: 5px;
}

.section input.chk {
	width: auto;
	border: none;
	padding: 5px 0 0 0;
	background: none;
	float: left;
	display: block;
	margin-right: 5px;
}

/* proceed buttons */
.proceed-buttons {
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 10px;
	position: relative;
	background: #EEEEEE;
	padding: 20px;
}

#step4-application .proceed-buttons {
	float: left;
}

.proceed-buttons input.btn {
	float: right;
}

.proceed-buttons #label-agree input.chk {
	padding-top: 6px;
}

.proceed-buttons #label-agree label {
	font-size: 1.8em;
	width: auto;
	padding-left: 5px;
}

/* check buttons */
.section input.btn_check {
	width: auto;
	border: 1px solid #7857BA;
	background: #7857BA;
	font-size: 1.3em;
	color: #FFF;
	padding: 3px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	vertical-align: top;
}

.section input.btn_check:hover {
	background: #4c2e8a;
	border: 1px solid #4c2e8a;
}

/* Review your details */
#review-details h4 {
	font-size: 1.8em;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	padding: 10px 0;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#payment-result-server-message-smart:focus {
	border: none !important;
}

#payment-result-server-message-smart {
	border: none !important;
}

#save-details-info {
	background: #ffffff;
	font-size: 14px;
	line-height: 160%;
	padding: 10px 15px;
	border: solid 1px #00b33c;
	margin: 10px 0;
	border-radius: 3px;
}

/*==========  Modernizr disable tooltip hover popup on touch devices  ==========*/
.touch .tooltip-hidden {
	display: none !important;
}

.touch #tooltip {
	display: none !important;
}

.touch .tooltip-hidden span {
	display: none !important;
}

.touch #tooltip span {
	display: none !important;
}

.touch #tooltip-label {
	display: none !important;
}

.touch #tooltip-label span {
	display: none !important;
}

.touch #tooltip-number {
	display: none !important;
}

.touch #tooltip-number span {
	display: none !important;
}

.touch #tooltip-sidebar {
	display: none !important;
}

.touch #tooltip-sidebar span {
	display: none !important;
}

/*   jQueryUI.js upgrade 10.3 to 12.1 style adjustments  */
.ui-dialog-buttonpane .ui-dialog-buttonset button.ui-button {
	padding: .4em 1em;
	font-weight: bold;
    color: #CD1622;
	border: 1px solid #cccccc !important;
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	-webkit-appearance: button;
	font-weight: bold;
	border-radius: 20px !important;
	box-sizing: border-box;
    color: #CD1622;
}

.ui-dialog-buttonpane:focus .ui-dialog-buttonset button.ui-button:focus {
	border: 1px solid #cccccc;
}

/*
2022-04-26: Éamonn A. Duffy: Fix Offset Issue on Pinergy Account Details First Tab.
Credit(s):
    0. https://www.StackOverflow.com/questions/4654022/how-can-i-specifically-target-this-element-id-with-css
*/
#tabs-1 form#EditDetailsForm {
	margin: 0 !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
    outline: 2px solid var(--blue-black) !important;
    outline-offset: 2px;
}

.skip-main {
    width: 100%;
    margin: -20px 0 10px 27px;
    float: left;
    position: absolute;
    left: -9999px;
}
.skip-main-span {
    padding: 2px;
    font-size: 16px !important;
}