body {
  font-family: 'Open Sans', sans-serif;
}
h4 {
  font-weight: 600;
  margin-top:20px;
}

a {
  color: #19a8e0;
}
strong.strong-alert {
  color: #f79329;
}

.checkboxtest label::before{
    content: "";
    display: block;    
    height: 16px;
    width: 16px;
    border: 1px solid;   
}

.checkboxtest label::after {
    content: "";
    display: block;
    height: 6px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;    
    transform: rotate(-45deg);
}

.checkboxtest label {
    position: relative;
	clear: left;
	margin-left: 35px;
}

.checkboxtest label::before,.checkboxtest label::after {
    position: absolute;
	margin-right: 50px;
}
/*Outer-box*/
.checkboxtest label::before {
    top: -1px;
    margin-left:-20px;
}
/*Checkmark*/
.checkboxtest label::after {
    left: -17px;
    top: 2px;
}

/*Hide the checkmark by default*/
.checkboxtest input[type="radio"] + label::after {
    content: none;
}

/*Unhide the checkmark on the checked state*/
.checkboxtest input[type="radio"]:checked + label::after {
    content: "";
}

.no-padding {
  padding: 0 0 !important;
  margin: 0 0 !important;
}
.btn-green {
  background-color: #efefef;
  color: #005daa;
}
.head-wrapper {
  background-color: white;
  color: #064d8f;
  padding: 0 0 10px 0;
}

.head-wrapper #emailAddress, .head-wrapper #password {
  color: black;
}

