@import url(
	//fonts.googleapis.com/css?family=Roboto&v=3.11.4.202505081711
);

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	margin: 0;
}

html {
	background-color: #d0d0d0;
}

html, body {
	height: 100%;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

.hidden {
	display: none;
}

.wrapper>.row {
	margin: 0;
}

.wrapper {
	height: 100%;
	position: relative;
	margin-bottom: -40px;
	display: table;
	width: 100%;
}

.login-form {
	margin-top: 60px;
	padding: 15px 0;
}

.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}

.form-links a {
	color: #fff;
}

.panel-default {
	border: none;
	border-radius: 5px;
	background-color: #ffffff;
	min-width: 240px;
	margin-bottom: 60px
}

.panel-default>.panel-heading.util-card {
	background-color: #333333;
	border-radius: 0;
	color: #a0defd;
	/*height: 64px;*/
	width: 100%;
	padding: 5px 10px 5px 10px;
	background-image: none;
}

.panel-body {
	padding: 15px 30px;
	border: 1px solid #dedede;
	border-top: none;
}

.needhelp {
	font-size: 14px;
	line-height: 16px;
}

.needhelp .phone, .needhelp .email, .needhelp .url {
	font-weight: bold;
}

.alert-danger, .alert-success {
	border: none;
}

.well {
	/*background-color: #F2F4F5;*/
	background-color: #ffffff;
	background-image: none;
	border: none;
	box-shadow: none;
	background-image: none;
	padding: 15px 0;
}

.well.last {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 40px;
}

.alert {
	border-radius: 0;
	box-shadow: none;
	background-image: none;
}

.strong {
	font-weight: bold;
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.form-control {
	font-size: 16px;
}

::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 24px;
}

:-moz-placeholder { /* older Firefox*/
	font-size: 14px;
	line-height: 24px;
}

::-moz-placeholder { /* Firefox 19+ */
	font-size: 14px;
	line-height: 24px;
}

:-ms-input-placeholder {
	font-size: 14px;
	line-height: 24px;
}

#msgSection .alert.alert-success {
	margin-bottom: -10px;
}

#forgetPasswordSection .alert-success {
	margin-bottom: -50px;
	padding-bottom: 30px;
}

.btn:focus, .btn:hover {
	background-color: #8AB9CD;
	color: #ffffff;
	outline: none;
}

.btn-lg, .btn-group-lg>.btn, .btn-group>.btn {
	border-radius: 0;
}

.btn.dropdown-toggle {
	background-color: #f3f4f5;
}

.btn.dropdown-toggle:hover, .btn.dropdown-toggle:focus {
	background-color: #ffffff;
	color: #333333;
}

.caret {
	margin-left: 3px;
	margin-right: 3px;
	border-top: 8px dashed;
	position: relative;
	left: 5px;
}

.btn .btn-label {
	font-size: 16px;
}

.dropdown-menu {
	border-radius: 0;
}

.form-control {
	border-radius: 0;
	background-color: #f3f4f5;
}

.login-btn-primary {
	background-color: #74A3B7;
	border: none;
	color: #ffffff;
}

#utilityName {
	padding-top: 5px;
}

#utilityName .utility {
	background-color: transparent;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.utility img {
	max-height: 100px;
	max-width: 250px;
	margin-bottom: 5px;
}

#utilityName .title {
	font-weight: bold;
	display: inline-block;
	color: #333;
	font-size: 24px;
	margin: 0 20px;
	vertical-align: middle;
	height: 100%;
	white-space: nowrap;
}

.extraPadding {
	margin-bottom: 10px;
}

.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}

.col-fixed {
	/* custom width */
	width: 320px;
}

.col-min {
	/* custom min width */
	min-width: 320px;
}

.col-max {
	/* custom max width */
	max-width: 320px;
}

.center-block {
	float: none !important
}

.footer {
	height: 40px;
	color: #333333;
	background-color: #F2F4F5;
	padding: 4px 0 0 0;
	text-align: center;
	vertical-align: middle;
	line-height: normal;
	margin: 0;
	position: relative;
	top: 0;
	width: 100%;
	padding: 4px 0 0 0;
	font-size: 14px;
	display: table;
}

.footer ul {
	margin-bottom: 0;
	display: inline-block;
}

