/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; display: inline; zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body
{
    height: 100%;
}



body{
    color: #484848;
    background-color: #f7f7f7;
    font: 12px 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;    
    margin: 0;


}
header{
    height: 60px;
}
footer{
    height: 30px;
}
.clear {
    clear: both;
}
h1{
    font-size: 58px;
    margin-bottom: 25px;
}
h3{
    font-size: 22px;
    margin-bottom: 25px;
}
p{
    text-align: left;
    margin-bottom: 20px;
}

.page-wrap {
    position: relative;
    top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;

}
#header {
    padding: 0px;
    height: 40px;
}
#header a {
    /*font-size: 12pt;*/
    margin: 0 5px;
    color: green;
}
nav.topnav {
}
nav.topnav ul {
}
nav.topnav ul.dropdown, nav.topnav ul.dropdown li {
    list-style: none outside none;
    position: relative;
    z-index: 999;
}
nav.topnav ul.dropdown li {
    float: left;  
}
nav.topnav ul.dropdown li.logout {float: right;}

nav.topnav a:link, nav.topnav a:active, nav.topnav a:visited {
    color: #171717;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 5px;
    padding: 9px 0 8px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
nav.topnav a:link, nav.topnav a:active, nav.topnav a:visited {
    background: none repeat scroll 0 0 #FFFFFF;
}
nav.topnav a:hover, nav.topnav a.selected {
    background: none repeat scroll 0 0 #25AAE1;
    color: #FFFFFF;
}
nav.topnav a.selected {background: lightgray;}
nav.topnav ul.dropdown li:hover > ul {
    visibility: visible;
}
nav.topnav ul.dropdown ul * {
    position: relative;
    z-index: 99 !important;
}
nav.topnav ul.dropdown ul {
    border: medium none;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    /*width: 200px;*/
    z-index: 99;
		height: 300px;
		overflow: auto;
}
nav.topnav ul.dropdown ul li {
    border-top: 1px solid #FFFFFF;
    float: none;
    z-index: 999;
}
nav.topnav ul.dropdown ul a:link, nav.topnav ul.dropdown ul a:visited, nav.topnav ul.dropdown ul a.selected {
    background: none repeat scroll 0 0 #15A9E4;
    color: #FFFFFF;
    display: block;
    margin: 0;
    padding: 8px 0 8px 15px;
    text-align: left;
    width: 185px;
    z-index: 9999 !important;
}
nav.topnav ul.dropdown ul a:hover {
    background: none repeat scroll 0 0 #F2F2F2;
    color: #FFFFFF;
    display: block;
    margin: 0;
    width: 185px;
}

.sub-menu {
    margin: 0; padding: 0;
}


#main-container{	
    /*min-width: 1024px;*/
    width:80%;
    margin: auto;
}
.button{
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 14px/100% Arial,Helvetica,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 0.5em 2em 0.55em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

#slide-out {
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-color: #686868;	
    width: 500px;
    height: 100%;
    color: #fff;
    position: fixed ;
    padding-left: 25px;
    margin-left: -500px;
    float: left;
    z-index:10000;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;

}
#slide-out:hover{
    margin-left: 0px;
}

#slide-tab {
    margin-top: 0px;
    width: 460px; 
    text-align: center;    
}
#slide-tab a {   
    font-size: 12pt;
    margin: 0 10px;
}
#parkList-container{
    margin-top: 20px;
    width:480px; 
}
#map-container{
    margin-top: 20px;
    width:480px; 
}
#map-container ul li a{
    background-repeat:no-repeat;
    display:block;
    float:left;
    font-size:24px;
    height:38px;
    margin: 0px 20px;
    padding: 10px 0px 0px 55px;
    color: #d3d3d3;
    text-decoration: none;	
    line-height: normal;
}
#map-container ul li a:hover{
    color: #fff;
}
#map_canvas {    
    width:460px; 
    height:500px; 
}
.homeCharts{
   width:100%; 
   height: 80%;   
   margin: 5px; 
}
.homeChartsDiv{
   width:48%; 
   height:200px;
   float:left;
   margin: 5px; 
}
.homeChartTitle{
    text-align: center;
    font-size:  14px;
    font-weight: bold;
    height: 25px;
    margin-top: 10px;
}
#homeParkChart{
    margin: 5px; 
    width:100%; 
    height:500px;
}

