﻿@charset "utf-8";
/* CSS Document */
body {
	/*font-family: "futura-pt", helvetica, arial, sans-serif;*/
	font-family: arial, helvetica, sans-serif;
	/*line-height: 1.4;*/
	line-height: 1;
}

.outlook {
	font-size: .875rem; /*Compensates for non Futura webfont. Remove when ready with futura */
}

.h1,h1 {
	/*font-size: 2rem;*/
	font-size: 2em;
	font-weight: 700;
}

.h2, h2 {
    /*font-size: 1.75rem;*/
    font-size: 1.75em;
}

.h3, h3 {
    /*font-size: 1.5rem;*/
    font-size: 1.5em;
}

.h4, h4 {
    font-size: 1.5em;
}

.h6,h6 {
	margin-top: 1.5rem;
	font-weight: 700;
}

a, a:link {
	color: #4f758b;
}
	a:hover {
		color: #4f758b;
	}
	p a:not([href]):not([tabindex]) {
		color: #4f758b;
	}
		p a:not([href]):not([tabindex]):hover {
			color: #4f758b;
			text-decoration: underline;
		}

dl {
	margin-bottom:0;
}
	dl dt {
		margin-bottom: 6px;
	}
	dl dd {
		margin-bottom:1rem;
	}

.page-header {
	margin-top: 45px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d8d8d8;
}
	.page-header.border-none {
		margin-top: 45px;
		margin-bottom: 0;
		border-bottom: none;
	}

.page-header h2 {
	display: inline-block;
	margin-top: 0;
}



.focus.btn, .btn:focus {
	box-shadow: 0px 0px 0px 2px rgba(59,110,143,0.15);
}

.page-header .btn {
	float: right;
}
.btn.btn-default {
	border-color: #d8d8d8;
    background: #fff;
    color: #4f758b;
}
.btn.btn-primary {
	background: #4f758b;
	border-color: #4f758b;
	color: #fff;
}
	.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
		color: #fff;
    	background: #4f758b;
		border-color: #4f758b;
    	box-shadow: none;
	}
.btn.btn-outline {
	background: rgba(59,110,143,0.05);
	border-color: rgba(59,110,143,0.25);
	color: #4f758b;
}
	.btn.btn-outline:hover {
		background-color: rgba(59,110,143,0.15);
	}
.btn-green {
    color: #84bd00;
    background-color: #fff;
    border-color: #84bd00;
	white-space: normal;
	text-align: left;
	transition: background-color .25s ease;
	margin-bottom: 1em;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 5px .375rem;
	min-height: 55px;
	background-size: 40px;
	background-image: url('/Style%20Library/caiso/images/outlook/ico-renewables.svg');
	line-height: 1.2em;
    padding: .75rem .5rem .75rem 50px;
}
	.btn-green:hover {
		color: #84bd00;
		background-color: #eff6de;
	}

.renewables-ads {
	margin-bottom: 15px;
}
.renewables-ads .btn, .btn.renewables  {
	white-space: normal;
	line-height: 1.25;
	text-align: left;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: 5px .375rem;
	min-height: 55px;
	background-size: 40px;
	font-size: 1em;
	padding-top: .65rem;
}
	.renewables-ads .btn strong {
		display: block;
	}
	
.btn.renewables, .btn:not([disabled]):not(.disabled).renewables.active, .btn:not([disabled]):not(.disabled).renewables:active {
	background-image: url('/Style%20Library/caiso/images/outlook/ico-renewables.svg');
}
.btn.renewables-watch, .btn:not([disabled]):not(.disabled).renewables-watch.active, .btn:not([disabled]):not(.disabled).renewables-watch:active {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-renewables.svg');
	}
.btn.wind-solar, .btn:not([disabled]):not(.disabled).wind-solar.active, .btn:not([disabled]):not(.disabled).wind-solar:active {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-wind-solar-curl.svg');
	}
.btn.ghg, .btn:not([disabled]):not(.disabled).ghg.active, .btn:not([disabled]):not(.disabled).ghg:active {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-ghg.svg');
	}
.btn.renewables-report, .btn:not([disabled]):not(.disabled).renewables-report.active, .btn:not([disabled]):not(.disabled).renewables-report:active {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-renewables-report.svg');
	}
