/* 
 * TEP & UES Outage Center - Copyright 2015 Tucson Electric Power 
 * Web Team - SHutson
*/

/* Global Styles */
#map-canvas { width: 100%; height: 100%;}

.map-container {
	width: 100%;
	height: 600px;
}
/*
.county-buttons { width: 50%; color: #ebebeb; font-weight: bold; margin: 0; border: 0; padding: 15px 0; cursor:pointer; float: left;}
.button-santacruz { background-color:#50965a; }
.button-mohave { background: #0b4e92; }
*/
.outage-active {font-size: 105%;}

.outage-green, .outage-green:hover, .outage-green:active, .outage-green:focus {
    border: none;
    box-shadow: 0 2px 3px rgba(17,17,17,0.1);
    padding: 10px 30px;
    text-shadow: none;
    background-image: linear-gradient(180deg, #58bb68 0%,#00b259 100%);
    color: #fff;
}
.container-santacruz { border: 5px solid #00b259; }
.container-mohave { border: 5px solid #0b4e92; }

.outageContainer { 
	width: 100%;
	max-width: 450px;
}


.outageContainer h2 { 
	font-size: 18px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}

.outageContainer p {
	font-size: 13px;
	line-height: 18px;
}

.outageContainer { 
	color: #000 !important; 
}
button:focus,button:active:focus,button.active:focus,
button.focus,button:active.focus,button.active.focus {
    outline: none;
}

/* End Global Styles */

/* Desktop styles */

@media (min-width: 768px) {
	
	/* Apply any changes here to outage-iecompat.css */

	.status-container {
		padding-bottom: 20px;
	}

	
	.outageItem { 
		clear: left;
		width: 100%;
	}

	.outageLabel { 
		font-weight: bold !important;
		padding: 0 0 5px 0;
		margin-right: 5%;
		float: left;
		width: 40%;
		text-align: right;
	}

	.outageDetail {
		float: left;
		width: 55%;
		padding: 0 0 5px 0; 
	}

}
/* End Desktop styles */

/* Mobile styles */
@media (max-width: 767px) {
	
	.status-container {
		padding: 40px 0 0 0;
		margin: 0;
	}

	.status-row {
		padding: 0;
		margin: 0;
	}

	.status-nav-col {
		display: none;
	}

	.status-map-col {
		position: static;
		width: auto;
		padding: 0;
		margin: 0;
	}

	.utility {
		margin-top: 5px;
	}

	.outageContainer { }

	.outageItem { 
		width: 100%;
	}
	
	.outageLabel {
		font-weight: bold !important;
	}

	.outageDetail { }

	#HeaderLogo a { 
		position: absolute;
		top: 2px;
		z-index: 5000;
	}

	.outage-map-navigation {
		z-index: 1000;
		width: 100%;
		position: absolute; 
		float: right !important; 
		top: 25px;
		left: 0;
	}

	.navbar-collapse {
		margin-top: 4px;
	}

	.outage-map-navigation .icon-bar {
		border-color: #000 !important;
		
	}

	.outage-map-navigation .navbar-toggle {
		border: 1px solid #ffbb0c !important;
		background: #fadd29;
	}

	.outage-map-navigation .navbar {
		background: none;
		border: none;
	}

	.outage-map-navigation .navbar-collapse {
		background: -moz-linear-gradient(top, #fadd29 0%, #ffbb0c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fadd29), color-stop(100%,#ffbb0c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fadd29 0%,#ffbb0c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fadd29 0%,#ffbb0c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fadd29 0%,#ffbb0c 100%); /* IE10+ */
		background: linear-gradient(to bottom, #fadd29 0%,#ffbb0c 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fadd29', endColorstr='#ffbb0c',GradientType=0 ); /* IE6-9 */
	}

	.outage-map-navigation .navbar-brand {
		display: none;
	}

	.outage-mobile-hide, footer {
		display: none;
	}

	.map-container {
		width: 100%;
		height: auto;
		position: absolute;
		top: 130px;
		bottom: 0;
		background: #EEEEEE;
	}
}
/* End Mobile styles */