

/* BASIC PAGE SETUP ============================================================================= */

html, body { 
margin: 0;
padding: 0;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 	 
  font-size: 16px;
  line-height: 20px;
  color: #333333;
text-align: left;
background: #fff;
height:100%;
}

button, 
input, 
select, 
textarea { 
font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
color:#333333; }



/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom:1.5em; 
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

p {
hyphens:auto;  }

p.center {
text-align: center;
}

.copyright p {
    font-size:10px !important;
    color:#fff !important;
}
ul, 
ol { 
margin:0 0 3px 0; 
padding:0 0 0 24px; }

li ul, 
li ol { 
margin:0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333333; }

dl, 
dd { 
margin-bottom:1.5em; }

dt { 
font-weight:normal; }

b, strong { 
font-weight:bold; }

hr { 
display:block; 
margin:1em 0; 
padding:0;
height:1px; 
border:0; 
border-top:1px solid #ccc;
}

small { 
font-size:1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size:75%; 
line-height:0; 
position:relative; 
vertical-align:baseline; }

sup { 
top:-.5em; }

sub { 
bottom:-.25em; }

.smalltext {
font-size: .8em;
	}

/* LINKS =============================================================================  */

a { 
color:#cc1122;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color:#ee3344; }

a:focus { 
outline:thin dotted; 
color:rgb(0,0,0); }

a:hover, 
a:active { 
outline:0;
color:#dd2233;
}


footer a { 
color:#ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color:#fff; }

footer a:focus { 
outline:thin dotted; 
color:rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline:0;
color:#fff;
}


/* IMAGES ============================================================================= */

img {
border:0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
border-collapse:collapse;
border:1px solid #ababab;
border-spacing:0;
margin-bottom:1.4em; 
width:100%; }

th { 
font-style:bold;
background:#ece9e7;
font-size:16px;
text-align:left;
}

th, td, caption { 
padding:.25em 10px .25em 5px; 
border:1px solid #ababab;
}

tr:nth-child(odd) {
background: #ece9e7;
}

tfoot { 
font-style:italic; }

caption { 
background-color:transparent; }

table p {
    padding-top:10px;
}
#legend table { 
border-collapse:collapse;
border:none;
border-spacing:0;
margin-bottom:1.4em; 
width:100%;
}

#legend th { 
font-style:bold;
background-color:#ece9e7 !important;
font-size:14px;
text-align:left;
}




#legend td, caption { 
border:none;
font-style:bold;
background: #ffffff;
}

.nested td {
    border:none !important;
}

#zone1 {
    width: 25px;
    height: 25px;
    background: #f18c8b;
}

#zone2 {
    width: 25px;
    height: 25px;
    background: #f7bb8b;
}

#zone3 {
    width: 25px;
    height: 25px;
    background: #f8d492;
}

#zone4 {
    width: 25px;
    height: 25px;
    background: #f6f08f;
}

#zone5 {
    width: 25px;
    height: 25px;
    background: #d9e592;
}

#zone6 {
    width: 25px;
    height: 25px;
    background: #8fd7a2;
}




/* FORMS ============================================================================= */

form { 
margin:0; }

fieldset { 
margin-bottom:1.5em; 
padding:0; 
border-width:0; }

legend { 
*margin-left:-7px; 
padding:0; 
border-width:0; }

label{
font-weight:normal;
cursor:pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#333333;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size:100%; 
margin:0; 
vertical-align:baseline; 
*vertical-align:middle; }

button, input { 
line-height:normal; 
*overflow:visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0;
cursor:pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing:border-box; }

input[type="search"] { 
	box-sizing:content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding:0;
border:0;  }

input{
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;

}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#333333;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow:0 0 2px #f00; 
-moz-box-shadow:0 0 2px #f00;
box-shadow:0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color:#ccc; }



/*  MAIN LAYOUT	============================================================================= */


#wrapper {
	width: 100%;
	text-align: left;
	min-height: 100%;
    position:relative;
    height: 100%;
    margin-bottom: -30px;
    
}


	#headcontainer {
		width: 100%;
		background: #a0c1f6;
		background-image: url('../images/banner_new.jpg');
		background-position: left; 
		background-repeat: no-repeat;
		
	}

		header {
			clear: both;
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 5px;
			position: relative;
			color: #000;
			height:115px;
		}
		