#siteLogo img {
  margin: 15px 0 0 15px;
}
#siteLogo img {
  max-width: 100%;
  height: auto;
}
.head-phone {
  font-size: 1.25em;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .head-wrapper {
    padding: 0 0 5px 0;
    min-height: 40px;
  }
  .head-phone {
    font-size: 1.1em;
  }
}
@media (max-width: 480px) {
  .head-wrapper .col-xs-3,
  .head-wrapper .col-xs-4,
  .head-wrapper .col-xs-5,
  .head-wrapper .col-xs-6 {
    padding: 0;
  }
  #siteLogo img {
    margin: 5px 0 0 5px;
  }
  #reportAnOutage {
    display: block;
    overflow: hidden;
    margin: 0 0 0 15px;
    max-width: 100%;
    height: auto;
  }
  .head-phone {
    font-size: 1em;
    margin: 5px 5px 0 5px;
  }
}
.forcelogin {
	padding-top:5%;
	padding-left:15%;
	padding-right:15%;
}
@media (max-width: 767px) {
.forcelogin {
		padding-top:5%;
	padding-left:5%;
	padding-right:5%;
}
}
@media (max-width: 480px) {
	.forcelogin {
			padding-top:5%;
	padding-left:5%;
	padding-right:5%;
	}
}
#reportAnOutage img {
  max-width: 100%;
  height: auto;
}
a.outage-feature {
  background-color: #fab516;
  color: #064d8f;
  display: block;
  overflow: hidden;
  text-align: center;
  font-weight: 800;
  padding: 25px 15px;
  text-transform: uppercase;
  border-radius: 0 0 5px 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
a.outage-feature span {
  font-size: 1.3em;
}
a.outage-feature:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.head-sign-in-out-container a.head-sign-in-out {
  color: #7a7979;
  font-size: 1.25em;
  padding: 0 7px 0 7px;
}
.head-sign-in-out-container a.head-report-outage {
  color: #7a7979;
  font-size: 1.25em;	
  padding: 0 7px 0 7px;
}
.head-sign-in-out-container a.head-contact-us {
  color: #7a7979;
  font-size: 1.25em;
  text-align:justify;	
  padding: 0 7px 0 7px;
}
.head-sign-in-out-container a.head-search {
  color: #7a7979;
  font-size: 1.25em;
  padding: 0 7px 0 7px;
}
.head-sign-in-out-container a.head-sign-in-out strong {
padding-left: 5px!important;
}
.head-sign-in-out-container a.head-report-outage strong {
padding-right: 5px!important;
}
.head-sign-in-out-container a.head-sign-in-out .glyphicon {
  color: #8ec140;
}
.head-sign-in-out-container a.head-contact-us .glyphicon {
  color: #19a8e0;
}
.head-sign-in-out-container a.head-report-outage .glyphicon {
  color: #f8b432;
}
.head-sign-in-out-container a.head-search .glyphicon {
  color: #9c9c9b;
}
.head-sign-in-out-container .popover {
  background-color: #005daa;
    color: #fff;
}
.head-sign-in-out-container .popover.bottom > .arrow:after {
    border-bottom-color: #005daa;
    color: #fff;
}
.head-sign-in-out-container .popover input[type=submit] {
  background-color: #efefef;
  color: #005daa;
  font-weight:bold;
}
.head-sign-in-out-container .popover a {
  color: white;
}
.head-second-row {
  display: block;
  overflow: hidden;
}
.head-second-row .head-search-container {
  display: inline-block;
  margin-right: 10px;
  width: 215px;
  max-width: 50%;
}
.head-second-row .head-search-container .form-group {
  margin-bottom: 10px;
}
.head-second-row .head-search-container .form-control {
  border-radius: 15px;
}
.head-second-row .head-social-media-links {
  display: inline-block;
  float: right;
  margin-top: 3px;
  max-width: 50%;
}
@media (max-width: 767px) {
  .head-second-row .head-social-media-links {
    max-width: 100%;
  }
}
.navbar-wrapper {
  background-color: #efefef;
  margin-bottom: 15px;
  border-top: 5px solid #fab516;
  box-shadow: 0 4px 2px -2px #b6b5b5;
}
.navbar {
  margin-bottom: 0;
  min-height: 0;
  border: none;
}
.navbar-toggle {
  float: left;
}
.navbar-toggle .icon-bar {
  background-color: black;
  box-shadow: 0 1px 0 #fff;
}
#searchFormMobile {
  display: none;
}
#searchFormMobile .form-control {
  width: auto;
  max-width: 75%;
  margin-right: 10px;
  margin-top: 8px;
  float: right;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.nav-justified > li.current-page {
  background-color: #fab516;
}
.nav-justified > li.current-page a {
  border-color: #fab516;
}
.nav-justified > li > a {
  white-space: nowrap;
  border-right: 1px solid #dedede;
  border-left: 1px solid #fff;
  color: #7a7979;
  font-weight: 600;
}
.nav-justified > li > a:hover {
  background-color: #fab516;
  border-color: #fab516;
}
.nav-justified > li:first-child > a {
  border-left: none;
}
.nav-justified > li:last-child > a {
  border-right: none;
}
.nav-justified > li > .nav-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: auto;
  z-index: 1000;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-justified > li:last-child > .nav-dropdown-menu {
 // left: auto;
  right: 0;
}
.nav-justified > li > .nav-dropdown-menu li {
  white-space: nowrap;
  display: block;
  position: relative;
  border-bottom: 1px solid white;
}
.nav-justified > li > .nav-dropdown-menu li:last-child {
  border-bottom: none;
}
.nav-justified > li > .nav-dropdown-menu li a {
  position: relative;
  color: white;
  display: block;
  overflow: hidden;
  padding: 10px 40px 10px 15px;
  background: #064d8f url(/img/menu-arrow.png) no-repeat right 10px center;
}
.nav-justified > li > .nav-dropdown-menu li a:hover {
  background-color: #19a8e0;
}
.nav-justified > li:hover > .nav-dropdown-menu {
  display: block;
}
.nav-justified > li.nav-mobile-only {
  display: none;
}

@media (min-width: 768px) {
    .nav-justified > li > a {
        padding: 10px;
    }
}

