
/* Add your custom CSS overrides here */

/*REGISTRATION PAGE CSS*/
input#mobilePhone.form-control{
	display:none !important;
}

body {
    height: auto;
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: Lato,Helvetica,Helvetica Neue,Arial,sans-serif;
	font-size: 15px;
	font-weight: 400;
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:#004C42 !important;
}
.navbar-default .navbar-nav > li > a {
	color: #040404 !important;
}
.fhmm-fw > a {
	font-weight:bold;
}

/* ---------------------------------------------------------------
   Top Nav Dashboard Styles - START */
.navbar-logo {
	width:10%;
	margin-top: 5px;
}

  @media (max-width: 400px) { 
.navbar-logo {
	width:20%;
	/*margin-top: 15px;*/
}

 }
 
  @media (max-width: 600px) { 
.navbar-logo {
	width:25%;
	/*margin-top: 15px;*/
}

 }

@media (max-width: 900px) { 
.navbar-logo {
	width:20%;
	/*margin-top: 15px;*/
}

 }
 

 



.navbar-brand {
	padding-top:0px;
}

/* ---------------------------------------------------------------
   Left Nav Dashboard Styles - START */

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
 
#selectAccountRibbon {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.30);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,.30);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.30);
    right: 0;
    left: 0;
    z-index: 1003;
	position: sticky;
	border-radius: 0;	
}

#scotch-panel {
	background-color:#FFF;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

@media only screen and (min-width: 992px) {
	#scotch-panel {
		width: 180px !important;
		left: 0 !important;
	}
}

@media (min-width: 992px) {
	.page-wrapper {
		margin-left: 180px;
	}
}
#myAccountTabs {
	background-color:#FFF;
	border-right:1px solid #eee;
}

#mainTabs-dashboard {

}

#dbln-tab-content.tab-content > .tab-pane::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    opacity: 1;
	background-image: url('/images/sbsc-colour-accents.png');
	/*background-image: url('/images/house-scape-banner.jpg');*/
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 260px;
}


#dbln-tab-content.tab-content > .tab-pane {
	/*border-left:0;*/
	padding: 20px;
	position: relative;
	z-index: 1;
	background-color:#eee; /*#BF1F25;*/
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

.sidebar ul li.active {
	border-right: 0px;
}

.tab-content>.active, .tabContentWrapper {
    background: #eee;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background-color: #eee;
}

.nav > li > a {
	padding: 10px 10px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.ldb-nav > a, .ldb-nav > a:visited, .ldb-nav > a:active, .ldb-nav > a:focus, .ldb-nav > a:hover {
	color: #FFF;
}

.tabs-left > li, .tabs-right > li {
    margin-bottom: 0px;
}

.tabs-left > li.active > a {
	background-color: #eee;
	border-left: solid 4px #000;
	border-radius: 0;	
	color: #000;
}

.tabs-left > li.active > a:hover {
	background-color: #eee;
	border-left: solid 4px #000;
	border-radius: 0;	
	color: #000;
}

.tabs-left > li.active > a:focus, .tabs-left > li > a:hover {
	background: #017dbf;
	border-left: solid 4px #000;
	border-radius: 0;
	color:#FFF;
}

/* Small Left Nav Tab Icons */
.tabs-left > li, .tabs-right > li {
    text-align: left !important;
}

.sbs-left-nav-icon {
    font-size: 1.0em;
	width: 1.28571429em;
	text-align: center;
}

/* ---------------------------------------------------------------
   Left Nav Dashboard Styles - END */


#cap_table_account_ribbon .cap-table-cell{
	padding: .35em .55em;
}
@media(max-width: 767px){
	#dbln-tab-content.tab-content > .tab-pane {
		padding: 4px;
	}

	#scotch-panel {
		background-color: #fff !important;
	}
}
   
.capricorn-container {
	/*background:rgba(255,255,255,0.9);*/
	/*margin-top:15px;*/
	/*background: url(../images/COA-gradient.png) repeat-x scroll center 0 #FFF;*/
	box-shadow:none !important;
}

.navbar-nav {
	font-size:18px;
	margin-top: -20px;
	
}

@media (max-width: 400px) {
	.navbar-nav {margin-top: 22px;}
}

@media (max-width: 600px) {
	.navbar-nav {margin-top: 22px;}
}