.banner {
			
			margin-bottom: 20px;
			border:1px solid #d2cfcd;
		}		
		
header h1 { 
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #fff;
margin-top: 20px;
margin-bottom:0px;
font-size: 5em;
line-height:.6em;
text-align:left;
}

.beta {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:18px;
    line-height:24px;
    display:inline;
    vertical-align:top;
    font-weight:bold;
    color:#4f738a;
    margin-left:3px;

}

#pulldown {
background-color:#ece9e7;
border:1px solid #ababab;
height:80px;
padding:10px;
margin-top:20px;
border-radius:5px;

}

#pulldown select {
  width:auto !important;
  max-width:440px;
}

#pulldown h4{
color:#4f738a;
}

h2 .fa{
color:#4f738a;
}


#devmenu_lower{
margin-top:10px;
float:right;
max-width:450px;
}

#devmenu_lower #pulldown {
    
padding:0px;

}



#devmenu_lower select {
 margin-left:0px;  

 margin-bottom:20px;
}

.visible-phone {
    width:100%;
    height:25px;
    font-size:13px;
    
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}




#devmenu li, #devmenu_lower li{
font-size:.8em !important;
}
  
		


	#maincontentcontainer {
		width: 100%; /* 1000px / 1250px */
		padding-bottom:30px;
	}
	
	#lowercontentcontainer {
		overflow:auto;
	padding-bottom: 30px;
	margin-left:0px;
	padding:10px;
	border:1px solid #ababab;
    border-radius:5px;
	}
	
	
	#lowercontentcontainer {
	padding-right:0px/9;

	}
	
	
	#data {
		padding:0px;
	}
	
    #data table {
        
        width:100%;
       font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
    }

    #data table th{
       font-size:18px;
       font-weight:bold;
       color:#333333;
    }

       .outages  {
      margin-top:10px;
    }

      .outages .fa {
       font-size:18px !important;
       color:#d25d12 !important;
    }

    #data table b{
       font-size:16px;
       color:#333333 !important;
    }

    .nested table {
       margin:0 !important;
       border:none !important;
       width:98% !important;
    }

    .nested td {
       background:#fff !important;
       padding-top:5px;
       padding-left:0;
    }

     #data h3{
       font-size:18px !important;
       font-weight:bold !important;
    }

 
	
	.sidemap {
        height:180px;
	}
	
	#rightsidebardata {
		
		padding:0;
		margin-top:10px;
	}
	
.address {
		background-color:#ece9e7;
        
        text-align:center;
        padding:5px;
        margin-top:10px;
	}

.address p {
        color:#4f738a;
        font-weight:bold;
        font-size:16px;
	}

	#tab_dev_map, #devDataMap {
        width:100% !important;
       
	}	

			#maincontent{
				clear: both;
				width: 100%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 112em; /* 1300px / 13 */
				margin-left: 1em;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
		
			
			
	#datacontent{
				clear: both;
				width: 100%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				
				padding-bottom: 30px;
				
				color: #333;
				line-height: 1.5em;
				position: relative;
				height:100%;
			}
		
			.datacontent{
				clear: both;
				width: 100%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				margin-left: 1em;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}


.devtitle { 
color: #d25d12;
margin:0;
font-size:2.5em; /* 28 / 16 */
line-height:1em;
float:right;
margin-top:15px;
margin-bottom:15px;
font-weight:normal;
}			
			
#datacontent h3 { 
color: #333333;
margin:0;
font-size:1.75em; /* 28 / 16 */
background:#ece9e7;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
font-weight:normal;
}	

#datacontent h4 { 
margin-left:5px;
}	

#charts { 
padding:10px;

}	



    img.img-responsive {
		
    min-width: 100% !important;
    height: auto;
}
	
	footer {
    width: 100% !important; 
}	

			


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}