.btn.ghg-report, .btn:not([disabled]):not(.disabled).ghg-report.active, .btn:not([disabled]):not(.disabled).ghg-report:active {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-ghg-report.svg');
	}
.btn.sb350, .btn:not([disabled]):not(.disabled).sb350.active, .btn:not([disabled]):not(.disabled).sb350:active {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-sb350.svg');
	}
.btn.report-dg, .btn:not([disabled]):not(.disabled).report-dg.active, .btn:not([disabled]):not(.disabled).report-dg:active {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-report-dg.svg');
	}
.btn.report-eim, .btn:not([disabled]):not(.disabled).report-eim.active, .btn:not([disabled]):not(.disabled).report-eim:active {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-report-eim.svg');
	}
.btn.ghg-reduction, .btn:not([disabled]):not(.disabled).ghg-reduction.active, .btn:not([disabled]):not(.disabled).ghg-reduction:active {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-ghg-reduction.svg');
	}

.tooltip.show {
	opacity: 1;
}

.tooltip-inner {
	font-family: "futura-pt", helvetica, arial, sans-serif;
	background: #e0e5ea;
	color: #000;
	padding: 10px 7px;
	font-size: 0.750rem;
	line-height: 1.2em;
	/*font-weight: 700;*/
	text-align: left;
}
.tooltip .arrow:before {
 	border-bottom-color:#e0e5ea !important;
 	border-top-color:#e0e5ea !important;
 }

/* NAVBAR */

.top-nav {
	margin-bottom: 30px;
	background-color: #fff;
}
.top-nav .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.top-nav .navbar {
    /*position: relative;*/
    min-height: 50px;
    border: none;
	/*border-top: 1px solid #c3c3c3;*/
	border-bottom: 1px solid #c3c3c3;
	border-radius: 0;
	padding: 0;
}
	.top-nav .navbar.affix {
		width: 100%;
		background: #fff;
		z-index: 9999;
		top: 0;
	}
.top-nav .navbar-nav {
	
}

.top-nav .navbar-brand {
	font-size: 1.313em;
	font-weight: 700;
	padding-right: 15px;
	color: #000;
}

.top-nav .container>.navbar-collapse {
	/*margin-right: -15px;
    margin-left: -15px;*/
}

.top-nav .navbar-nav .nav-link {	font-style: normal;
	font-size: 1.313em;
	font-weight: 700;
	padding: 15px 20px;
	color: #4f758b;

}
	.top-nav .nav-link:focus, .top-nav .nav-link:hover {
		background-color: transparent;
		border-bottom: 3px solid #c1cbd5;
		padding-bottom: 13px;
		margin-bottom: -1px;
		color: #4f758b;
	}
		.top-nav .nav.navbar-right .nav-link:focus, .top-nav .nav.navbar-right .nav-link:hover {
			background-color: transparent;
			border-bottom: none;
			padding-bottom: 15px;
		}
	.top-nav .navbar-nav .nav-item.active .nav-link {
		border-bottom: 3px solid #4f758b;
    	padding-bottom: 13px;
    	margin-bottom: -1px;
		color: #4f758b;
	}
		.top-nav .navbar-nav.navbar-right .nav-item.active .nav-link {
			border-bottom: none;
			padding-bottom: 15px;
		}

.top-nav .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #fff;
    border-color: #4f758b;
}

@media (min-width: 768px) {
	.top-nav .navbar-right {
		margin-right: 0;
	}
}
.top-nav .time {
	color: #9e9e9e;
	padding: 15px 0 15px 20px;
	text-transform: uppercase;
	font-size: .875em;
}
	.top-nav .time span {
		color: #000;
		font-size: 1.143em;
		padding-left: 2px;
		text-transform: uppercase;
		font-weight: 700;
	}
	
.wtime span {
	font-size: .5em;
	color: rgba(0,0,0,.5);
	text-transform: uppercase;
}
	h3.wtime span {
		font-size: .625em;
	}
.highlight {
		/*border-left: 2px solid rgba(62,122,211,.5);
		display: block;
		margin-left: -5px;
		padding: 0 3px 3px 3px;*/
	}
	.highlight.hide {
		/*display: none;*/
		visibility: hidden;
	}
	.lineChart, .pieChart {
		border: 1px solid #d8d8d8;
		border-radius: 5px;
		padding: 30px;
		margin-bottom: 40px;
	}
		.col-6 .lineChart {
			padding: 15px;
		}
		.pieChart {
			padding: 0 15px 15px;
			background: #f8f8f8;
		}
			.pieChart .page-header {
				background: #fff;
				margin: 0 -15px;
				padding: 15px 15px 10px;
				border-radius: 5px 5px 0 0;
			}
	.lineChart .highcharts-container {
		max-width: 100%;
	}
	
	.chart-title {
	    line-height: 30px;
	    font-size: 1.5em;
	}

