body {
	max-width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #65686c;
    background-color: #f7f7f7;
    overflow-x: hidden;
}

.container-fluid {
    max-width: 960px;
}

h4 {
	color: #0079c2;
	font-size: 16px;
	font-weight: bold;
}

h5 {
    color: #be0000;
    font-weight: 600;
}
p {
	padding: 0 0 15px 0;
}

/* gutters */
.col-sm-1, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6,
.col-sm-7, .col-sm-8, .col-sm-9,
.col-sm-10, .col-sm-11, .col-sm-12 {
  padding-right: 9px;
  padding-left: 9px;
}
.row {
  margin-right: -9px;
  margin-left: -9px;
}


/* panels */
.panel {
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid transparent;
	border-radius: 0px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-primary > .panel-heading {
	color: #0079c2;
	background-color: #ffffff;
	border-color: #337AB7;
}

.panel-primary {
	border-color: #e3e4e5;
	padding: 15px 10px 10px;
}

.panel-heading {
	border-bottom: none;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	margin-left: 0;
	padding-left: 10px;
}

.panel-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	color: inherit;
}


/* menu */
.navbar {
    background-color: #002b49;
    border-radius: 0px;
    border: none;
    min-height:0;
}
.navbar > .container-fluid {
    line-height: 0;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top: 6px !important;
    padding-bottom:0 !important;
    min-height: 31px !important;
    text-decoration: none !important;
    line-height:none !important; 
    height:auto !important;
}
.navbar {
    margin-bottom: 0 !important;
}

.navbar-nav > li > a {
    color: #eeeeee;
}

.navbar-nav > li > a:hover,
.navbar-nav > li:hover,
.navbar-nav > li > a:focus {
    color: #ffffff;
    background-color:#00609a;
}

.navbar-header {
    max-height: 960px;
    width:100%;
    display:inline-block;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
	background-color: #00609a;
	color: #ffffff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #00609a;
}

/*ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}*/

.navbar-brand {
    display: none;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

/* branding header */
.branding-header {
    padding: 24px 0 0 0;
    min-height: 83px;
    background-color: #fff;
    background-image: url('../images/header_bg.png');
    background-repeat: repeat-x;
}

.header-logo {
    display:inline;
}

.header-links {
	padding-top: 15px;
	color: #fff;
    display:inline;
    float:right; 
}

a.header-link {
	padding: 0 10px 0 10px;
	color: #eee !important;
}

a.header-link:hover {
	color: #fff;
}

.account-header {
    color: #eee;
    background-color: #004f85;
    min-height: 145px;
}

.selected-account-header {
    background-color: #004f85;
    padding: 25px 15px 0 15px;
}

.footer {
	color: #f7f7f7;
    background-color: #002b49;
    padding: 10px 20px 10px 20px;
}
.footer h4 {
	font-size: 16px;
	font-weight: normal !important;
	padding: 0 0 10px 0;
}
.footer a {
	padding: 0 10px 0 10px;
	color: #eee !important;
}

.footer a:hover {
	color: #fff;
}
#selected_account_header {
	background-color: #efeff0;
}


/* links and buttons */

a:focus {
    outline: 0;
}

a, a.authlink {
	color: #0786cd;
}

a:focus, a:hover,
a.authlink:focus, a.authlink:hover {
	color: #0786cd;
	text-decoration: underline;
}

.gng-btn-primary,
a.gng-btn-primary
{
	background-color: #ff9324;
	color: #ffffff;
    border: none;
    border-radius: 1px;
	font-weight: 600;
	text-transform: uppercase;
    min-width: 150px;
    min-height: 32px;
    margin-right: 5px;
}

.gng-btn-primary:hover, .gng-btn-primary:focus,
a.gng-btn-primary:hover, a.gng-btn-primary:focus {
	color: #ffffff;
	background-color: #ff9324;
	text-decoration: none;
}

.gng-btn-default,
a.gng-btn-default
{
	background-color: #0079c2;
	color: #ffffff;
    border: none;
    border-radius: 1px;
	font-weight: 600;
	text-transform: uppercase;
    min-width: 150px;
    min-height: 32px;
    margin-right: 5px;
}
.gng-btn-default, .gng-btn-primary {
    margin-top:5px;
}

.gng-btn-default:hover, .gng-btn-default:focus,
a.gng-btn-default:hover, a.gng-btn-default:focus {
	color: #ffffff;
	background-color: #0079c2;
	text-decoration: none;
}

.bootstrap-select .dropdown-toggle.btn-default,
.bootstrap-select .dropdown-toggle.btn-default:active,
.bootstrap-select .dropdown-toggle.btn-default:hover,
.bootstrap-select .dropdown-toggle.btn-default:focus,
.bootstrap-select .open > .dropdown-toggle.btn-default,
.bootstrap-select .open > .dropdown-toggle.btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default:hover,
.bootstrap-select .open > .dropdown-toggle.btn-default:focus {
	color: #65686c;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	font-weight: normal;
	text-shadow: none;
	outline: medium none;
}

fieldset {
	border: none !important;
}