/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size:1.1em;
				
}
.button:hover {
	color: #fff;
	text-decoration: none;
}
.button:active {
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color:#fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
    
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
    
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling:touch; 
-webkit-tap-highlight-color:rgb(52,158,219); 
-webkit-text-size-adjust:100%; 
-ms-text-size-adjust:100%; }

.clearfix { 
zoom:1; }

::-webkit-selection { 
background:rgb(23,119,175); 
color:rgb(250,250,250); 
text-shadow:none; }

::-moz-selection { 
background:rgb(23,119,175); 
color:rgb(250,250,250); 
text-shadow:none; }

::selection { 
background:rgb(23,119,175); 
color:rgb(250,250,250); 
text-shadow:none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance:button; }

::-webkit-input-placeholder {
font-size:.875em; 
line-height:1.4; }

input:-moz-placeholder { 
font-size:.875em; 
line-height:1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode:bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing:border-box; }

input[type="search"] { 
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding:0;
border:0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens:auto;
-webkit-hyphenate-character:"\2010";
-webkit-hyphenate-limit-after:1;
-webkit-hyphenate-limit-before:3;
-moz-hyphens:auto; }



.download img{
   padding-top:5px;
}

.download {
   background-color:#fff !important;
   padding-top:10px;
   font-weight:bold;
   color:#4f738a;
}

/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

============================================================================= */

/*  GRID OF TWO   ============================================================================= */

.span_2_of_2 {
	width: 100%;
	vertical-align:top;
}

.span_1_of_2 {
	width: 49.2%;
	vertical-align:top;
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 95%; 
		vertical-align:top;
	}
	.span_1_of_2 {
		width: 95%;
		vertical-align:top;
	}

    
}



.span_1_of_2_wide {
	width: 68%;
    margin-right:20px;
	vertical-align:top;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 15.5%; 
	
}


.span_2_of_3 {
	width: 59.3%; 
	
}

.span_1_of_3 {
	width: 20%;

}





/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 95%; 
	}
	.span_2_of_3 {
		width: 95%; 
	}
	.span_1_of_3 {
		width: 95%;
	}

    #devmenu_lower {
        margin-bottom:20px !important;
    }

 

    table th  {
       font-size:12px;
   }

     table td b  {
       font-size:12px !important;
   } 
   table td {
       font-size:12px;
   }


}


/*  TABS AND CHARTS */

.ui-widget-content {
  border: none !important;
  background: none !important;
  color: #333333;
  }

.ui-widget-header {
    background: #fff !important;
    border-bottom:1px solid #ababab !important;
    border-top:1px solid #fff !important;
    border-left:1px solid #fff !important;
    border-right:1px solid #fff !important;
    border-radius:0px !important;
   
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border:none !important;
    background: #4f738a !important;
    font-weight: bold;
    color: #fff !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff !important;
    text-decoration: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #fff !important;
    text-decoration: none;
}

.ui-state-default {
     border:none !important;
    background: #ababab !important;
    font-weight: bold;
    color: #fff !important;
    font-size:12px !important;
    font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding-top: 10px;
     padding-right: 0px;
     padding-left: 0px;
    background: none;
}





/*  NAVIGATION */

ul#nav { padding-left: 0; list-style: none; width: 100%; margin-bottom: 50px; margin-top:20px;margin-left:0px;
            }
            ul#nav:after {  display: inline-block; height: 0; clear: both; visibility: hidden; }
            
                ul#nav li { float: left; width: 16.5%; text-align: center; }
               ul#nav a { 
                        display: block; 
                        background: #ece9e7;
                        color: #54768c; 
                        font-weight: normal;
                        padding-left: 0px;
                        padding-right: 0px;
                        padding-top: 10px;
                        padding-bottom: 5px; 
                        border-right:1px solid #fff;
                        outline: none;
                        height:100%;
                }
                
                .label { 
                        font-size: 11px !important; 
                        line-height:.1em;
                        color:#333333;
                }
                
               .icon { 
                        font-size: 1.8em !important;  
                        
                }
                
              ul#nav a:hover { color: #333333; background:#ece9e7; }
              
              

============================================================================= */

/*  LEFT MENU   ============================================================================= */


@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

#footercontainer {
		display:none;
	}


}
