/*CSS UI - Author: Fairway*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

body {
    font-family: 'Raleway', sans-serif;
}
img {
	max-width: 100%;
}
a, .btn-link{
	color:#26ACE2;
}
a:hover, .btn-link:hover{
	color:#002b40;
}
h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
h2.header {
    margin: 30px 0 15px;
}
h3 {
    font-size: 18px;
    line-height: 1.2;
}
.navbar {
	margin-bottom: 10px;
	border-radius: 0px;
}
.navbar-brand {
	float: none;
}
.navbar-nav .nav-item {
	float: none;
}
.navbar-divider,
.navbar-nav .nav-item+.nav-item,
.navbar-nav .nav-link + .nav-link {
	margin-left: 0;
}
@media (min-width: 34em) {
	.navbar-brand {
		float: left;
	}
	.navbar-nav .nav-item {
		float: left;
	}
	.navbar-divider,
	.navbar-nav .nav-item+.nav-item,
	.navbar-nav .nav-link + .nav-link {
		margin-left: 1rem;
	}
}
@-moz-keyframes three-quarters-loader {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes three-quarters-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes three-quarters-loader {
	0% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.modal-dialog {
	z-index: 100;
	margin: auto;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;

}
.modal-backdrop {
	z-index: 1;
}
.login-frm {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.paymenthistory-table {
	style: "box-sizing: border-box; float: left; position: relative; z-index: 4; height: 30.9px; width: 697px; border-top-style: none; border-left-style: none; display: block;"
}
.upload-drop-zone {
	height: 150px;
	border-width: 2px;
	margin-bottom: 20px;
}
/* skin.css Style*/
.upload-drop-zone {
	color: #ccc;
	border-style: dashed;
	border-color: #ccc;
	line-height: 200px;
	text-align: center
}
.upload-drop-zone.drop {
	color: #222;
	border-color: #222;
}

.upload-box-btn {
	color: #999999;
}

.upload-box-btn:link {
	color: 	#999999;
}
.upload-box-btn:visited {
	color: 	#999999;
}
.upload-box-btn:hover {
	color: #6699ff;
}

.upload-box-btn:active {
	color: #80ff80;
}
.ltblue {
	background: #26ACE2;
}
.blue {
	color: #26ACE2;
}
.center {
	text-align: center;
}
.short {
    width: 120px !important;
}
.med {
	width: 240px !important;
}

.nopad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.nomarg {
    margin: 0 !important;
}
.fa-4 {
    font-size: 4em !important;
    margin: 40px;
}
.fa-8 {
    font-size: 8em !important;
    margin: 40px;
}
.btn.btn-primary {
	background-color: #26ACE2;
	border: none;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.btn.btn-primary.loans {
	background: #002b40;
	padding: 0 30px 0 0;
	border: 1px #002b40 solid;
	text-transform: none;
	font-size: 16px;
}
.btn.btn-primary.loans img {
	padding-right:20px;
}
.navbar-light {
	background-color: #f6f6f7 !important;
	padding-top: 20px;
	padding-bottom: 10px;
}
.logo img {
    max-width: 280px;
    margin-left: 15px;
	margin-top: -10px;
    margin-bottom: -30px;
}
.navbar-nav .nav-item .nav-link {
	color:  #002b40;
	font-size:13px;
	margin-top:5px;
}
.navbar-nav .nav-item .nav-link:after {
	content: "|";
	padding-left:10px;
}
.navbar-nav .nav-item:last-child .nav-link:after {
	content: " ";
	padding-left:0;
}
.breadcrumb {
	background: none;
}

ol.breadcrumb {
    padding-left: 0rem;
}

textarea.form-control {
    font-size: 16px;
    margin: 5px 0;
}
#doc-center-title {
  padding-bottom: 10px;
}
#upaddtl {
  float: right;
}
/* Status */
.status {
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 30px;
}
.status ul {
    margin: 0;
    padding: 0;
}
.status li {
    list-style: none;
    padding: 5px;
    position: relative;
}
.status h3:before {
    content: "\f192";
    float: left;
    padding: 2px 5px;
    background: #ccc;
    border-radius: 5px;
    margin: 0 10px 20px;
    color: #fff;
    font-family: fontawesome;
    height: 23px;
    width: 23px;
    font-size: 16px;
}
.status .success h3:before {
    content: "\f00c";
    background: #a4bf54;
    font-size: 14px;
    padding: 4px 4px;
}
.status .fail h3:before {
	content: "\f00d";
	background: #FF0000;
	font-size: 14px;
	padding: 4px 4px;
	float: unset;
}
.status li:before {
    content: "";
    position: absolute;
    background: #777;
    height: 40px;
    width: 1px;
    bottom: -50px;
    margin: 21px;
}
.status li.details:before {
    height: 40px;
    bottom: -60px;
}
.status li:last-child:before {
    display: none;
}
.status h3 {
    color: #999;
    font-weight: bold;
}
.status .success h3, .status .details h3 {
    color: #000;
}
.status .details h3 {
    color: #000;
    margin-bottom: 2px;
}
.status .details {
    background: #eee;
    border-radius: 3px;
    margin: 15px 0;
    padding: 12px 20px 12px 5px;
    font-size: 12px;
}
.status .details div {
    margin-left: 42px;
}
.status .btn-primary {
    border-radius: 5px;
    width: 25%;
    padding: 11px;
    white-space: normal;
}