label {
	margin-bottom: 3px;
}

th {
	font-size: 14px;
	font-weight: normal;
}

td {
	font-size: 14px;
	font-weight: normal;
}

th {
	font-weight: bold;
	color: #65686c;
}

td.row_heading {

}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #F5F5F5;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 0px;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: none;
}

table.grey-font td {
	color: #65686c;
}

table tr.orange-font td {
	color: #ff9324;
    font-style:italic;
}
.table.table-lined > thead > tr > th, .table.table-lined > tbody > tr > th, .table.table-lined > tfoot > tr > th, .table.table-lined > thead > tr > td, .table.table-lined > tbody > tr > td, .table.table-lined > tfoot > tr > td {
	padding-left: 0;
	padding-right: 0;
}

table.table-lined tr {
	border-bottom: 1px solid #eaeaec;
}
table.table-lined td {
	font-size: 14px;
	font-weight: normal;
	color: #65686c;
	padding-bottom: 7px;
}
table.table-lined td.total {
	font-size: 16px;
	font-weight: bold;
	color: #1f2c33;
}
table.table-lined tr.total {
	border-top: 2px solid #3a3d42;
	border-bottom: none;
}
.table-hover > tbody > tr:hover {
    background-color: #ebebeb;
}
/* field/value tables */

table.fv th, table.fv td {
	border: none;
	padding: 0 5px 3px 0;
	color: #ddd;
    vertical-align:top
}

table.fv th {
	color: #eee;
	font-weight: bold;
	padding-right: 20px;
}


/* common/shared */

.right {
    text-align: right;
}

.voffset1 {
    margin-top: 2px;
}

.voffset2 {
    margin-top: 5px;
}

.voffset3 {
    margin-top: 10px;
}

.voffset4 {
    margin-top: 15px;
}

.voffset5 {
    margin-top: 20px;
}

.voffset6 {
    margin-top: 25px;
}

.voffset7 {
    margin-top: 30px;
}

.voffset8 {
    margin-top: 40px;
}

.voffset9 {
    margin-top: 60px;
}

.voffset10 {
    margin-top: 80px;
}

.voffset11 {
    margin-top: 100px;
}

.voffset12 {
    margin-top: 150px;
}

.noform {
	padding-left: 10px;
	padding-right: 10px;
}
input[type="checkbox"], input[type="radio"] {
    vertical-align: top !important;
}
input[type="radio"], input[type="checkbox"] {
    margin: 2px 0px 0px;
    line-height: normal;
}
.imgwithtext{
    vertical-align:middle;
    margin-right:5px;
    margin-bottom:2px;
}
.tblmaxwidth {
    display:table; 
    width:100%
}
.vertcentered {
    display:table-cell; 
    vertical-align:middle
}
/* disable link marquee */
a:focus {
    outline: 0;
}
a.btn.btn-primary.disabled {
    color: #777;
    border-color :#ccc;
    background-color: #fff;
}
/* disable auto-fill highlight in Chrome */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(/Content/fonts/roboto.woff2) format('woff2');
}

/* graph related */
#usage_graph,
#amount_graph {
	max-width: 600px;
	margin: auto;
}

.hand {
	cursor:hand;
	cursor:pointer;
}
.graph {
	text-align: center;
	width: inherit;
	margin: auto;
}

@media (max-width: 767px) {
    .graph {
        width: 90%;
    }

    .graph-panel {
        min-height: auto;
    }
}
.graphFix {
	display: inline-block;
	height:319px;
	position: relative;
	user-select: none;
	width:440px;
}
.graphFix-canvas {
	display: block;
	height: 100% !important;
	visibility: hidden;
}

.graphFix-svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.uxFeedback {
}

.checkImage {
    padding-top:1em;
    padding-bottom:1.25em
}

/* media  query*/
@media (max-width: 820px) {
      table.billHistory th.col-hide-1,
    table.billHistory td.col-hide-1 {
    	display: none !important;
    	width: 0 !important;
    }
}

@media (max-width:767px) {
    .navbar-brand {
        display: inline-block;
        padding: 10px 22px;
        color: #eeeeee;
        font-size:inherit !important
    }
}
@media (max-width: 926px) {
    #features_div {
        margin-top: 20px;
    }

    #login_col {
        width: 100%!important;
    }
    #improved_ttl {
        padding-left:0 !important
    }
    #welcome_ttl {
        padding-left:0 !important
    }
    #features_col {
        margin-left: 0 !important;
        margin-top: 25px;
    }
}

 @media (max-width: 640px) {
   table.usageHistory th.col-hide-1,
   table.usageHistory td.col-hide-1 {
    	display: none !important;
    	width: 0 !important;
    }
  
}

@media (max-width: 520px) {
    table.compareBills th.col-hide-1,
    table.compareBills td.col-hide-1,
    table.epp th.col-hide-1,
    table.epp td.col-hide-1
     {
    	display: none !important;
    	width: 0 !important;
    }
    table.billHistory th.col-hide-2,
    table.billHistory td.col-hide-2 {
    	display: none !important;
    	width: 0 !important;
    }
    .btn {
        margin-right: 0px !important;
    }

    .compare_bills_panel {
		margin-top: 60px;
	}
}

