/* =============================================================================
   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;
}
#header a[href="logout.php"] {
	margin: 0;
}
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.img {
	width: 90px;
}
nav.topnav ul.dropdown li.img, nav.topnav ul.dropdown li.logout {z-index: 99; float: right;}

nav.topnav a:link, nav.topnav a:visited {
	background: none repeat scroll 0 0 #FFFFFF;
    color: #981E32;
    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:hover, nav.topnav a:active {
    background: none repeat scroll 0 0 #981E32;
    color: #FFFFFF;
}
nav.topnav ul.dropdown li:hover > ul {
    visibility: visible;
}
nav.topnav ul.dropdown ul * {
    position: relative;
    z-index: 999;
}
nav.topnav ul.dropdown ul {
    border: medium none;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    z-index: 999;
	height: 300px;
	overflow: auto;
}
nav.topnav ul.dropdown ul li {
    border-top: 1px solid #FFFFFF;
    float: none;
}
nav.topnav ul.dropdown ul a:link, nav.topnav ul.dropdown ul a:visited {
    background: none repeat scroll 0 0 #981E32;
    color: #FFFFFF;
    display: block;
    margin: 0;
    padding: 8px 0 8px 15px;
    text-align: left;
    width: 185px;
}
nav.topnav ul.dropdown ul a:hover {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #981E32;
    display: block;
    margin: 0;
    width: 185px;
}
nav.topnav a:active, nav.topnav ul.dropdown ul a:active {
	color: red;
}
nav.topnav a.selected {background: none repeat scroll 0 0 #A7A9AC;}
nav.topnav ul.dropdown ul a.selected {
	background: none repeat scroll 0 0 #A7A9AC;
	color: #FFFFFF;
}
nav.topnav ul.dropdown ul a:active[class="selected"] {
	color: red;
}
.sub-menu {
    margin: 0; padding: 0;
}


#main-container, #home-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: #A7A9AC;	
    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-out-right {
    -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: #A7A9AC;	
    width: 32%;
    height: 100%;
    color: #fff;
    position: fixed;
    padding-right: 25px;
    float: right;
    z-index:10000;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.slid {
	margin-left: 67.2%;
}
.unslid {
    margin-left: 98.5%;	
}
#slide-tab {
    margin-top: 0px;
    width: 92%; 
    text-align: center;    
}
#slide-out-right #slide-tab {
	margin-left: 35px;
}
#slide-tab a {   
    font-size: 12pt;
    margin: 0 10px;
}
#parkList-container, #map-container{
    margin-top: 20px; 
}
#parkList-container, #map-container {
	width: 480px;
}
#rightContainer1, #rightContainer2, #rightContainer3, #rightContainer4, #rightContainer5 {
	width: 96%;
}
#rightSlider {
	display: inline-block;
	bottom: 51%;
	position: absolute;
	cursor: pointer;
}
#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:85vh; 
}
.canvas {
	width: 97.5%;
	height: 90vh;
	margin-left: 15px;
	color: #000000;
	background-color: #f7f7f7;
}
.section1, .section2 {
	width: 95%;
	border: 1px groove gray;
	margin-left: 2%;
	text-align: center;
}
.section1 {
    height: 42vh;
}
.section2 {
    height: 40vh;
}
.subsec1, .subsec2, .subsec3 {
	width: 100%;
}
.subsec2, .subsec3 {
	border-top: 1px groove grey;
}
.group1 {
	float: left;
	margin-left: 5%;
}
.group2 {
	float: left;
	margin-left: 25%;
}
.group3 {
	float: right;
	margin-right: 5%;
}
.homeCharts{
   width:100%; 
   height: 80%;   
   margin: 5px; 
}
.canvasCharts {
   width: 97%; 
   height: 35%;   
   margin: 5px; 
}
.homeChartsDiv{
   width:39%; 
   height:220px;
   float:left;
   margin: 5px;
}
.homeChartTitle, .rChartTitle, .subtitle, .panel-title {
	text-align: center;
    font-weight: bold;
    height: 25px;
    margin-top: 10px;
	color: #981E32;
}
.homeChartTitle, .subtitle, .panel-title {
	font-size:  14px;
}
.rChartTitle, .subtitle, .panel-title {
	font-family: Arial, Helvetica, sans-serif;
}
.rChartTitle {
	font-size: 16px;
}
.homeChartTitle a{
	text-decoration: underline;
	cursor: pointer;
}
#homeParkChart, #roll14{
    width: 100%; 
    height: 500px;
}
.draggableAhead {
	position: relative;
	z-index: 1;
}
.dropTarget {
	background-color: gray;
}
a.chartLink {
	color: #981E32;
}
a.parkListLink {
	text-decoration: underline;
	cursor: pointer;
}
a.chartLink, a.parkListLink {
	font-weight: bold;
}
a.chartLink:active, a.parkListLink:active{
	color: red;
}
.nameError, .dateError, .dateError2, .horizonError {
	color: red;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
.availabilityDateError, .planningError {
	color: red;
	font-size: 14px;
	font-weight: bold;
	float: left; 
	position: relative;
	left: 15%;
}
.availabilityDateError {
	margin-top: 1.5%;
}
input[type=button]:active, input[type=submit]:active, input[type=button]:focus, input[type=submit]:focus{
	outline: none;
	border-color: #981E32;
}
#meteo_map {
    height: 100%;
    width: 100%;
    background-color: #333;
}
.leaflet-canvas-layer {
    opacity: 0.55;
}

/* 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%, #A7A9AC)); 
    background: -moz-linear-gradient(top, white 0%, white 55%, #A5A4AA 130%);
    box-shadow: 10px 10px 5px #888;
}
#home-alert-box .text{
    /*width: 100%;*/
    /*height: 100%;*/
    position: relative;
    left: 40%;
    top: 40%;
}
#home-alert-box .canvas-text{
    position: relative;
    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%, #A7A9AC));
    background: -moz-linear-gradient(top, white 0%, white 55%, #A5A4AA 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%, #A7A9AC)); 
    background: -moz-linear-gradient(top, white 0%, white 55%, #A5A4AA 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 {
	border-collapse: collapse; 
}
table.responsive-table {
    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.special.responsive-table {
	width: 100%;
}
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;
}
#fixTable {
	table-layout: fixed;
}
#fixTable th, #tblData th {
	z-index: 1;
}
.scrollable {
	display: inline-block;
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	max-height: 75vh;
}
.scrollable-special {
	overflow: auto;
	white-space: nowrap;
	width: 100%;
	max-height: 75vh;
}
/* 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;
}
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: 260px;
    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: 90px;
	float: right;
}
#login h1:before
{
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 80px;
	float: left;
}
#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/logo_inegi_base_display.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: #981E32;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #981E32 inset;
    -webkit-box-shadow: 0 0 0 1px #981E32 inset;
    box-shadow: 0 0 0 1px #981E32 inset;
}
#actions
{
    margin: 25px 0 0 0;
}
#submit
{		
    background-color: #A7A9AC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(lightgray), to(gray));
    background-image: -webkit-linear-gradient(top, lightgray, gray);
    background-image: -moz-linear-gradient(top, lightgray, gray);
    background-image: -ms-linear-gradient(top, lightgray, gray);
    background-image: -o-linear-gradient(top, lightgray, gray);
    background-image: linear-gradient(top, lightgray, gray);    
    -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: #981E32;
    float: left;
    height: 35px;
    padding: 0;
    width: 120px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #981E32;
}
#submit:hover,#submit:focus
{		
    background-color: #A7A9AC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(gray), to(lightgray));
    background-image: -webkit-linear-gradient(top, gray, lightgray);
    background-image: -moz-linear-gradient(top, gray, lightgray);
    background-image: -ms-linear-gradient(top, gray, lightgray);
    background-image: -o-linear-gradient(top, gray, lightgray);
    background-image: linear-gradient(top, gray, lightgray);
}	
#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;
}

#calendar {
	width: 100%;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 auto;
}
.fc-center h2 {
	font-size: 30px;
}

/* dycharts  */
.dygraph-label {
    /* This applies to the title, x-axis label and y-axis label */
    font-family: Arial, Helvetica, sans-serif;
	color: #981E32;
}
.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 x-axis label */
    font-size: 12px;
}
.dygraph-legend{
}
.directionArrows {
    top: 20px;
}