/* Card */
.circle h3 {
	font-size: 20px;
}

.circle h2 {
	font-size: 18px;
}

.card-sub-title {
	font-size: 20px;
	margin-top: -.75rem
}

.card {
	background-color: #ccc;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	border: none;
	margin-bottom: 60px;
}
.card.solar {
	background-image: url("/img/prod-solar.jpg");
}
.card.storage {
	background-image: url("/img/prod-battery.jpg");
}
.card-title {
	font-size: 30px;
	font-weight: 700;
}
.card-block {
	width: 25%;
	float: left;
	background: rgba(32,47,63,0.9);
	padding: 140px 10px;
	text-align: center;
	color: #fff;
}
.card ul {
	padding: 0;
	margin: 0;
}
.card li {
	list-style: none;
	background: #fff;
	max-width: 17%;
	width:100%;
	float: left;
	margin: 55px 0 40px 15px;
	padding: 70px 0;
	text-align: center;
	border-radius: 300px;
	height: 190px;
	font-weight: 700;
}
.card li h3 {
	font-weight: 700;
	font-size: 30px;
	color: #26ACE2;
}

.card-text {
	margin-bottom: 20px;
}
.date {
	background: #e1e1e1;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 40px;
}
.date.warning {
	background: #ff7f0e;
	color: #fff;
}
.card li .date {
	margin-bottom: 20px;
}
.card .alert-warning {
	width: 75%;
	position: absolute;
	background: #ff7f0e;
	color: #fff;
	border: none;
	padding: 5px 15px;
	border-radius: 0;
	margin-left:25%
}
.detail .card-block {
	background: transparent;
	color: #002b40;
}
.detail .card li {
	margin: 60px 0 60px 15px;
}
.amounts {
	position: absolute;
	bottom: 55px;
	width: 100%;
	background: rgba(255,255,255,0.7);
	padding: 11px;
	font-size: 16px;
	color: #555;
	margin-left: -15px;
}
.lt-blue {
	color: #26ACE2;
}
.hdr-grn {
	background: #a8be42;
	padding: 5px 30px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
#verify-bank {
  margin: 0 0 50px 0;
  border: 1px solid red;
  padding: 10px;
}
#collect-bank-info {
  margin: 0 0 50px 0;
  border: 1px solid red;
  padding: 10px;
}
#save-bank-info {
  float: right;
}
.borrower ul {
	padding: 0;
	margin: 0 0 50px 0;
}
.borrower li {
	list-style: none;
	font-size: 16px;
	padding: 5px 0 0;
}
.borrower div#googlemap {
    border: none !important;
    max-height: 255px;
    margin-bottom: 20px;
}
.note {
	background: #f2f2f2;
	padding: 20px;
	font-size: 12px;
	margin: 20px 5px;
}
.note:before {
	content: "";
	position: absolute;
	border-right: #f2f2f2 20px solid;
	height: 20px;
	width: 20px;
	border-top: 20px transparent solid;
	border-bottom: 20px transparent solid;
	left: 0;
}