/* Alert Box */
#home-alert-box{
    width: 100%;
    height: 100%;
     /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
    /* rounded corners */
    -webkit-border-radius: 20px;
    -moz-border-radius: 14px; 
    border-radius: 14px;
    /* gradients */
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
    background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%);
    box-shadow: 10px 10px 5px #888;
}
#home-alert-box .text{
    /*width: 100%;*/
    /*height: 100%;*/
    position: relative;
    left: 40%;
    top: 40%;
}
#home-graph-alert-box{
    width: 400px;
    height: 200px;
    margin: 0 auto 20px;
    position: relative;
     /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
    /* rounded corners */
    -webkit-border-radius: 20px;
    -moz-border-radius: 14px; 
    border-radius: 14px;
    /* gradients */
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
    background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%);
    box-shadow: 10px 10px 5px #888;
}
#home-graph-alert-box .text{
    position: relative;
    left: 40%;
    top: 40%;
}
#alert-box {
    position: relative;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    margin-top: 100px;
    width: 400px;
    margin-left: -200px; 
    height: 200px;
/*    margin-top: -100px; */
    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
    /* rounded corners */
    -webkit-border-radius: 20px;
    -moz-border-radius: 14px; 
    border-radius: 14px;
    /* gradients */
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
    background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%);
    box-shadow: 10px 10px 5px #888;
    z-index:10;
}
#alert-box .text{
    width: 400px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#alert-box .white {
    background: -moz-linear-gradient(center top , #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
    border: 1px solid #B7B7B7;
    color: #606060;
}
#alert-box .white:hover {
    background: -moz-linear-gradient(center top , #FFFFFF, #DCDCDC) repeat scroll 0 0 transparent;
}
#alert-box .white:active {
    background: -moz-linear-gradient(center top , #EDEDED, #FFFFFF) repeat scroll 0 0 transparent;
    color: #999999;
}
#alert-box .button-box{
    height: 50px; 
    width: 400px; 
    display: table-row; 
    text-align: center; 
    vertical-align: middle;
}

#loadingDiv{
    clear: both;
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;  
    margin: 0 auto;
    text-align: center;
}

/* Tables */
table { 
	width: 100%; 
	border-collapse: collapse; 
}
table.responsive-table {
    width: 100%;
    margin: 0px auto;
    color: #666;
    font-size: 12px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    background: #eaebec;
    border: #ccc 1px solid;
    border-radius: 3px;
    border-collapse: collapse; 
    box-shadow: 0 1px 2px #d1d1d1;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 0px #fff;
}
table.responsive-table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
table.responsive-table th {
    text-align: center;
    padding: 21px 25px 22px 25px;
    border-bottom: 1px solid #e0e0e0; border-top: 1px solid #fafafa;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}
table.responsive-table th:first-child {
    text-align: center;
}
table.responsive-table a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none
}
table.responsive-table a:active,
table.responsive-table a:hover {
    color: #bd5a35;
    text-decoration: underline
}
table.responsive-table a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none
}
table.responsive-table tr {
    /*padding-left: 20px;*/
    text-align: center;
}
table.responsive-table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
table.responsive-table tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
table.responsive-table tr:last-child td {    border-bottom: 0 }

table.responsive-table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
table.responsive-table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
table.responsive-table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
table.responsive-table tr td {
    padding: 18px;
    border-bottom: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; border-top: 1px solid #ffffff;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
table.responsive-table tr td:first-child {
    border-left: 0;
    text-align: center;
}
table.responsive-menu-line {
    width: 100%;
    margin: 0px auto;
    color: #666;
    font-size: 12px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    background: #eaebec;
    border: #ccc 1px solid;
    border-radius: 3px;
    border-collapse: collapse; 
    box-shadow: 0 1px 2px #d1d1d1;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 0px #fff;
}
table.responsive-menu-line th {
    text-align: center;
    padding: 5px 25px 5px 25px;
    border-bottom: 1px solid #e0e0e0; border-top: 1px solid #fafafa;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top, #ededed, #ebebeb);
}
table.responsive-menu-line th:first-child {
    text-align: center;
}
table.responsive-menu-line a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none
}
table.responsive-menu-line a:active,
table.responsive-menu-line a:hover {
    color: #bd5a35;
    text-decoration: underline
}
table.responsive-menu-line a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none
}
table.responsive-menu-line tr {
    text-align: center;
}
table.responsive-menu-line tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
table.responsive-menu-line tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}