.mdl-legend{  
  color: black;
  white-space: nowrap;  
  float: right;
  margin-right: 10px;
  border: none;
  border-radius: 2px;  
  position: relative;
  height: 36px;
  margin: 0;
  width: 250px;
  padding: 0 16px;  
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-size: 10px;
  font-weight: 500;  
  letter-spacing: 0;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}
.mdl-legend span{
    display: inline-block;
    /*line-height: 1.5;*/
    text-align: center;
}
.weather-card-square.mdl-card {
  width: 100%;
  height: 100%;
} 
.weather-card-square > .mdl-card__title {
  color: #fff;
  background:  bottom right 15% no-repeat #4CAF50;
}
.mdl-tabs__tab-bar-title{
  vertical-align: middle;
  margin: 0;
  border: none;
  padding: 0 24px;
  float: left;
  position: relative;
  display: block;
  text-decoration: underline;
  height: 36px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0,0,0,.54);
  overflow: hidden;
}
.mdl-tabs__tab{
  height: 36px;
  line-height: 40px;
}
.mdl-data-table thead tr {height: 26px;}
.mdl-data-table thead th {height: 26px;height: 26px;padding: 6px 18px;}
.mdl-data-table thead td {height: 26px;height: 26px;padding: 6px 18px;}
.mdl-data-table tbody tr {height: 26px;}
.mdl-data-table tbody th {height: 26px;height: 26px;padding: 6px 18px;}
.mdl-data-table tbody td {height: 26px;height: 26px;padding: 6px 18px;}