.gry-box {
    background: #f2f2f2;
    margin-right: 20px;
    padding: 30px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.wht-box {
    background: #fff;
    padding: 14px;
}
.blk-box {
    background: #bebebe;
    padding: 14px;
}
.monitor img {
    float: right;
    max-height: 120px;
}
.monitor h3 {
	font-weight: 700;
	color: #0b4b2d;
}
.monitor li {
    font-weight: 700;
    margin-bottom: 5px;
}
.monitor .btn {
    width: auto;
}

.payment-box {
    background: #f2f2f2;
    margin-bottom: 20px;
    padding: 30px;
    float: left;
    width: 100%;
}
.payment-box .hdr {
	background: #002b40;
	font-size: 20px;
	color: #fff;
        text-align: center;
        vertical-align: middle;
}
td.amount {
  text-align: right;
}
td.item {
  width: 60%;
}
th.report {
  white-space: nowrap;
}
.payment-breakdown {
  border: 1px solid;
  width: 100%
}
#payment-spacer {
  height: 12px;
}
.breakdown {
  width: 98%;
  margin: 7px;
  font-size: 120%;
}
#nxt-pmt {
  font-size: 16px;
  padding: 15px 0px;
}
.pmt-breakdown-btn {
  margin-left: 8px;
}
#pmt-instr {
  font-size 8px;
}
#pmt-add {
  padding-top: 20px;
}
.pmt-hist {
  margin: 20px 0px 0px 20px;
}
.payment-feedback {
  margin-top: 10px;
}
#additional-amount {
  margin-bottom: 10px;
}
/*
#pmt-hist {
  margin: auto;
} */

.infotext {
  padding: 10px;
  font-size: 80%;
  word-wrap: break-word;
}
.payment-box .input-group {
	padding: 10px 0 10px 30px;
}
.payment-box label {
	float: left;
	width: 55%;
	padding: 5px 0 0;
	font-size: 16px;
}
#address {
  margin: 10px;
}
.check-pad label {
	padding: 0;
}
.payment-box .form-control {
	width: 40%;
}
.payment-box .modify {
        margin: 0 0 0px 30px;
}
#change-additional {
  margin-left: 20px;
}
.payment-box .date {
    margin-left: 15px;
}
.recur {
	padding: 15px;
}
.total {
	margin: 0 31px;
	font-size: 21px;
	font-weight: 700;
	color: #26ACE2;
}
.docs-box {
	background: #f2f2f2;
	float: left;
	width: 100%;
	margin-bottom: 35px;
}
.docs-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.docs-box [class*='col-'] {
	 display: flex;
	 flex-direction: column;
}
.docs {
	padding: 30px;
}
.docs ul{
	padding: 0;
	margin: 0;
}
.docs li{
	list-style: none;
	padding: 5px 0;
	font-size: 16px;
}
.docs li::before {
	content: "\f0f6";
	font-family: fontawesome;
	padding-right: 8px;
	color: #999;
}
.support-box {
	background: #26ACE2;
	padding: 30px;
	color: #fff;
}
.support-box ul{
	padding: 0;
	margin: 0;
}
.support-box li{
	list-style: none;
	padding: 2px 0;
	font-size: 16px;
}
.support-box h4 {
	color: #002b40;
	margin-top: 15px;
}
.support-box a {
	color: #fff;
}
.support-box i {
    font-size: 30px;
    margin: 5px 10px 0 0;
}
#loading i, #download i {
  font-size: 30px;
  margin: 5px 10px 0 0;
  text-align: center;
  padding: 10px;
}
.support-box .fa-clock-o {
    position: absolute;
    font-size: 17px;
    margin-left: -22px;
    margin-top: 7px;
}
.eco {
	text-align: center;
	margin-bottom: 80px;
	float: left;
}
.eco h4 {
	margin: 70px 0 20px;
	text-align: center;
}
.eco h3 {
	font-size: 29px;
	color: #26ACE2;
	font-weight: 700;
}
.faqs h4 {
	font-size: 16px;
	color: #26ACE2;
	font-weight: 700;
	line-height: 42px;
}
.faqs .btn-link {
	background: none;
	text-transform: none;
	padding: 0 0 10px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	color: #000;
	float: left;
	text-decoration: none;
}
.faqs .btn-link::before {
	content: "+";
	padding-right: 5px;
}
.well {
	padding: 30px;
}
.advert {
	background-image: url("/img/martians.jpg");
	padding: 40px;
	color: #002b40;
	background-size: cover;
}
.advert h4 {
	color: #fff;
	font-weight: 700;
	padding: 10px 0 10px 15px;
}
.advert h4:first-child {
	padding:0;
}
.advert a {
	color: #002b40;
	font-size: 20px;
	font-weight: 700;
}

