/*----COMMON----*/
.text-bold {
	font-weight: bold;
}
.text-center {
	text-align: center;
}
.text-underline {
	text-decoration:underline;
}
.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.x.axis path {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.line {
    fill: none;
    stroke-width: 7px;
}

.series {
    opacity: 0.3;
}

    .series:hover {
        opacity: 1;
    }

.gmrChart {
    width: 600px;
     margin: 25px auto;
    padding: 30px;
    border: black 1px solid;
     max-height:inherit !important;
}

    .gmrChart .chart-title {
        font: bold 20px sans-serif;
        text-align: center;
        width: 600px;
    }

    .gmrChart .c3-line {
        stroke-width: 3px;
    }

div[data-charttype="future-contracts"] .gmrChart .c3-line {
    stroke-width: 5px;
    stroke-opacity: 0.5;
}


.chart-headline {
    position: absolute;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 2px 0 0 0;
    font-weight: normal;
    color: #1e63c8;
    Text-Align: left;
    font-size: 18px !important;
    padding: 0;
        border-top: 1px solid #ccc;
}
       
.chart-footnote {
   font-style:italic;
   text-align: center;
}
    
@media print {
    .gmrChart {
        page-break-inside:avoid;
    }
   
    [data-type='map'] {
        page-break-inside:avoid;
    }
    div[data-charttype="degree_days_chart"] {
        page-break-inside:avoid;
    }
}

.download-data-chart {
    float: left;
}

.download-data-chart > a {
    text-decoration: none;
}

/*-------WEATHER------------------------------*/

#weatherWrapper {
    padding: 10px 0;
 } 

#weatherHeader {
    width: 600px;
    height: 43px;
    padding: 0;
    background-color: #eee;
    border: 1px solid #888;
}

[data-maptype='air-temperature'] {
    float: left;
    height: 400px;
    width: calc(100% - 235px);
    margin-bottom: 50px;
}


#layoutsDescriptionWrapper {
    font: 12px Arial,Helvetica,sans-serif;
    float: left;
    width: 225px;
    height: 400px;
    border: solid 1px grey;
    margin-left:5px;
    padding-top: 5px;
}

#layoutsDescriptionWrapper > div {
    margin-top: 5px;
}

#layoutsDescriptionWrapper img {
    width: 30px;
}
#descriptionBody li {
    font-size: 11px;
	line-height: 12px;
    text-align: left;
    margin-right: 10px;
    margin-top: 5px;
}

.temperature-map-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.weatherWrapper + .newsletter_headline {
   clear: both;
}

#temperatureMapTitle {
    font-weight: bold;
    width: 60%;
    text-align: center;
}

#divDegreeDaysBarChart {
    margin: 50px auto 0;
    width: 600px;
}

#regionMapsWrapper {
    margin-top:20px;
}
div[data-maptype="northeast_region"] {
    display: inline-block;
    padding-right: 1%;
    height: 410px;
    width: 46%;
}

div[data-maptype="southeast_region"] {
    display: inline-block;
    height: 410px;
    width: 52%;
}

.region-label {
    width: 150px;
    text-decoration: none;
    color: white;
    font-size: 15pt;
    font-weight: bold;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.gate-label {
    width: 150px;
    text-decoration: none;
    color: black;
    font-size: 9pt;
    font-weight: bold;
    text-shadow: white 0.2em 0.2em 0.2em;
}

#dropdown-wrapper {
    padding: 10px;
}

#weatherDegrees {
    margin-top: 30px;
}

.leaflet-container img {
    width: 100%;
}
@media print {
    div[data-type='map']
    {
        page-break-inside:avoid;
    }
    .download-data-table a{
        display:none;
    }
    .download-data-chart a{
        display:none;
    }
    .dataTables_wrapper table.dataTable.display tbody tr:first-child td {
        border-top: #000 solid 1px;
    }

    .dataTables_wrapper table.dataTable.display tbody tr:last-child td {
        border-bottom: #000 solid 1px;
    }
    #layerControlExplaination {
         display: none;
    }
}


/*---------------------TABLES---------------------*/

.table-footnotes {
   font-style: italic;
   text-align: left;
   margin-top: 5px;
}

.table-header {
    font: bold 20px sans-serif;
    text-align: center;
}

.table-body {
    margin: 10px 0;
}

.dataTables_wrapper .group {
    background-color: #ddd !important;
    font-weight: 700;
}
.dataTables_wrapper thead th {
     text-align: center !important;
}

.download-data-table {
    float: right;
    margin-bottom : 5px;
}

.download-data-table > a {
    text-decoration: none;
}
.dataTables_wrapper table {
    width: 100% !important;
}
table.dataTable tbody th, table.dataTable tbody td
{ padding: 5px 10px; } 
table#layerControlExplaination {
    font-size: inherit;
}