@media (max-width: 900px) {
	.navbar-nav {margin-top: 22px;}
}

.navbar-default { 
	padding-bottom:0;
}

.capricorn-selected-panel {
	border-color:#2989DD;
}

.capricorn-selected-panel > .panel-heading {
    color: #FFF;
    font-size: 16px;
    background-color: #2989DD;
    border-color: #2989DD;
}

.navbar-default .navbar-toggle {
	
}

.navbar-default .navbar-toggle .icon-bar {

}

.tab-content > .tab-pane {
	/*min-height:200px;*/
	border-top:0;
}
a {
	color:#1F75C2;
}

.footer-text {
    color: #FFF;
}

/* capricorn-progress-bar styles would vary depending on the length loading message. 
   If the message can fit in a small view, then the height can be set to 40 px. If it needs 2 lines in a small view, set it to 80px.
 */
.capricorn-progress{
	height: 80px;
}

.capricorn-progress-bar{
	height: 80px;
	line-height: 40px;
}

@media (min-width : 480px){
	.capricorn-progress, .capricorn-progress-bar{
		height: 40px;
	}
}
/* END capricorn-progress-bar config */

#eventTable {
	background-color:#FFF;
}

#eventContentContainer {
	background-color: #eee;
}

/* BOOTSTRAP Overrides
---------------------------------------------------*/
.panel {
	border-radius:0;
}
.alert {
	border-radius:0;
}
.alert-danger {
    color: #FFF;
    background-color: #ff9b8f; /*#e46f61;*/
    /*border-color: #E16153; /*#E26658; /*#e46f61;*/
}

.alert-success {
    color: #70A930;
	background-color: #D8EDC0;
	border-color: #99D05B;
}

.btn-danger {
    color: #fff;
    background-color: #d43f3a;
    border-color: #d43f3a;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}

.btn-success {
    color: #fff;
    background-color: #F28F1D;
	border-color: #F28F1D;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}

.btn-default {
    background-color: #f9f9f9;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}

.btn-primary {
    color: #ffffff;
    background-color: #004C42;
    border-color: #004C42;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}

.btn-warning {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}

.btn-info {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}

.progress-bar-success {
    background-color: #99D05B;
}

.panel {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

.panel-success {
    border-color: #99D05B;
}

.panel-success > .panel-heading {
    color: #FFF;
    background-color: #99D05B;
    border-color: #99D05B;
}

.well {
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}



.compare-better-container {
    border: 0;
    background-color: #a0d468;
    color: #FFF;
    padding: 6px;
}

.compare-same-container {
    border: 0;
    background-color: #2dc3e8;
    color: #FFF;
    padding: 6px;
}

.compare-worse-container {
    border: 0;
    background-color: #e46f61;
    color: #FFF;
    padding: 6px;
}

/* Photo Listing Styles
---------------------------------------------------*/
#cms-photo-listing-iframe {
	width:100%;
	height:400px;
	border:none;
}

#cms-photo-listing {
	overflow-y: auto;
	height: 360px;
}

/* scrolling bill listing 
---------------------------------------------------*/
#billTableContainer {
    max-height: 402px;
    overflow-x: auto;
    overflow-y: auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#billTable_wrapper .row {
	margin-right: 0;
}

/* Login page tabs 
---------------------------------------------------*/
.login-tabs>li.active>a, .login-tabs>li.active>a:hover, .login-tabs>li.active>a:focus {
    background-color: #ffffff;
}

.login-tabs > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
}

.login-tab-content>.active, .tabContentWrapper {
    background: #ffffff;
}


/* arcGIS ESRI Outage Map Overrides
---------------------------------------------------*/
.arcgis-map-lastupdate-container {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
	margin-bottom: 20px;
	padding:3px;
}

#mapTab > .active {
	background-color: #CCEDFF;
}

#mapTabContentContainer {
	height:97%;
	width:100%;
}

#mapTabContent, #listTabContent, #plannedTabContent {
	height:97%;
	width:100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	/*border-bottom: 1px solid #ddd;*/
}

#listTabContent, #plannedTabContent {
	background-color:#FFF;
	padding:15px;
}

#arcgis-map-progressbar {
	background-color: #999;
    padding: 1px;	
}

#arcgis-map-progressbar > div {
	background-color: #CCEDFF;
	width: 0%; /* Adjust with JavaScript */
	height: 10px;
}