.my-account h3 {
    margin: 15px 0;
}
.my-account ul {
    margin: 0;
    padding: 0;
}
.my-account li {
    margin: 0;
    padding: 3px 0;
    list-style: none;
}


/*Registration*/
.registration {
    background: #f2f2f2;
    float: left;
    width: 100%;
}
.registration .logo {
    margin: 0 auto 15px;
    width: 230px;
	margin-bottom: 25px;
}
.registration h1 {
    margin-bottom: 60px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}
.registration .small label {
    padding: 3px ;
}
.registration-flow {
    height: 100%;
}
[data-reactroot] { height: 100% }
.regform, .incomeform{
    padding: 100px 10px;
    max-width: 600px;
    margin: 0 auto;
}

.incomeform {
    max-width: 500px;
}
.incomeform .input-group {
    margin-bottom: 20px;
    margin-top: 7px;
}
.incomeform .btn.btn-primary {
    width: 45%;
    margin-left: 0%;
}

[data-reactroot] { height: 100% }
.notfoundform{
	padding: 100px 10px;
	max-width: 600px;
	margin: 0 auto;
}

.notfoundform h1 {
	margin-bottom: 60px;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}
.notfoundform {
	max-width: 500px;
}
.notfoundform .input-group {
	margin-bottom: 20px;
	margin-top: 7px;
}

.regform label {
    width: 30%;
    text-align: right;
    float: left;
    padding: 15px 0;
}
.regform .form-control {
    width: 60%;
    float: left;
    margin: 10px;
}
.form > .form-ctl {
  width: 60%;
  float: left;
  margin: 10px;
}
.check-pad label {
    width: 100%;
    padding: 0;
    text-align: left;
}
.registration .check-pad {
	margin-top: 9px;
}
.regform .btn.btn-primary {
    width: 60%;
    margin-left: 30%;
    margin-top: 20px;
}
.file-drop {
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}
.file-drop i {
    font-size: 6em;
    color: #ccc;
}
.file-preview-box {
    width: 100%;
    float: left;
}
.file-preview {
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
    position: relative;
}
.file-preview .fa-search-plus {
    background: #26ACE2;
    color: #fff;
    padding: 4px 5px;
    border-radius: 20px;
    position: absolute;
    bottom: -10px;
    margin-left: 28px;
}
.file-preview .fa-trash-o {
    background: #ccc;
    color: #fff;
    padding: 4px 6px;
    border-radius: 20px;
    position: absolute;
    bottom: -10px;
    margin-left: 60px;
}
.form {
  width: 50%;
  margin: 10px;
}
.submit {
  width: 50%;
  margin: 10px;
}