.tooltip-header {
	background: #eff2f4;
	margin: -7px -8px 10px -7px;
	text-align: center;
	color: #637d97;
	font-weight: 700;
	border-bottom: 1px solid #637d97;
}

a {
	cursor: pointer;
}

.border-top-1 {
	border-top: 1px solid #d8d8d8;
}


.chart-navigation {
	text-align: center;
	position: relative;
	min-height: 31px;
}

.lineChart .pagination {
	margin-bottom: 2px;
	position: relative;
	/*padding-left: 15px;*/
}
	.col-6 .lineChart .pagination {
		padding-left: 0;
	}
	.lineChart .pagination a {
	    min-width: 90px;
	}
.chart-filters {
	/*margin-top: 20px;*/
	position: absolute;
    /*right: 30px;*/
    right: 0;
    top: 0px;
}
	.col-6 .chart-filters {
		right: 0;
	}
.chart-filters .dropdown {
	float: right;
	margin-left: 7px;
	white-space: nowrap;
}
	.chart-filters .dropdown .form-check-label {
		width: 100%;
	}
	.chart-filters .dropdown .dropdown-menu {
	    padding: .5rem 0 0;
	}
	.chart-filters .dropdown .dropdown-item {
		margin-bottom: .5rem;
	}
		.chart-filters .dropdown-item.active, .chart-filters .dropdown-item:active, .chart-filters a.dropdown-item.active, .chart-filters a.dropdown-item:active {
			background-color: #4f758b;
			color: #fff;
		}
}

/* Overview */
.overview {
	padding: 20px 0 30px;
}

.overview-capacity {
	padding-bottom: 30px;
	border-right: 1px solid #d8d8d8;
	margin: 0 -15px 0 0;
    padding: 45px 30px 45px 0;
}
	.overview-capacity.left {
		border-left: none;
		border-right: 1px solid #d8d8d8;
	}
.overview-capacity-heading {
	color: #000;
	font-weight: 700;
	font-size: .875em;
}
.overview-capacity-chart {
	width: 100%;
	height: 20px;
	background: #5f5f5f;
	/*box-shadow: inset 0 0 20px rgba(0,0,0,.5);*/
	border-radius: 15px;
	overflow: hidden;
	margin: 7px 0;
	border: 2px solid #5f5f5f;
}
	.capacity-chart-bar {
		height: 20px;
		float: left;
		width: 0%;
	}
		.capacity-chart-bar.green {
			background: #00c7b1;
			transition: width 1s ease .25s;
			color: #fff;
			font-size: .875rem;
			font-weight: 700;
			line-height: 1em;
		}
			.capacity-chart-bar.green span {
				padding: 1px 7px;
				display: block;
			}
		.capacity-chart-bar.red {
			background: #cf4520;
			transition: width 1s ease .75s;
		}
		.resources-minus-outages {
			font-size: 1.15em;
			font-weight: 700;
    		line-height: 1.2em;
    		margin-top: 9px;
    		/*margin-bottom: 7px;*/
		}
		.capacity-chart-labels-container {
			position: relative;
		}
		.capacity-chart-labels {
			float: left;
			/*margin-right: 15px;*/
			margin-bottom: 7px;
			/*font-size: .725em;*/
			font-size: .825em;
			line-height: 1.2em;
			font-weight: 700;
			color: #5f5f5f;
	
		}	
		.capacity-chart-labels.label-forecasted-peak {
				margin-left: -15px;
				/*top: -20px;
				color: rgb(4,93,178);*/
				color: #5f5f5f;
				position:absolute;
				left: 50%;
				transition: left 1s ease;
			}
		.capacity-chart-labels.label-outage {
			color: #cf4520;
			position: absolute;
			left: 25%;
			transition: left 1s ease .75s;
		}
		.capacity-chart-labels.label-current-demand {
			color: #5f5f5f;
		}
		.capacity-chart-labels .capacity-number {
			color: #000;
		}

		.capacity-chart-label {
			font-size: .875em;
			font-weight: 700;
			color: #5f5f5f;
			position: absolute;
			line-height: 1em;
			font-size:0.857em;
			letter-spacing: .1ex;
		}		
			.capacity-chart-label:before {
				content: '\26AB';
				line-height: 1em;
				display: inline-block;
				vertical-align: middle;
				padding-bottom: 2px;
				margin-right: 2px;
			}
				.capacity-chart-label.green:before {
					color: #00c7b1;
				}
				.capacity-chart-label.red:before {
					color: #cf4520;
				}
		.capacity-chart-number {
			font-weight: 700;
		}
				
		.capacity-peak-arrow {
			padding-bottom: 10px;
			/*text-align:center;*/
			width: 100px;
		}
		.label-current-demand:before {
			content: '';
			display: block;
			width: 30px;
			height: 30px;
			margin-top: -6px;
			margin-bottom: 6px;
			background: transparent url(/Style%20Library/caiso/images/outlook/ico-current-demand.svg) left 5px no-repeat;
			background-size: 30px;
		}
		.label-forecasted-peak:before {
			content: '';
			display: block;
			width: 30px;
			height: 30px;
			margin-top: -6px;
			margin-bottom: 6px;
			background: transparent url(/Style%20Library/caiso/images/outlook/ico-forecasted-peak.svg) left 5px no-repeat;
			background-size: 30px;
		}
			/*.label-forecasted-peak div {
				display: inline-block;
			}*/
		.capacity-peak-arrow.forecast-arrow:after {
		    content: '';
		    line-height: 1em;
		    display: block;
		    vertical-align: middle;
		    padding-bottom: 2px;
		    margin-right: 2px;
		    position: absolute;
		    top: -30px;
		    /*left: 50%;*/
			left: 15px;
		    margin-left: -1px;
		    width: 0;
		    height: 30px;
		    border-left: 2px solid rgb(4,93,178);
		}