/* CSS Tree menu styles */
ol.tree
{
    padding: 0 0 0 30px;
    width: 300px;
}
li 
{ 
    position: relative; 
    margin-left: -15px;
    list-style: none;
}
li.turbine{
    margin-left: -1px !important;
}
li.turbine a{
    background: url(../images/wind_turbine_icon.png) 0 0 no-repeat;
    color: #fff;
    padding-left: 21px;
    text-decoration: none;
    display: block;
}
li.file
{
    margin-left: -1px !important;
}
li.file a
{
    background: url(../images/document.png) 0 0 no-repeat;
    color: #fff;
    padding-left: 21px;
    text-decoration: none;
    display: block;
}
li.file a[href *= '.pdf']	{ background: url(../images/document.png) 0 0 no-repeat; }
li.file a[href *= '.html']	{ background: url(../images/document.png) 0 0 no-repeat; }
li.file a[href $= '.css']	{ background: url(../images/document.png) 0 0 no-repeat; }
li.file a[href $= '.js']	{ background: url(../images/document.png) 0 0 no-repeat; }
li input
{
    position: absolute;
    left: 0;
    margin-left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    height: 1em;
    width: 1em;
    top: 0;
}
li input + ol
{
    background: url(../images/toggle-small-expand.png) 40px 0 no-repeat;
    margin: -0.938em 0 0 -44px; /* 15px */
    height: 1em;
}
li input + ol > li { display: none; margin-left: -14px !important; padding-left: 1px; }
li label
{
    background: url(../images/wind_turbine_icon.png) 15px 1px no-repeat;
    cursor: pointer;
    display: block;
    padding-left: 37px;
}

li input:checked + ol
{
    background: url(../images/toggle-small.png) 40px 5px no-repeat;
    margin: -1.25em 0 0 -44px; /* 20px */
    padding: 1.563em 0 0 80px;
    height: auto;
}
li input:checked + ol > li { display: block; margin: 0 0 0.125em;  /* 2px */}
li input:checked + ol > li:last-child { margin: 0 0 0.063em; /* 1px */ }


/* Login box */
/*--------------------*/
#login-container{
        text-align: center; 
        height: 100%;
        width: 100%;
}
#login
{
    float: left; 
    position: relative; 
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    height: 240px;
    width: 400px;
    margin: -150px 0 0 -230px;
    padding: 30px;
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          1px 1px   0 rgba(0,   0,   0,   .1),
          3px 3px   0 rgba(255, 255, 255, 1),
          4px 4px   0 rgba(0,   0,   0,   .1),
          6px 6px   0 rgba(255, 255, 255, 1),  
          7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
}
#login:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}
#login h1
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 10px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
    width: 100%;
}
#login h1:after
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 80px;   
}
#login h1:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 80px;   
}
#login h1:after
{ 
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);      
    right: 0;
}
#login h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}
fieldset
{
    border: 0;
    padding: 0;
    margin: 0;

}
#login-logo{
    background: url(../images/login-logo.png) no-repeat;
    width: 200px;
    height: 55px;
    top: -10px;
    position: relative;
    margin: auto;
}
#inputs input
{
    background: #f1f1f1 url(../images/login-sprite.png) no-repeat;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    /*width: 353px;*/ /* 353 + 2 + 45 = 400 */
    width: 85%;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}