/*modal*/
.modal-header {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0;
}
.modal-header .close {
    opacity: .4;
    font-size: 34px;
    margin-top: -18px;
    margin-right: -14px;
}
.modal-title {
    font-size: 20px;
    float: left;
    color: #26ACE2;
}
.modal-backdrop {
    background-color: #26ACE2;
}
.modal-backdrop.in {
    opacity: .75;
}
.modal-content {
    border: none;
    padding: 15px;
}
.modal-header, .modal-footer {
    border: none;
}
.modal-body .form-group {
    margin-top: 15px;
}
.modal .input-group {
    margin-top: 15px;
}
.modal label {
    margin-bottom: 5px;
}
.modal .btn-primary {
    min-width: 30%;
}
.modal-md {
    max-width: 500px;
}
.rc-popover-anchor-wrapper {
  margin-left: 10px;
}

.rc-dropdown {
  margin-left: 10px;
}

i.zmdi.zmdi-apps {
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

i.zmdi.zmdi-apps::before {
  content: "\f073";
}

/*overlay*/
.blue-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(38,172,226,.85);
    z-index: 999;
    color: #fff;
}
.blue-overlay .center {
    margin: 0 auto;
        margin-top: 0px;
    float: none;
    margin-top: 13%;
}
.white-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.85);
    z-index: 999;
    color: #000;
}
.white-overlay .center {
    margin: 0 auto;
        margin-top: 0px;
    float: none;
    margin-top: 13%;
}
.white-overlay h3 {
    margin: 30px;
}
.white-overlay .btn {
    margin: 20px;
}
.error-mag {
    margin-left: 12%;
}

.error-plug {
    height: 200px;
    margin-left: 5%;
    margin-bottom: 5%;
}

/* Footer */
footer {
	background: #002b40;
	color: #fff;
	margin-top: 60px;
}
footer .container {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display:         flex;
}
footer .container [class*='col-'] {
	 display: flex;
	 flex-direction: column;
}
footer a, footer .btn-link{
	color:#fff;
}
footer a:hover, footer .btn-link:hover{
	color:#ccc;
}
.support a:hover, .support .btn-link:hover{
	color:#002b40;
}


.disclaimer {
	padding: 40px 20px;
	font-size: 11px;
}
.support {
    background: #26ACE2;
    padding: 17px;
    font-size: 16px;
    text-align: center;
}