.esriPopup .sizer {
    width: 300px;
    max-width: 250px;
}

@media (min-width: 768px) {
	.esriPopup .sizer {
		width: 350px;
		max-width: 300px;
	}	
}

@media (min-width: 992px) {
	.esriPopup .sizer {
		width: 400px;
		max-width: 350px;
	}	
}

@media (min-width: 1200px) {
	.esriPopup .sizer {
		width: 400px;
		max-width: 350px;
	}		
}

/* Google Outage Map Styles */
.outage-map-body {
	background:#FFF;
}

#collapse-map-disclaimer-link {
	font-size:20px;
}

#collapse-map-intro-link {
	font-size:20px;
}

/* ------------------------------ after minified ---------------------------- */


#paymentExtensionWidgetContainer {
	border-bottom:1px solid #ddd;
}

.plannedOutageComments {
	max-height:75px;
	border: 1px solid #faebcc;
	padding:4px;
	margin-top:4px;
	background-color:#FFF;
	overflow-x: auto;
    overflow-y: auto;
}

/* 330-315 CMS Search Site Results styles */
.searchSiteResultTitle {
	padding-bottom:8px; 
	border-bottom:1px solid #ccc;
	text-align: center;
}

.searchSiteResultList {
	
}

.searchSiteResultFooter {
	border:1px solid #ccc; 
	background-color:#efefef; 
	padding:4px;
}

.notification-account-title {
	background-color:#eee !important;
}

/* Irrigation Alert Widget 
------------------------------------------------------------------------ */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 1.5em;
}
.icon-stack-3x {
  font-size: 2em;
}

#irrigationAlertNotPermitted {
  background-color: #fff;
  color: #E16153;
} 

#leakAlertContainer {
  background-color: #fff;
  color: #E16153;	
}

#btn-viewLeakAnalysis_Water {
  color: #fff;
  background-color: #d43f3a;
  border-color: #d43f3a;
}

/* Messsage Center Indicator
------------------------------------------------- */
#msgCenterDiv .alert-button {
	color:#fff;
}

/* SBS Theme
------------------------------------------------- */
.page-center-small {
    float: none;
    max-width: 660px;
    margin: 0 auto;
    padding: 20px;
}

.cta-wrapper {
	padding-top:20px;
	padding-bottom:20px;
	min-height: 70px;
}

.cta-wrapper h2 {
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    display: inline-block;
    float: left;
    margin-right: 50px;
    color: #fff!Important;
    font-size: 28px;
	font-weight:bold;
}
.icon {
    max-height: 35px;
    display: inline-block;
    float: left;
    width: 35px;
    margin: 0 5px;
}

/* Water Infractions
------------------------------------------------- */
#waterInfractionAlertWidget {
	margin-bottom: 0;
	padding: 10px;
}
/* Biller Messages Alerts
------------------------------------------------- */
#billerMessagesAlertWidget {
	margin-bottom: 0;
	padding: 10px;
}
#billerMessagesViewButton {
	background: #eee;
	margin-top: -14px;
}

#myUsageAlertPortlet > .panel-danger {
	/*border-color: #E16153;*/
}

/* Sub Tab Styles
--------------------------------------------------- */
#subTabs-button-SMINTRO {
    color: #70A930;
	background-color: #D8EDC0;
	border-color: #99D05B;
}

/* SF Service Address overlapping issue
--------------------------------------------------- */
btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 0;
}



.input-group .form-control {
    position: relative;
    z-index: 0; 
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.navbar-nav{
	
	margin-top:25px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	margin-bottom:50px;
}

svg.highcharts-root{
	font-size: 1.5rem !important;
	
}

.highcharts-axis-labels highcharts-yaxis-labels{
	font-size: 1.3rem !important;
}



span.dashboard-left-nav:hover{
	color: #000000 !important;
}

a.fa.fa-user.sbs-left-nav-icon.fa-fw:hover{
	color:#000000 !important;
}

.highcharts-data-label, text {
	font-weight: bold;
	font-size: 16px !important;
}

.highcharts-xaxis-labels {
	font-size: 18px;
}

tspan {
	stroke-width: 0px;
}

.highcharts-yaxis-labels {
	font-size: 18px;
}

.highcharts-axis {
	font-size: 18px;
}

.highcharts-yaxis {
	font-size: 18px;
}