#username
{
    background-position: 5px -2px !important;
}
#password
{
    background-position: 5px -52px !important;
}
#inputs input:focus
{
    background-color: #fff;
    border-color: #62AC1E;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #62AC1E inset;
    -webkit-box-shadow: 0 0 0 1px #62AC1E inset;
    box-shadow: 0 0 0 1px #62AC1E inset;
}
#actions
{
    margin: 25px 0 0 0;
}
#submit
{		
    background-color: #006388;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#82C3ED), to(#006388));
    background-image: -webkit-linear-gradient(top, #82C3ED, #006388);
    background-image: -moz-linear-gradient(top, #82C3ED, #006388);
    background-image: -ms-linear-gradient(top, #82C3ED, #006388);
    background-image: -o-linear-gradient(top, #82C3ED, #006388);
    background-image: linear-gradient(top, #82C3ED, #006388);    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);    
     -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;        
    border-width: 1px;
    border-style: solid;
    border-color: #62AC1E;
    float: left;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: white;
}
#submit:hover,#submit:focus
{		
    background-color: #82C3ED;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006388), to(#82C3ED));
    background-image: -webkit-linear-gradient(top, #006388, #82C3ED);
    background-image: -moz-linear-gradient(top, #006388, #82C3ED);
    background-image: -ms-linear-gradient(top, #006388, #82C3ED);
    background-image: -o-linear-gradient(top, #006388, #82C3ED);
    background-image: linear-gradient(top, #006388, #82C3ED);
}	
#submit:active
{		
    outline: none;   
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}
#submit::-moz-focus-inner
{
  border: none;
}
#actions a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}
#back
{
    display: block;
    text-align: center;
    position: relative;
    top: 60px;
    color: #999;
}
/* Login failure shake effect */
@keyframes shake{ 
    0% { transform: translate(3px, 0); }
    50% { transform: translate(-3px, 0); }
    100% { transform: translate(0, 0); }
}
@-moz-keyframes shake{ 
    0% { -moz-transform: translate(3px, 0); }
    50% { -moz-transform: translate(-3px, 0); }
    100% { -moz-transform: translate(0, 0); }
}
@-webkit-keyframes shake {
    0% { -webkit-transform: translate(3px, 0); }
    50% { -webkit-transform: translate(-3px, 0); }
    100% { -webkit-transform: translate(0, 0); }
}
.shake {
    animation-name: shake; 
    animation-duration: 150ms; 
    animation-iteration-count: 2; 
    animation-timing-function: linear;
    -moz-animation-name: shake; 
    -moz-animation-duration: 150ms; 
    -moz-animation-iteration-count: 2; 
    -moz-animation-timing-function: linear;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 150ms;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
}

/* End of Login box */
/*--------------------*/

/* Reset div */
#reset_pass_div{
    position: fixed !important;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    height: 150px;
    width: 400px;
    margin: -100px 0 0 -230px;
    padding: 30px;
    top: 50%;
    left: 50%;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          1px 1px   0 rgba(0,   0,   0,   .1),
          3px 3px   0 rgba(255, 255, 255, 1),
          4px 4px   0 rgba(0,   0,   0,   .1),
          6px 6px   0 rgba(255, 255, 255, 1),  
          7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);

}
#reset_pass_div.white_content {
        display: none;
        position: absolute;
        z-index:1002;
}
#fade.black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
}

#captchas{
    
}
#captchas input
{

    padding: 1px 1px 1px 5px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}
#captchas input:focus
{
    background-color: #fff;
    border-color: #62AC1E;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #62AC1E inset;
    -webkit-box-shadow: 0 0 0 1px #62AC1E inset;
    box-shadow: 0 0 0 1px #62AC1E inset;
}
#captchas a
{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}
#captcha{   
    float: left;
    width: 150px;
    height: 35px;
}

#captcha_code{
    width: 120px;
    height: 35px;
    margin-left: 10px;
}
#datepicker {position: relative;z-index:100 !important;}

#park_dropdown{
    width: 100%;
    margin: 0px auto;
}

/* dycharts  */
.dygraph-label {
    /* This applies to the title, x-axis label and y-axis label */
    font-family: Arial, Helvetica, sans-serif;
}
.dygraph-title {
    /* This rule only applies to the chart title */
    font-size: 16px;
}
.dygraph-ylabel {
    /* This rule only applies to the y-axis label */
    font-size: 12px;
}
.dygraph-xlabel {
    /* This rule only applies to the y-axis label */
    font-size: 12px;
}
.dygraph-legend{    
}
.directionArrows {
    top:20px;
}

/* minimal button
*******************************************************************************/
input.minimal {
    background: #e3e3e3;
    border: 1px solid #bbb;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #333;
    font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
    padding: 8px 0 9px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 150px; 
}
input.minimal:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer; 
}
input.minimal:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; 
}

/*minimal-small*/
input.minimal-small {
    background: #e3e3e3;
    border: 1px solid #bbb;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #333;
    font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
    padding: 0px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 80px; 
}
input.minimal-small:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer; 
}
input.minimal-small:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; 
}

