/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/****************************
*        Typography         *
****************************/
body {
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
}

h1, h2, h3, h4 {
    line-height: 1.4em;
}

h1 {
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #666666;
    margin-bottom: 5px !important;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    color: #003E74;
    margin: 0;
}

h3 {
    margin: 0.75em 0;
}

h4 {
    font-size: 17px;
    font-weight: bold;
    color: #003E74;
    margin: 0;
}

.row > p {
    font-size: 15px;
    margin: .7em 0;
    color: #333333;
}

a {
    text-decoration: none;
}

sup {
    font-size: 0.8em;
    line-height: 0.8em;
    vertical-align: super;
}
#pagewrap {
    /* override the overflow property in base.css */
    overflow: visible;
}

#content {
    overflow: auto;
}

p.sec-head {
    font-size: 18px;
    color: #333333;
}
.list-head {
    font-size: 16px;
}
ul.dd-list {
    list-style-image: none;
}

.dd-list li {
    font-size: 16px;
    list-style: none;
}

.dd-list li a {
    display: block;
    padding: 8px 0;
}

.dd-list li a:hover {
    color: #000000;
    border-top: #999999 solid 1px;
    border-bottom: #999999 solid 1px;
    padding: 7px 0;
}

.unavailable, p.unavailable {
    color: #999999;
}
.unavailable li {
    padding: 8px 0;
}
p.small{
    font-size: 11px;
    color: #333333;
}

.widget-title {
    font-size: 18px;
    color: #336600;
    margin: 0;
}
.widget-sub {
    font-size: 18px;
    color: #003E74;
}

.summary-text {
    color: #333333;
    font-size: 15px;
}
.archive-date {
    font-size: 18px;
    font-weight: normal;
    color: #003E74;
    margin: 0;
}

.map-head {
    height: 54px;
    background-color: #D0DEE5;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.map-head h3 {
    float: left;
    color: #333333;
    padding-left: 20px;
    font-size: 1.2rem;
    font-weight: 100;
    margin-right: 0;
}

.map-head span {
    display: inline-block;
    vertical-align: middle;
}

.downloadbutton a {
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 20px;
}

.downloadtext {
    font-size: 11px;
    color: #333333;
}

.also-links p, .also-links ul {
    padding: 20px;
    margin: 0;
    float: left;
    line-height: 1.5em;
    font-size: 15px;
}
.also-links ul li {
    line-height: 1.5em;
}

/****************************
*          Layout           *
****************************/
.row {
    border-top: #A2BCD5 3px solid;
    clear: both;
    overflow: visible;
}

.no-line {
    border-top: none;
}

.col-1 {
    float: left;
    width: 470px;
    margin: 10px 0;
}

.col-top-summary {
    margin: 10px 0;
}

.col-map {
    float: right;
    width: 470px;
    margin-top: 10px;
}

.streamflow-col, .detail-col {
    margin-left: 20px;
}

.sub {
    //    width: 235px;
    width: 200px;
    margin-right: 35px;
}

.map-sub img {
    width: 470px;
    min-height: 470px;
}

.sec-head {
    display: block;
    background-color: #E3FBE3;
    padding: 10px 20px;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dd-list {
    margin: 0;
}

.home-link {
    display: inline-block;
    float: right;
    padding: 15px;
}

.home-link img{
    vertical-align: middle;
    padding: 2px 10px;
}

.home-link span {
    display: inline-block;
    vertical-align: middle;
}

.mini-map {
    float: left;
    margin: 20px;
}

.widget {
    float: right;
    margin-top: 10px;
}

#archive-district, #archive-month, #archive-year {
    margin-bottom: 15px;
}

.form-row {
}



.summary-div {
    margin-left: 20px;
    padding-top: 10px;
}
.summary-heading {
    padding: 10px 0;
    border-bottom: 1px #cccccc solid;
}

.summary-heading > .summary-head {
    font-weight: 700;
    color: #003E74;
    margin: 0;
    font-size: 15px;
}

.summary-heading > .summary-sub {
    color: #003E74;
    margin: 0;
    font-size: 15px;
}

.summary-body, .summary-footer {

}

.summary-body p {
    color: #333333;
    font-size: 13px;
    margin: 0.5em 0;
}

.summary-footer {
    border-top: 1px #cccccc solid;
    border-bottom: 3px #A2BCD5 solid;
}

button.downloadbutton {
    width: 100%;

    background: -moz-linear-gradient(
        top,
        #fefefe 0%,
        #e5e5e5);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#fefefe),
        to(#e5e5e5));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999999;
}

button.downloadbutton:hover {
    background: -moz-linear-gradient(
        top,
        #fefefe 0%,
        #cecece);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#fefefe),
        to(#cecece));
}

.also-links {
    background-color: #F2F2F2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 20px;
}
.margin-left {
    margin-left: 20px;
}

.padding-top {
    padding-top: 10px;
}

/******************************
Forms
******************************/
.archive-widget {
    width: 260px;
    padding-top: 10px;
}

#archive-district {
    width: 100%;
    height: 28px;
}
#archive-month {
    width: 60%;
    height: 28px;
    float: left;
}

#archive-year {
    width: 30%;
    float: right;
    height: 28px;
}

#archive-submit {
    width: 100%;
    height: 35px;
    border: 1px solid #add7ad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #e3fbe3;
}