/* Login screen template */
.login {
	background-image: url("/img/login-bg.jpg");
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.login-frm {
	margin-top: 200px;
	background: #002b40;
	padding: 60px 80px;
	max-width: 420px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
}
.login-frm a{
	color:#fff;
}
.login-frm .logo {
	margin-bottom: 50px;
	max-width: inherit;
}
.login-frm .logo img {
    max-width: 263px;
    margin-left: 0;
    margin-bottom: -30px;
	margin-top: -10px;
}
.login-frm .input-group input {
	background: transparent;
	border-color: #fff;
	margin-bottom: 10px;
	font-size: 15px;
	color: #fff;
}
.forgot-pass, .forgot-pass:hover{
	color: #fff;
	text-align: right;
	padding: 0;
	margin-top: 25px;
	font-size: 13px;
}


.collapse.show {
    display: block;
}

/* Credit Ops - Email */
.recipient-list {
	max-height: 200px;
	overflow-y: scroll;
}


/* Base for checkbox styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: .1em;
  width: 1.25em; height: 1.25em;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
[type="checkbox"]:not(:checked) + label.review:before,
[type="checkbox"]:checked + label.review:before {
	left: 0;
	top: .6em;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: .3em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #26ACE2;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + label.review:after,
[type="checkbox"]:checked + label.review:after {
	top: .5em; left: .3em;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: transparent;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9!important;
}


/* Base for checkbox styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
}

/* checkbox aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0; top: .1em;
	width: 1.25em; height: 1.25em;
	border: 1px solid #ccc;
	background: transparent;
	border-radius: 50%;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
[type="radio"]:not(:checked) + label.review:before,
[type="radio"]:checked + label.review:before {
	left: 0;
	top: .6em;
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: .1em; left: .3em;
	font-size: 1.3em;
	line-height: 0.8;
	color: #26ACE2;
	transition: all .2s;
}
[type="radio"]:not(:checked) + label.review:after,
[type="radio"]:checked + label.review:after {
	top: .5em; left: .3em;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: transparent;
}
[type="radio"]:disabled:checked + label:after {
	color: #999;
}
[type="radio"]:disabled + label {
	color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
	border: 2px dotted blue;
}
/* registration radio box */
.reg-radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.reg-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom radio button */
.radio-check {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	margin-left: 10%;
	margin-top: 9px;
	background-color: #eee;
	border-radius: 50%;
}

.radio-pad {
	margin-left: 10%;
	margin-top: 9px;
}

.radio-pad label {
	width: 100%;
	padding: 0;
	text-align: left;
}
/* On mouse-over, add a grey background color */
.reg-radio:hover input ~ .radio-check {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.reg-radio input:checked ~ .radio-check {
	background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.reg-radio input:checked ~ .radio-check:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.reg-radio .radio-check:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* Responsive */
@media(max-width:1200px){
	.container {
		width: 100%;
		max-width: 100%;
	}
	.card {
		margin-bottom: 20px;
	}
	.card-block {
		padding: 26px 10px;
	}
	.card li {
		max-width: 16%;
		height: 170px;
		padding: 55px 0;
	}
	.card li h3 {
		font-size: 24px;
	}
	.amounts {
		position: relative;
		bottom: auto;
		margin-left: 0;
		float: left;
		text-align: center;
		margin-bottom: 40px;
	}
	.support {
		padding: 4px 10px;
		font-size: 14px;
	}
}
@media(max-width:767px){
	h2 {
		margin-top: 30px;
	}
	.login-frm {
		margin-top: 0px;
		padding: 40px;
		height: 100%;
		position: absolute;
		max-width:100%;
		width: 100%;
	}
	.logo {
    float: right;
	}
  .logo img {
      max-width: 200px;
      margin-bottom: 0px;
  }
  .login-frm .logo {
    text-align: center;
    float: none;
  }
  768 center it
	.nav {
		width: 100%;
		text-align: center;
	}
  .navbar-nav .nav-item .nav-link:after {
    content: "";
  }
  .navbar-toggleable-xs .navbar-nav {
    float: none;
    width: 100%;
    text-align: center;
  }
	.card-block {
		width: 100%;
	}
	.card li {
		max-width: 100%;
		margin: 5px 0;
	}
	.card .alert-warning {
		width: 100%;
		position: relative;
		margin-left: 0;
		margin-bottom: 0;
		text-align: center;
	}
	.detail .card li {
		margin: 0;
		border-radius: 0;
		padding: 8px;
		height: auto;
	}
	#map_canvas {
		margin-bottom: 20px;
	}
	.payment-box .btn.btn-primary {
		margin: 0 0 30px 15px;
	}
	.payment-box label {
		width: 100%;
	}
	.total {
		margin: 0 5px;
	}
	.docs-box, footer .container {
		display: inherit;
	}
	.regform, .incomeform, .notfoundform {
		padding: 20px 10px;
	}
	.regform label {
		width: 90%;
		text-align: left;
		padding: 0;
	}
	.regform .form-control {
		width: 90%;
		margin: 0 0 10px;
	}
	.check-pad {
		margin-left: 10%;
	}
	.regform .btn.btn-primary {
		width: 80%;
		margin-left: 10%;
	}

/* Scss Update for Payment History Table */
/* Add to pagination.scss to change colors to match branding */
  a, .btn-link {
    color: #26ACE2;
  }
  a.page-link {
   font-weight: 400;
  }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #26ACE2;
    border-color: #26ACE2;
  }
}

.home-energy-modal .sections > div {
    margin-bottom: 2em;
} 