#start-container{
        /*text-align: center; */
        height: 90%;
        width: 100%;
}
#start
{
    float: left; position: relative; 
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);  
    /*height: 240px;*/
    width: 400px;
    margin: -150px 0 0 -230px;
    padding: 30px;
    top: 50%;
    left: 50%;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;  
    -webkit-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          1px 1px   0 rgba(0,   0,   0,   .1),
          3px 3px   0 rgba(255, 255, 255, 1),
          4px 4px   0 rgba(0,   0,   0,   .1),
          6px 6px   0 rgba(255, 255, 255, 1),  
          7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
          0 0 2px rgba(0, 0, 0, 0.2),  
          0 1px 1px rgba(0, 0, 0, .2),
          0 3px 0 #fff,
          0 4px 0 rgba(0, 0, 0, .2),
          0 6px 0 #fff,  
          0 7px 0 rgba(0, 0, 0, .2);
}
#start:before
{
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #ccc;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
}
/* =================*/
/* =================*/
/*     Media CSS    */
/* =================*/
/*@media only screen and (max-device-width: 480px)*/

@media only screen and (max-device-width: 800px) {
    html, body
    {   
        margin:0;
        padding:0;
        clear:both;
        height: 100%;
        width: 100%;
    }
    body{
    }
    #header a {
        font-size: 7pt;
        margin: 0 1px;
    }

    #login-container{clear:both;
        height: 100%;
        width: 100%;
        top:0;
        -moz-transform:translate(0, 50%);
        -webkit-transform:translate(0, 50%);
        -ms-transform:translate(0, 50%);
        -o-transform:translate(0, 50%);
        transform:translate(0, 50%);
    }
    #login{  clear:both;   
        display: inline-block;
        vertical-align: middle;
        height: 240px;
        width: 80%;
        max-width: 400px;
        margin: 0px auto;
        top:0px;
        /*left:0px;*/
        padding: 30px;
        z-index: 0;
        -moz-transform:translate(-50%, -50%);
        -webkit-transform:translate(-50%, -50%);
        -ms-transform:translate(-50%, -50%);
        -o-transform:translate(-50%, -50%);
        transform:translate(-50%, -50%);
    }
    #main-container {
        margin: auto;
        width: 90%;
        /*margin-left: 30px;*/
    }
    .page-wrap {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }
    .homeChartsDiv{
        width: 90%; 
        height: 200px;
        float: right;
        /*margin: 5px; */
    }
    .homeChartTitle{
            font-size:  11px;
    }
    #homeParkChart{
        width: 85%; 
        height: 200px;
        /*margin: 5px; */
    }
    #homeParkDiv{
        margin-left: 30px;
    }    
    #slide-out {
        width: 100%;
        height: 80%;
        padding-top: 10px;
        margin-top: -100%;
        float: left;
        z-index:100;
    }
    #slide-out:hover{
        margin-top: 0px;
    }
    #slide-tab {
        margin-top: 5px;
        width: 90%; 
        text-align: center;    
    }
    #slide-tab a {   
        font-size: 12pt;
        margin: 0 10px;
    }
    #parkList-container{
        max-height: 80%;
        overflow: auto;
        width:90%; 
    }
    #map-container{
        margin-top: 0px;
        width:90%; 
        height:90%; 

    }
    #map-container ul li a{
        height:38px;
        margin: 0px 20px;
        padding: 10px 0px 0px 55px;
        color: #d3d3d3;
        text-decoration: none;	
        line-height: normal;
    }
    #map-container ul li a:hover{
        color: #fff;
    }
    #map_canvas {    
        width:100%; 
        min-height:100%; 
    }
    ol.tree
    {
        padding: 0 0 0 20px;
        width: 90%;
    }

    table.responsive-table {
        table-layout: fixed;
        width:100%;
        margin: 0px auto;
    }
    table.responsive-table thead {display: block;}
    table.responsive-table tbody {display: block;}
    table.responsive-table th {display: block;}
    table.responsive-table td {display: block;}
    table.responsive-table tr {display: block;}
    table.responsive-table th {
        /*padding: 6px;*/
    }
    table.responsive-table tr {
        /*padding: 6px 12px 6px 12px;*/
    }
    table.responsive-table th,
    table.responsive-table td {
        /*padding: 2px 5px 2px 5px;*/
    }

    .responsive-table tr { border: 1px solid #ccc; }

    .responsive-table td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        word-wrap:break-word;
    }
    .responsive-table .td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 2px;
        left: 2px;
        width: 45%;            
        white-space: nowrap;
    }
    table.responsive-menu-line {
        table-layout: fixed;
        width:100%;
        margin: 0px auto;
    }
    table.responsive-menu-line thead {display: block;}
    table.responsive-menu-line th {display: block;}
    table.responsive-menu-line td {display: block;}
    table.responsive-menu-line tr {display: block;}
    table.responsive-menu-line th {
        /*padding: 6px;*/
    }
    table.responsive-menu-line tr {
        /*padding: 6px 12px 6px 12px;*/
    }
    table.responsive-menu-line th {
        padding: 2px 5px 2px 5px;
    }
    table.responsive-menu-line tr { border: 1px solid #ccc; }
		
    #park_dropdown{
        width: 90%;       
    }
    #alert-box {
        position: relative;
        width: 200px;
        height: 100px;
        margin-left: -100px;
        margin-top: 50px;
    }
    #loadingDiv{
        clear: both;
        position: absolute;
        z-index: 10000;
        top: 50%;
        left: 50%;  
        margin: 0 auto;
        text-align: center;
    }    
    #wrapper
    {
        width:100%;
        height:98%;       
        position: relative;
        overflow-x: hidden;
        overflow-y: scroll !important;
    }
    #innerWrapper
    {
        min-width:100%;
        min-height:100%;
        /*height:100%;*/
        /*width:100%;*/
        position:relative;

    }
    #innerWrapper .panels
    {
        width:100%;
        /*height:100%;*/
        position:absolute;
        -webkit-transition:left 300ms;
        -moz-transition:left 300ms;
        -o-transition: left 300ms;
        transition: left 300ms;
        -ms-transition:left 300ms;
    }
    #headerText
    {
        float:left;
        margin-left:10px;
    }

    #backBtn
    {
        position:relative;
        top:6px;                     
        width:45px;   
        float:right;
        margin-right:5px;    
    }

    #panel1{}
    #panel2
    {    
        /*overflow:auto;*/
        width:100%;
        height:100%;
        position:relative;

        display:none;
        left:100%;          
        overflow-y: scroll !important;
    }
    .pageHeader
    {
        width:100%;
        line-height:40px;
        padding-top:3px;                           
        color: #fff;
        display: block;
        overflow:hidden;
        font-size: 17px;
        font-weight: bold;            
        text-align: center;                        
        margin-bottom:5px;
        /*text-shadow: 0px 1px 0px #fff;
        -webkit-box-shadow:0 5px 3px #8a8a8a;*/ 
        background-color:#354F6E;
        border-bottom:1px solid #999999;             
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7c9bc0), color-stop(2%, #416086), color-stop(100%, #293e56));
    }
    div.content
    {
        /*min-width:100%;*/
        padding:0em;
        text-align:justify;
    }

    #panel1 nav
    {      
        height:auto;
        overflow:hidden;
        margin-bottom:10px;
        padding:1em;
    }
    #panel1 nav dl
    {    
        height:100%;
        overflow:hidden;
    }

    #panel1 nav dl dd
    {                                       
        background-color:#fff;
        border:1px solid #999999;
        padding-left:10px;
        padding-top:10px;
        padding-bottom:10px;
        padding-right:10px;
        color: #222222;
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: -1px;
    }
    #panel1 nav dl dd img
    {
        float:right;
        height:12px;
    }

    #panel1 nav dl dd:first-of-type
    {
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
    }
    #panel1 nav dl dd:last-of-type
    {
        -webkit-border-bottom-left-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        margin-bottom:0;
    }

    li.turbine a{
        color: black;
    }
    /* dycharts  */
    .dygraph-label {
        /* This applies to the title, x-axis label and y-axis label */
        font-family: Arial, Helvetica, sans-serif;
    }
    .dygraph-title {
        /* This rule only applies to the chart title */
        font-size: 12px;
    }
    .dygraph-ylabel {
        /* This rule only applies to the y-axis label */
        font-size: 10px;
    }
    .dygraph-xlabel {
        /* This rule only applies to the y-axis label */
        font-size: 10px;
    }
    

}