/*.overview-capacity-chart-pie {
	position: relative;
	width: 200px;
  	height: 200px;
	margin: 0 auto 2rem;
	border-radius: 100%;
	display: block;
	background-image: url('/Style%20Library/caiso/images/outlook/capacity-pie.svg');
	padding: 1px;
}*/
			 		
.overview-capacity-note {
	font-size: .875em;
	text-align: right;
	margin-top: 15px;
}

.overview-numbers {
		/*border: 1px solid #d8d8d8;
		border-radius: 5px;
		padding: 15px;*/
}



.overview-icon {
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 50px;
	text-align: center;
	margin-bottom: 20px;
}
	.overview-icon.left {
		/*padding-top: 0;
		padding-left: 50px;
		background-repeat: no-repeat;
		background-position: left top;
		text-align: left;
		margin-bottom: 20px;
		min-height: 50px;*/
		background-position: 30px top;
		text-align: left;
		margin-bottom: 20px;
		min-height: 50px;
		border-left: 1px solid #d8d8d8;
		padding-left: 30px;
	}

	.overview-icon.available-capacity {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-capacity.svg');
	}
	.overview-icon.planned-outages {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-planned-outages.svg');
	}
	.overview-icon.current-demand {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-current-demand.svg');
	}
	.overview-icon.current-peak {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-current-peak.svg');
	}
	.overview-icon.forecasted-peak {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-forecasted-peak.svg');
	}
	.overview-icon.historical-peak {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-historical-peak.svg');
	}
	.overview-icon.tomorrows-peak {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-tomorrows-peak.svg');
	}
	.overview-icon.renewables, .overview-icon.current-renewables {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-renewables.svg');
	}
	.overview-icon.current-nonrenewables {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-current-nonrenewables.svg');
	}
	.overview-icon.solar {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-solar.svg');
	}
	.overview-icon.wind {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-wind.svg');
	}
	.overview-icon.current-co2, .overview-icon.current-co2-intensity {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-co2.svg');
	}
	.overview-icon.current-co2-intensity {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-emissions-rate.svg');
	}
	.overview-icon.co2-reduction {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-co2-reduction.svg');
	}

	.overview-icon .overview-large-number {
		font-size: 24px;
		font-weight: 700;
		color: #000;
		/*line-height: 1em;*/ /*Setting line height for some reaon throughs off spacing*/
	}
		.overview-icon .overview-large-number span {
			font-size: 16px;
		}
	.overview-icon .overview-large-label {
		color: #5f5f5f;
		font-weight: 700;
		line-height: 1.2em;
	}