.footer ul>li>a {
	padding: 7px 5px 0 5px;
	height: 30px;
	overflow-y: hidden;
	color: #337ab7;
}

.footer ul>li>a:active, .footer ul>li>a:hover, .footer ul>li>a:focus {
	color: #337ab7;
	background-color: transparent;
}

footer li.divider {
	margin-left: 2px;
	margin-right: 2px;
	padding: 0;
	background-color: #333333;
	height: 14px;
	width: 1px;
	position: relative;
	top: 10px;
}

.footer img.logo {
	position: relative;
	top: -8px;
	display: none;
}

.footer img.logo.light-on-dark {
	width: 75px;
	height: 26px;
}

.footer img.logo.dark-on-light {
	width: 67px;
	height: 24px;
}

/* Password Rules Modal */
.rules-link {
	text-decoration: underline;
	font-size: 14px;
	padding: 0 8px;
}

.rules-link2 {
	font-size: 16px;
}

#password-policy .modal-content {
	border-radius: 0;
	border-color: #d6d6d6;
}

#password-policy .modal-header {
	border: none;
	padding-bottom: 0;
}

#password-policy .modal-header h4 {
	font-weight: bold;
}

#password-policy .modal-footer {
	border: none;
	padding-top: 0;
}

#password-policy .modal-content .btn {
	border-radius: 0;
	background-color: #74A3B7;
	border: none;
	color: #ffffff;
	font-weight: bold;
	margin-top: 5px;
	font-family: "Droid Sans", "Roboto", sans-serif;
}

span#pwd-policy-special {
	font-weight: bold;
	padding-left: 5px;
}

#newAccount3ErrorAlert a span {
	white-space: nowrap;
}

#termsContent {
	white-space: pre-wrap;
	font-size: 14px;
	padding-bottom: 24px;
}

#terms .btn-primary {
	margin-right: 4px;
}

#terms .btn-group {
	float: right;
	height: 20px;
	margin-right: 8px;
	margin-bottom: 24px;
}

.btn-primary {
	background-color: #74A3B7;
	border: none;
	color: #ffffff;
}

.btn-secondary {
	background-color: #aeaeae;
	color: #fff;
}

.btn-secondary:hover {
	background-color: #b6b6b6;
}

.btn, .btn-primary:hover {
	border: none;
}

.checkbox.show-password {
	color: #333333;
}

#ie-warning {
    color: #333;
    border-radius: 0;
    box-shadow: none;
    background-image: none;
    padding: 20px;
}

/* Adjustments based on screen size */

/* Additional Styles for Bootstrap Size LG */
/* Desktop */
@media ( min-width : 1200px) {
}

/** Screens SM and up.*/
@media ( min-width : 500px) {
	.wrapper {
		background: url('../brand/background?v=3.11.4.202505081711') no-repeat top center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#utilityName {
		width: 100%;
		display: table;
	}
	#utilityName .utility {
		width: 5%;
		display: table-cell;
	}
	#utilityName .title {
		display: table-cell;
		text-align: center;
		padding-right: 15px;
	}
}

/** Footer wrapping on small screens*/
@media ( min-width : 500px ) and ( max-width : 660px ) {
	.wrapper {
		margin-bottom: -100px;
	}
	.panel-default {
		margin-bottom: 120px;
	}
	.footer {
		height: 100px
	}
	.footer li.divider {
		display: none;
	}
	.footer li {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 -15px;
	}
	.footer .nav-pills>li+li {
		margin-left: -15px;
	}
}

/** XS Screens*/
@media ( max-width : 499px) {
	body {
		background-image: none;
		background-color: #f3f4f5;
	}
	.wrapper {
		height: auto;
	}
	.panel-default>.panel-heading.util-card, .panel-default {
		border-radius: 0;
		background-image: none;
	}
	.login-form {
		margin-top: 0px;
		padding: 0;
	}
	.nav-pills>li+li {
		margin-left: 0;
	}
	.nav>li {
		width: 100%;
	}
	.footer {
		background-image: none;
	}
	.footer ul>li>a, .footer ul>li>a:active, .footer ul>li>a:hover, .footer ul>li>a:focus
		{
		color: #337ab7;
		background-color: transparent;
		height: auto;
	}
	footer li.divider {
		display: none;
	}
}