/* 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:not(:disabled) {
    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;
}
input.minimal:disabled {
	opacity: 0.2;
	cursor: not-allowed;
}
/*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: 87.5%;
        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: 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: 250px;
        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%;
	padding:0em;
        text-align:justify;
        /*margin-left: 30px;*/
    }
    .page-wrap {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }
    .homeChartsDiv{
        width: 90%; 
        height: 200px;
		-ms-touch-action: none;
		touch-action: none;
    }
    .homeChartTitle, .rChartTitle{
		font-size:  12px;
    }
	.subtitle{
		font-size: 10px;
	}
    #homeParkChart, #roll14{
		width: 100%;
        height: 250px;
    }
    #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;
        margin: 0px auto;
    }
	table.special.responsive-table {
		width: 100%;
	}
    table.special.responsive-table thead {display: block;}
    table.special.responsive-table tbody {display: block;}
    table.special.responsive-table th {display: block;}
    table.special.responsive-table td {display: block;}
    table.special.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; }
	#fixTable, #calendar { font-size: 6px; }
	.scrollable, .scrollable-special {
		max-height: 300px;
	}
	.availabilityDateError, .planningError {
		margin-top: 5%;
		margin-bottom: 5%;
		left: 0%;
	}
    #park_dropdown{
        width: 90%;       
    }
    #alert-box {
        position: relative;
        width: 200px;
        height: 100px;
        margin-left: -100px;
        margin-top: 50px;
    }  
    #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*/
    .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 dl dd img {
		margin-top: 1%;
	}
    #panel2
    {    
        /*overflow:auto;*/
        width:100%;
        height:100%;
        position:relative;

        display:none;
        left:100%;          
        overflow-y: scroll !important;
    }
	#titleSpan
	{
		float: left;
		position: relative;
		left: 35%;
	}
    .pageHeader
    {
        width:100%;
        line-height:40px;
        padding-top:3px;                           
        color: #ffffff;
        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:#981E32;
        border-bottom:1px solid #999999;
    }
    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;
        padding-left:10px;
        padding-top:10px;
        padding-bottom:10px;
        padding-right:10px;
        color: #A7A9AC;
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: -1px;
    }
    #panel1 nav dl dd img
    {
        float:right;
        height:12px;
    }
	#panel1 nav dl dd select
	{
		float: right;
		width: 30px;
	}
    #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;
    }
	
	#calendar {
		font-size: 9px;
	}

	.fc-center h2 {
		font-size: 15px;
	}

    li.turbine a{
		background: url(../images/wind_turbine_icon_2.png) 0 0 no-repeat;
        color: black;
    }
	li label{
		background: url(../images/wind_turbine_icon_2.png) 15px 1px no-repeat;
	}
    /* 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 x-axis label */
        font-size: 10px;
    }
    .mdl-tabs{padding: 0 5px;}   
    .mdl-tabs__tab-bar-title{padding: 0 5px;font-size:10px;} 
    .mdl-tabs__tab{padding: 0 5px;font-size:10px;} 
    .mdl-card__menu::before {position:absolute;}
}

@media only screen and (max-device-width: 480px) {
	#login h1:after{
		width: 50px;
	}
	#login h1:before{
		width: 40px;
	}
}