#streamflow-map, .detail-map {
    position: relative;
}

.streamflow-popup {
    position: absolute; 
    top: 0;
    left: 0;
    font-family: 'Arial Regular', Arial, sans-serif;
    width: 190px;
    font-size: 11px;
    text-align: center;
    border: 1px solid #577483;
    color: #577483;
    background-color: #ffffff;
    z-index: 1000;
    box-shadow: 0px 0px 12px #666666;
}

.hover-popup {
    top: 0;
    left: 0;
    font-family: 'Arial Regular', Arial, sans-serif;
    width: 190px;
    font-size: 11px;
    text-align: center;
    border: 1px solid #577483;
    color: #577483;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px #666666;
}

.streamflow-popup .popup-group, 
.hover-popup .popup-group {
    padding: 1em;
    border-bottom: 1px solid #577483;
}

.streamflow-popup .popup-group:last-child,
.hover-popup .popup-group:last-child {
    border: none;
}

.streamflow-popup .popup-header,
.hover-popup .popup-header {
    color: #ffffff;
    background-color: #577483;
}

.streamflow-popup .popup-header h2, .streamflow-popup .popup-header h3,
.hover-popup .popup-header h2, .hover-popup .popup-header h3 {
    color: #ffffff;
    text-align: center;
    margin: 0;
}

.streamflow-popup .popup-header h2,
.hover-popup .popup-header h2 {
    font-size: 12px;
}

.streamflow-popup .popup-header h3,
.hover-popup .popup-header h3 {
    font-size: 11px;
}

.streamflow-popup .popup-group .popup-description,
.hover-popup .popup-group .popup-description {
    color: #577483;
    line-height: 1.4em;
    font-size: 12px;
}

.streamflow-popup .popup-group .popup-figure,
.hover-popup .popup-group .popup-figure {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4em;
}

.streamflow-popup-active-point,
.hover-popup-active-point {
    border: 2px solid black;
}

.streamflow-selector,
.areas-selector {
    display: inline-block;
    float: right;
    padding: 15px;
}

.streamflow-selector em,
.areas-selector em {
    font-size: 12px;
}

.streamflow-selector select,
.areas-selector select {
    width: 295px;
    height: 28px;
    margin: -2px  0 0 0;
}

/** accessibility related **/
.hidden-accessible {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

/** table classes **/
.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}
table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}
table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}
.table p {
    margin: 0 0 1em 0;
}

.summary-text-right {
    width: 440px;
    float: right;
    color: #333333;
    font-size: 15px;
}

.col-2 {
    float: left;
    width: 470px;
    margin: 10px 10px;
}

.col-3 {
    float: right;
    width: 430px;
    margin: 10px 10px;
}

table{
    border-radius: 3px;
    border-collapse: collapse;
    width: 100%;
}

.stat-table thead tr th,
.salinity-table thead tr th{
    border: 1px solid #000000;
    background-color: #D0DEE5;
    font-weight: bold;
    font-size: 19px;
    height: 54px;
    padding-left: 10px;
}

.stat-table tbody tr th,
.stat-table tbody tr td,
.salinity-table tbody tr th,
.salinity-table tbody tr td{
    border: 1px solid #000000;
    border-top: 1px solid #000000;
    padding-left: 10px;
}

.stat-table thead tr th:nth-child(1), 
.stat-table tbody td:nth-child(1),
.salinity-table thead tr th:nth-child(2),
.salinity-table tbody td:nth-child(2) {
    text-align: center;
}

.stat-table TR TH:first-child + TH,
.stat-table TR TH:first-child + TD,
.salinity-table TR TH:first-child + TH + TH, 
.salinity-table TR TH:first-child + TD + TD{ 
    text-align: center;
}

.col-data-tab {
    text-align: left;
    padding-left: 8em;
}

.salinity-table tbody td:nth-child(1) {
    text-align: left;
}

.col-1-right {
    float: right;
}

#detail-container {
    width: 960px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.map-thumbs {
    width: 200px;
    height: 200px;
    position: relative;
    border: 2px solid white;
}

.highlight {
    border: 2px solid blue;
}

img.tickIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.thumbs {
    float: left;
    width: 200px;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.thumbs-selector {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
}

.two-cols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.left-pad-two-cols {
    width: 50%;
    float: left;
}

.table-subdata-left {
    border-right: 0 !important; 
}

.table-subdata-right {
    text-align: center;
    border-left: 0 !important;
}