.overview-icon-sm {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px;
	font-size: .875em;
	line-height: 1em;
	margin: 0;
	padding: 6px 0 6px 28px;
	color: #5f5f5f;
}
	.overview-icon-sm.tomorrows-peak {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-tomorrows-peak.svg');
		background-position: left -3px;
	}
	.overview-icon-sm.historical-peak {
		padding: 6px 0 6px 0px;
		text-align: center;
	}
	.overview-icon-sm.historical-peak:before {
		content: '';
		display:inline-block;
		width: 28px;
		height: 25px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 25px;
		background-image: url('/Style%20Library/caiso/images/outlook/ico-historical-peak.svg');
		vertical-align: middle;
		margin-top: -5px;
	}
	.overview-icon-sm .overview-number {
		font-weight: 700;
		color: #000;
	}
.system-status {
	margin: 0;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	background: #f8f8f8;
}
	.system-status.alert-active .row {
		margin: 0;
	}
	.system-status.alert-active .row.border-top-1 {
		border-top: 1px solid #d8d8d8;
	}
	.system-status.alert-active .border-left-1 {
		border-left: 1px solid #d8d8d8;
	}
	.system-status.alert-active .status-header {
	}
.system-status h4 {
	display: inline-block;
	margin: 0;
	padding: 7px 15px;
	line-height: 30px;
	font-size: 1.25rem;
}
	.system-status.normal h4 {
		border-right: 1px solid #d8d8d8;
	}
	.system-status.alert-active h4 {
		padding: 7px 0;
		border-right: 0;
	}
.alert-type {
	padding: 7px 0;
	font-weight: 700;
}
	.alert-type:before {
		content: "";
		line-height: 1em;
		display: inline-block;
		vertical-align: middle;
		padding-bottom: 0.25em;
		margin-right: 3px;
		background-color: #ffa300;
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}
.status-check a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-size: 20px;
	background-image: url('/Style%20Library/caiso/images/outlook/ico-check.svg');
	height: 20px;
	width: 20px;
}
.system-status .system-status-label {
	font-size: 1.15em;
	font-weight: 700;
	display: none;
	line-height: 30px;
	padding: 7px 15px;
}
	.system-status.normal .system-status-label {
		display: inline-block;
	}
	.system-status .system-status-label:before {
		content: "";
		line-height: 1em;
		display: inline-block;
		padding-bottom: 0.25em;
		margin-right: 4px;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #84bd00;	
	}
		.system-status .system-status-label.green {
			color: #84bd00;	
		}
		.system-status .system-status-label.red {
			color: #cf4520;	
		}
.system-status a.system-status-info {
	float: right;
	padding: 7px 15px;
    line-height: 30px;
	display: none;
}
	.system-status.normal a.system-status-info {
		display: block;
	}
	.system-status.alert-active a.system-status-info {
		display: block;
		padding-right: 0;
	}
.overview-supply .border-top-1 {
	padding-top:48px;
}
	.overview-current-supply h4 {
		font-size: .875em;
		line-height: 1em;
		font-weight: 700;
		color: #5f5f5f;
		margin-bottom: 0;
	}
	.overview-current-supply .large-number {
		font-size: 1.5em;
		line-height: 1em;
		font-weight: 700;
	}

.notice {
	background: rgba(255,163,10,0.15);
}
.alert.alert-soft {
	text-align: center;
	font-size: .875em;
	font-weight: 400;
	/*border: 1px solid #d8d8d8;*/
	color: #5b5b5b;
	margin-top: 1rem;
}
	.alert.alert-soft a, .alert.alert-soft a:visited {
		color: #5b5b5b;
		text-decoration: underline;
	}
		.alert.alert-soft a:hover {
			text-decoration: none;
		}

.page-link {
	color: #4f758b;
}
	.page-link:focus, .page-link:hover {
		color: #4f758b;
		background: rgba(59,110,143,.15);
	}
.page-item.active a:focus, .page-item.active a:hover {
	color: #fff;
}

.page-link.active:focus, .page-link.active:hover {
	color: #fff;
    background-color: #4f758b;
    border-color: #4f758b;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #4f758b;
    border-color: #4f758b;
}