@media (max-width: 420px) {
    table.epp th.col-hide-2,
    table.epp td.col-hide-2,
    table.paymentHistory th.col-hide-2,
    table.paymentHistory td.col-hide-2,
	table.usageHistory th.col-hide-2,
    table.usageHistory td.col-hide-2,
    table.compareBills th.col-hide-2,
    table.compareBills td.col-hide-2 {
    	display: none !important;
    	width: 0 !important;
    }
   
}
#loading {
   background:#000 url(../images/loading.gif) no-repeat center center;
   height: 66px;
   width: 152px;
   position: fixed;
   border: 1px solid #ccc;
   z-index: 10000;
   left: 50%;
   top: 50%;
   margin: -25px 0 0 -76px;
}
#features_col {
   margin-left:30px;
}
#browsers_supported {
    max-width: 700px;
    padding:0 9px;
    text-align:center;
}
.blue_font {
    color:#0786cd;
}

.centered {
  display: table-cell;
  vertical-align: middle;
}

.v-align {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
div[class*="popover-content"] { 
    color: #65686c;
}

@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 400;
  src: local("Avenir"), local("Avenir"), url(/Content/fonts/Avenir.woff2) format("woff2"), url(/Content/fonts/Avenir.ttf), url(/Content/fonts/Avenir.eot);
}
#improved_ttl {
    color: #ff9324;
    font-family: "Avenir"; 
    font-size:24px;
    text-align:center;
    font-weight:500;
    /*padding-left:50px*/
}
#welcome_ttl{
    font-size:20px;
    font-family: "Avenir";
    text-align:center;
    font-weight:500;
    /*padding-left:50px*/
}
#onlinefeatures_ttl {
    font-family: "Avenir";
    font-size: 18px;
    padding-left:7px;
    white-space: nowrap;
}
.features_tbl > tbody > tr > td {
    padding-top:2px;
    padding-bottom:2px;
}

 .features_tbl > tbody > tr > td:nth-child(2) {
    color:#0786cd;
    font-size: 14px;
    padding-left:0;
    vertical-align: middle;
    border-bottom: 1px solid #f4f4f4;
    white-space: nowrap;
}
.waystopay_tbl > tbody >tr > td:nth-child(1) {
    vertical-align:top; 
    padding-right:13px
}

/* mobile menu */
.mobile_menu_only {
    display:none !important;
}
.wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 3px 15px !important;
}
menu, ol, ul {
    padding: 0 0 0 40px;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.content {
    width: 97.917%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .navbar-nav {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .dropdown-header, .dropdown-menu {
        padding: 0;
    }
    .navbar-nav > li > a {
        padding: 5px 22px !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 22px !important;
    }

    .dropdown-header, .dropdown-menu > li > a {
        background-color: #FFF;
    }
    .navbar-nav > li {
        border-top: 1px solid #003960;
    }

    .navbar-nav .open .dropdown-toggle {
        background-color: #00609a !important;
    }

    .content {
        width: 100%;
        margin: 0;
    }

    ul {
        margin: 0;
    }

    #headerLinks {
        display:none;
    }
    .mobile_menu_only {
        display:block !important;
    }
    .navbar-nav ul.dropdown-menu li.divider {
        display:none;
    }

    .navbar li.dropdown b.caret {
        display:none;
    }
    .navbar li.dropdown b.caret-center {
        margin-top: 8px;
        margin-right: 4px;
    }
    #manage_icon {
        display:none;
    }
}

@media screen and (max-width: 350px) {
    .datepicker.datepicker-dropdown table td, 
    .datepicker.datepicker-dropdown th.datepicker-switch,
    .datepicker.datepicker-dropdown th.prev, 
    .datepicker.datepicker-dropdown th.next, 
    .datepicker.datepicker-dropdown th.dow {
        padding: 6px 8px 6px 8px !important;
    }
}

.icon-bar {
    background-color: #ffffff;
}
.navbar-toggle {
    padding: 0;
    margin-right:0 !important; 
}
#mobile-navbar-collapse-2 {
    width:100%;
    padding: 0;
    background-color: #002b49;
}
/* footer content centering */
@media screen and (max-width: 841px) {
    #footer_year_rights, #footer_links {
        width: 100%;
        text-align:center;
    }
}

.confirmationPending {
    color: orange !important;
    display:inline-block !important;
    padding-left: 10px !important;
    font-weight: 600 !important;
    font-size: 14px;
}

.maConfirmationPending {
    color: orange !important;
    font-weight: 600 !important;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
	.mobileOnly {
		display:inline !important;
	}
}

.required-field::after {
    content: "*";
    color: red;
    margin-left: 2px
}

.required-note::before {
    content: "*";
    color: red;
    margin-left: 2px
}

.textarea-wrapper {
    position: relative;
    display: inline-block;
}

.phone-number {
    color: #0f7abf;
    font-weight: 600;
}