@media (max-width: 767px) {
  .navbar-wrapper .container {
    padding: 0;
  }
  #searchFormMobile {
    display: block;
  }
  .nav-justified > li {
    background-color: #064d8f;
    border: none;
  }
  .nav-justified > li > a {
    text-align: left;
    color: white;
    margin: 0;
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    padding: 10px 40px 10px 15px;
    background: url(/img/menu-arrow.png) no-repeat right 10px center;
  }
  .nav-justified > li > a:hover,
  .nav-justified > li > a:focus {
    background-color: transparent;
    border-color: white;
  }
  .nav-justified > li > a.active {
    border-color: #fab516;
    color: #064d8f;
    text-align: right;
    padding: 10px 15px 10px 40px;
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-color:  #fab516;
    background-image: url(/img/menu-arrow-left.png); 
  }
  .nav-justified > li.current-page a {
    color: #064d8f;
  }
  .nav-justified > li:last-child > a {
    border-bottom: none;
  }
  .nav-justified > li > .nav-dropdown-menu {
    width: 100%;
    position: relative;
  }
  .nav-justified > li:hover > .nav-dropdown-menu {
    display: none;
  }
  .nav-justified > li > .nav-dropdown-menu li a {
    background-image: none;
    padding-right: 15px;
  }
  .nav-justified > li.nav-mobile-only {
    display: block;
  }
}
.module {
  background-color: #efefef;
  padding: 20px 15px;
}
.module h1,
.module h2,
.module h3,
.module h4 {
  color: #19a8e0;
}
.module.green {
  background-color: #005daa;
  color: #fff;
}
.module.green h1,
.module.green h2,
.module.green h3,
.module.green h4 {
  color: #fff;
}
.module.green a {
   color: #005daa;
}
.module.green input[type=submit] {
  background-color: #efefef;
  font-weight:bold;
  color: #005daa;
}
.module.green a.head-sign-in-out
{
	color:white;
}
.module.orange {
  background-color: #f79329;
  color: #333;
}
.module.orange h4 {
  color: white;
}
.module.tabs {
  padding: 0;
}
.module.tabs .nav > li > a {
  padding: 10px 8px;
}
.module.tabs .tab-content {
  background-color: white;
  padding: 10px 8px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  color: #333;
  font-size: .8em;
}
.module.tabs .nav-tabs > li a {
  background-color: #cecece;
  color: #333;
  margin-right: 0;
  border-radius: 0;
  border-color: #999;
}
.module.tabs .nav-tabs > li.active a {
  background-color: #19a8e0;
  color: white;
  border-color: #19a8e0;
}
@media (max-width: 1200px) {
  .module.tabs .nav > li > a {
    padding: 5px 5px;
    font-size: .9em;
  }
}
.module .nav-pills > li > a {
    background-color: #c3c5c6;
  border-radius: 0;
  color: #005daa;
  font-weight:bold; 
}
.module .nav-pills > li > a:hover {
  background-color: #19a8e0;
  color: white;
}
.content-block {
  background-color: #efefef;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
}
.homepage-content-area {
  padding-bottom: 1em;
}
.main-content-area {
  padding-bottom: 1em;
}
.main-content-area img {
  max-width: 100%;
  height: auto;
}
.main-content-area ul {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
.main-content-area ul li {
  padding-left: 2em;
  text-indent: -0.7em;
}
.main-content-area ul li:before {
  content: "\002022";
  color: #fab516;
  padding-right: 7px;
}
.foot-wrapper {
  background-color: #064d8f;
  color: white;
  padding: 30px 0 50px 0;
}
.foot-wrapper a,
.foot-wrapper a:hover {
  color: white;
}
.foot-wrapper .foot-links {
  text-align: right;
}
@media (max-width: 992px) {
  .foot-wrapper .foot-social,
  .foot-wrapper .foot-links {
    text-align: center;
    margin-bottom: 1em;
  }
}
.big-circle {
  width: 80px;
  height: 80px;
  background-color: #2cbbb5;
  border-radius: 80px;
  margin: 20px auto 10px auto;
}
a.link-with-icon {
  display: inline-block;
  line-height: 2em;
  font-size: 1.1em;
  padding: 15px 5px;
}
.popover.popover-outage {
  width: 500px;
  max-width: 500px;
}
@media (max-width: 767px) {
  .popover.popover-outage {
    max-width: 460px;
  }
}
@media (max-width: 480px) {
  .popover.popover-outage {
    max-width: 350px;
  }
}
.outage-map-iframe {
  width: 100%;
  height: 500px;
}
@media (max-width: 992px) {
  .outage-map-iframe {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .outage-map-iframe {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .outage-map-iframe {
    height: 300px;
  }
    .account-content-amount {
  display:block;
}
}
.outage-map-key-container {
  border: 1px solid #dedede;
  padding: 10px 0;
  margin-right:1px;
  margin-left:1px;
  margin-top:10px;
  margin-bottom:10px;
}
.outage-map-key-heading {
  background-color: #19a8e0;
  padding: 20px 0;
  color: white;
  margin: 0;
}
.account-content-area {
  background-color: #f3f2ee;
  min-height:800px;
}
.account-content-area h1 {
  font-size: 1.5em;
  font-weight: 600;
  background-color: #e0e0e0;
  display: inline-block;
  padding: 10px 40px;
  width: 300px;
  max-width: 90%;
  border: 3px solid white;
  position: relative;
  left: -40px;
  box-shadow: 5px 5px 10px #969999;
  margin: 1.5em 0;
}
.account-content-area h1::before {
  content: '';
  background: url(/img/dashboard-ribbon.png) no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -20px;
  left: 0;
  z-index: -1;
}
.account-content-area a.back-link {
  float: right;
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 2.5em;
}
@media (max-width: 767px) {
  .account-content-area a.back-link {
    float: none;
    clear: left;
    display: block;
    margin: 0;
  }
}
.large-button {
  display: block;
  overflow: hidden;
}
.large-button:hover {
  text-decoration: none;
}
.large-button img {
  float: left;
  margin-right: 15px;
}
.large-button .button-label {
  color: white;
  border-radius: 5px;
  display: block;
  background-color: black;
  margin: 5px 0 5px 10px;
  font-size: 1.5em;
  padding: 9px;
}
.large-button.button-inline {
  display: inline-block;
}
.large-button.button-inline .button-label {
  margin-left: 0;
  padding: 9px 15px;
}
.large-button.blue .button-label {
  background-color: #064d8f;
}
.large-button.blue:hover .button-label {
  background-color: #19a8e0;
}
.large-button.orange .button-label {
  background-color: #f79329;
}
.large-button.orange:hover .button-label {
  background-color: #fab516;
}
.large-button.green .button-label {
  background-color: #8ec140;
}
.large-button.green:hover .button-label {
  background-color: #548f08;
}
.account-info {
  margin: 20px 0 20px 20px;
}
.account-info form {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.account-content-area .tab-content {
  background-color: white;
  border: 1px solid #ddd;
  border-top: none;
  padding: 25px;
}
.account-content-area table.table {
  background-color: white;
  border: 3px solid white;
}
.account-content-area .content-block {
  background-color: white;
}
.top-ad-space {
  padding: 25px;
  text-align: center;
}
.top-ad-space .ad-content {
  margin: 0 auto;
  width: 800px;
  max-width: 100%;
  height: 80px;
  background-color: gray;
  color: white;
}
table.table tr th {
  background-color: #1b6886;
  color: white;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #c9e1f5;
}
.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */
}
.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: '';
}
/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
  overflow-x: auto;
}
/* Add scrollbar on webkit browsers */
.scrollable > div::-webkit-scrollbar {
  height: 12px;
}
.scrollable > div::-webkit-scrollbar-track {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0;
}
.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc;
}
.feature-list-set {
  display: table;
  margin: 20px 0;
}
.feature-list {
  border: 1px solid #cecece;
  border-right: none;
  display: table-cell;
  width: 16%;
}
.feature-list:last-of-type {
  border-right: 1px solid #cecece;
}
.feature-list:nth-child(3n + 0) {
  clear: right;
}
.feature-list h5 {
  background-color: #ddd;
  margin: 0;
  padding: 1em .5em;
  border-bottom: 1px solid #cecece;
  text-align: center;
}
.feature-list .feature-list-feature {
  padding: 10px;
  border-bottom: 1px solid #cecece;
}
.feature-list .feature-list-feature.large {
  min-height: 83px;
}
.feature-list .feature-list-feature.medium {
  min-height: 62px;
}
.feature-list .feature-list-feature:last-of-type {
  border-bottom: none;
}
@media (max-width: 992px) {
  .feature-list-set {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  .feature-list {
    display: block;
    width: 33%;
    float: left;
    margin-bottom: 10px;
  }
  .feature-list:nth-of-type(3n+0) {
    border-right: 1px solid #cecece;
  }
  .feature-list .feature-list-feature:last-of-type {
    min-height: 130px;
  }
}
@media (max-width: 767px) {
  .feature-list {
    width: 50%;
  }
  .feature-list:nth-of-type(3n+0) {
    border-right: none;
  }
  .feature-list:nth-of-type(2n+0) {
    border-right: 1px solid #cecece;
  }
}
.panel-group .panel-heading {
  color: white;
  padding-left: 30px;
  background: #064d8f url(/img/menu-arrow.png) no-repeat left 10px center;
}
form.form-sign-in-page {
  margin: 1em 0 2em 0;
}
.nav-tabs.nav-justified.account-tabs {
  margin-top: 40px;
}
.nav-tabs.nav-justified.account-tabs > li > a {
  background-color: #e0e0e0;
  margin: 0 10px;
  border-color: #cecece;
  text-transform: uppercase;
  border-radius: 8px 8px 0 0;
  font-size: 1.2em;
}
.nav-tabs.nav-justified.account-tabs > li:first-of-type > a {
  margin-left: 20px;
}
.nav-tabs.nav-justified.account-tabs > li:last-of-type > a {
  margin-right: 20px;
}
.nav-tabs.nav-justified.account-tabs > li.active > a {
  background-color: #19a8e0;
  color: white;
}
.nav-justified > li > .nav-dropdown-menu li.nav-mobile-only {
    display: none;
}
@media (max-width: 767px) {
  .nav.nav-tabs.nav-justified.account-tabs > li {
    
    background: transparent none;

   margin-left: auto;
    margin-right: auto;
  }
  .nav.nav-tabs.nav-justified.account-tabs > li > a {
    background-image: none;
    border-radius: 5px 5px 0 0;
    color: #7a7979;
    padding: 10px;

    white-space: normal;

	margin-left: auto;
    margin-right: auto;
  }
  .nav.nav-tabs.nav-justified.account-tabs > li.active > a {
    color: white;
  }

  .nav-justified > li > .nav-dropdown-menu li.nav-mobile-only {
        display: block;
    }
}
@media (max-width: 480px) {
  .nav.nav-tabs.nav-justified.account-tabs > li {
    
  }
}
/* Dave B added to fix issue in storm center */
.col-xs-12.pull-right {
  min-height: 500px;
}
.CS_FormFieldLabelContainer
{
	width:100%;

}
.form-password
{
	-webkit-text-security: disc; 
}
.power-chart-title
{
	text-indent:20px;
}
.outage_summary_page
{
	padding:20px;
}
.hide-content
{
	display:none !important;
}

@media screen and (min-width:767px){
	.narrow-results{display:block}
}
@media screen and (max-width:766px){
	.narrow-results{display:none}
}