/* --Price Map --*/

.price-map {
	padding-bottom: 30px;
}

.container {
		/*max-width: 960px !important;
		width: 960px !important;
		min-width: 960px !important;*/
		max-width: 955px !important;
    	width: 955px !important;
    	min-width: 955px !important;
    	margin-left: -15px;
    	margin-right: -15px;

}

.sticky {
    position: fixed;
    /*width: 100%;*/
    z-index: 1099;
    top: 0px;
}
.sticky-top {
	z-index: 3;
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

/* ------------------ FIXES for Master Page ------------------------------ */

.CAISOtopnav *, .CAISOtopnav ::after, .CAISOtopnav ::before {
	box-sizing: content-box !important;
}

.s4-ca * A:visited {
	color: #4f758b;
}
	.s4-ca * .alert.alert-soft A:visited {
		color: #5b5b5b;
		text-decoration: underline;
	}
.s4-ca * A.btn.btn-primary:visited {
	color: #fff;
}
	.s4-ca * .renewables-ads  A.btn:visited, .s4-ca * A.btn.renewables:visited, .s4-ca * A.btn.btn-outline:visited {
		color: #4f758b;
	}

.CAISOtopnav div ul li .sub, ul .jj li .sub {
	z-index: 9999 !important;
}

.CAISOtopnav div ul li ul {
	z-index: 9999 !important;
}

.ISOContent ul, .ISOContent li {
	margin: 0;
}

body {
	font-size: 12px;
}

.outlook {
	line-height: 1.4;
	overflow: hidden;
	display: block;
}

.offset-1_5 {
	margin-left: 12.5%;
}

.col-2_5 {
	-ms-flex: 0 0 20.8333335%;
    flex: 0 0 20.8333335%;
    max-width: 20.8333335%;
}

/* MODAL */

.modal-backdrop {
	background-color: #4f758b;
	opacity:0.8 !important;
}

.modal-content {
	padding: 15px;
	font-size: 0.87rem;
}

.modal-header {
	border-bottom: none;
	padding-bottom: 0;
}
	h5.modal-title {
		font-size: 1.5em;
		font-weight:700;
		margin: 0;
	}
	.modal-header .close {
		min-width: auto;
		width: 55px;
		height: 55px;
		overflow: hidden;
		text-indent: -999px;
		background: transparent url('/Style%20Library/caiso/images/outlook/ico-close.svg') no-repeat center center;
		background-size: 25px;
		padding: 0;
		margin: -30px -30px -30px auto;
	}

.formulas {
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 1rem 1rem .5rem;
	margin-bottom: 1rem;
}
.note {
	font-size: 86.7%;
}

/* STATS 2017 */

.stats {}
	
	.stats .top-nav {
		background: transparent;
	}
	
	.stats .top-nav .navbar {
		padding: 0;
    	border-top: 5px solid #5f5f5f;
    	border-bottom: none;
    	min-height: auto;
	}
	
	.stats .navbar-brand {
		padding: 0;
	}
	
	.stats h1 {
		background: #5f5f5f;
	    padding: .25em 1.25em;
	    font-size: 1.25em;
	    color: #fff;
	    font-weight: 400;
	    text-transform: uppercase;
	    border-radius: 0 0 10px 10px;
	    margin: 0;
	}
	
	.stats h2 {
		margin-bottom: 1rem;
	}
	
	.stats .overview-icon.left {
		padding-top: 0;
		padding-left: 55px;
		background-repeat: no-repeat;
		background-position: left center;
		text-align: left;
		margin-bottom: 2em;
		min-height: 50px;
		border-left: none;
	}
	
	.overview-icon.stats-demand {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-current-demand.svg');
	}
		.overview-icon.stats-demand .overview-large-number {
			/*color: #00c7b1;*/
		}
	.overview-icon.stats-solar {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-solar.svg');
	}
		.overview-icon.stats-solar .overview-large-number {
			/*color: #ffa300;*/
		}
	.overview-icon.stats-wind {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-wind.svg');
	}
		.overview-icon.stats-wind .overview-large-number {
			/*color: #4f758b;*/
		}
	.overview-icon.stats-renewables {
		background-image: url('/Style%20Library/caiso/images/outlook/ico-renewables.svg');
	}
		.overview-icon.stats-renewables .overview-large-number {
			/*color: #84bd00;*/
		}
	.overview-icon .overview-large-label {
		
	}	
	.overview-icon .overview-large-label.top {
		/*color: #262626;
		font-weight: 400;
		text-transform: uppercase;*/
	}

	.ico-inline {
		vertical-align: bottom;
		display: inline-block;
		margin-right: 5px;
		height: 25px;
		width: 25px;
	}
	
	.stats .table {
		font-size: 1.125em;
		margin-bottom: 2em;
	}
	
	.stats .table th, .stats .table td {
		vertical-align: middle;
	}
	
	.stats .table thead th {
		/*border: none;*/
	}
	.stats .table tbody tr:first-child td {
		/*border: none;*/
	}
	
	.stats a.highlight {
		margin-bottom: 48px;
		display: block;
		overflow:hidden;
		text-indent: -9999px;
	}
		.stats a.highlight:hover {
			background-position: -360px 0 !important;
		}
		.stats a.highlight.co2-reduction {
			background: transparent url('/Style%20Library/caiso/images/outlook/stats-2017-highlight-co2-reduction.png') no-repeat top left;
			width: 288px;
			height: 83px;
		}
		.stats a.highlight.flex {
			background: transparent url('/Style%20Library/caiso/images/outlook/stats-2017-highlight-flex.png') no-repeat top left;
			width: 288px;
			height: 92px;
		}
		.stats a.highlight.hottest {
			background: transparent url('/Style%20Library/caiso/images/outlook/stats-2017-highlight-hottest.png') no-repeat top left;
			width: 288px;
			height: 111px;
		}
		.stats a.highlight.eim-pge {
			background: transparent url('/Style%20Library/caiso/images/outlook/stats-2017-highlight-eim-pge.png') no-repeat top left;
			width: 288px;
			height: 139px;
			margin-bottom: 10px;
		}
			.stats a.highlight.eim-pge:hover {
				background-position: -359px 0 !important;
			}
		.stats a.highlight.eim-savings {
			background: transparent url('/Style%20Library/caiso/images/outlook/stats-2017-highlight-eim-savings.png') no-repeat top left;
			width: 288px;
			height: 80px;
		}
			.stats a.highlight.eim-savings:hover {
				background-position: -359px 0 !important;
			}
		/*.stats a.highlight.eim-surplus {
			background: transparent url('/Style%20Library/caiso/images/outlook/stats-2017-highlight-eim-surplus.png') no-repeat top left;
			width: 288px;
			height: 60px;
		}*/
		.stats a.highlight.eim-co2 {
			background: transparent url('/Style%20Library/caiso/images/outlook/stats-2017-highlight-eim-co2.png') no-repeat top left;
			width: 288px;
			height: 245px;
		}
			.stats a.highlight.eim-co2:hover {
				background-position: -359px 0 !important;
			}

						
	.stats .intro {
		line-height: 1.6;
    	font-size: 1.125em;
	}

.form-control.date {
	position: absolute;
    left: 0;
    width: 130px;
    display: block;
    border: 1px solid #d8d8d8;
    background: transparent url('/Style%20Library/caiso/images/outlook/ico-calendar-sm.svg') no-repeat 7px center;
    padding-left: 34px;
    font-size: 14px;
    min-height: 31px;
    color: #4f758b;
    z-index: 1;
}

.date-caret {
	position: absolute;
	left: 108px;
	color: #4f758b;
	top: 6px;
	z-index: 0;
}
.date-caret:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

input[type=text].form-control:hover {
	border-color: #c1cbd5;
}

input[type=text].form-control:focus, .form-control:focus {
	box-shadow: 0px 0px 0px 2px rgba(59,110,143,0.15);
	border-color: #4f758b;
}

.datepicker.dropdown-menu {
	box-shadow: none;
}
	.datepicker-dropdown:before,.datepicker-dropdown:after {
		display: none;
	}

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
	min-width: 31px;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
	background: rgba(0,199,177,.5);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
	background: #4f758b;
	background: rgba(0,199,177,1);
	text-shadow: none;
}
	.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
	background: rgba(0,199,177,1);
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
	text-shadow: none;
	background: rgba(0,199,177,1);
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
	background: #c1cbd5;
}
	.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
		color: #ddd;
	}


/* ELIMINATE FROM PRODUCTION */
