﻿/* NBMP Online Recording Website Styling */
/* Based on styling of http://www.bats.org.uk by Fat Beehive http://www.fatbeehive.com/ */

html, body {
    height: 100%;
}

#wrapper {
    position: relative;
    min-height: 100%;
}

body, #wrapper {
    width: 100%;
    min-width: 984px;
    margin: 0;
    padding: 0;
}

body {
    background: #fff url('../img/base.jpg') no-repeat scroll center 136px;
    font: 62.5% 'Droid Sans', Verdana, sans-serif;
    line-height: 16px;
    color: #2a2a2a;
    padding: 0;
    margin: 0;
}


#wrapper {
    position: relative;
    min-height: 100%;
}

#headerBase {
    background: #25164c;
    font-size: 1.3em;
}

#header a#logo {
    width: 344px;
    height: 96px;
    background: url('../img/logo.gif') right center;
    float: right;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

#header {
    width: 984px;
    height: 96px;
    margin: 0 auto;
    position: relative;
    /*z-index: 7777;*/
}

#navBase {
    width: 100%;
    background: #403570;
    position: relative;
    box-shadow: inset 0 0 8px 2px rgba(37,22,76,.4);
}

#blockNav {
    width: 984px;
    height: 24px;
    margin: 0 auto;
    padding: 8px 0;
}

    #blockNav .lnright {
        float: right;
        font-family: 'Droid Sans', sans-serif;
        font-size: 1.23em;
        font-weight: 700;
        line-height: 24px;
        color: #fff;
        text-shadow: 0 0 1px rgba(10,10,10,.6);
    }

#navBase a#buttonHome {
    width: 24px;
    height: 24px;
    margin: 0 18px 0 0;
    background: url('../img/icon-home.png') no-repeat scroll 0 0;
    float: left;
    display: block;
    text-indent: -9999px;
}

    #navBase a#buttonHome:hover {
        background-position: -24px 0;
    }

a:hover, a:active, a.on {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #090513;
}

ul#prinav {
    float: left;
    position: relative;
}

    ul#prinav li {
        float: left;
        margin: 0 1.85em 0 0;
    }

        ul#prinav li a {
            font-family: 'Droid Sans', sans-serif;
            font-size: 1.23em;
            font-weight: 700;
            line-height: 24px;
            color: #fff;
            text-shadow: 0 0 1px rgba(10,10,10,.6);
        }

            ul#prinav li a:hover {
                color: #F5E65C;
                text-shadow: 0 0 1px rgba(10, 10, 10, 0.6), 0 0 4px rgba(245, 230, 92, 0.5);
            }

ul li {
    list-style: none;
}

p {
    font-size: 1.15em;
    line-height: 1.47em;
}

ul#secnav {
    float: left;
}

    ul#secnav li {
        float: left;
        margin: 0 12px 0 0;
    }

        ul#secnav li a {
            color: #FFFFFF;
            line-height: 24px;
            height: 24px;
            display: block;
        }

        ul#secnav li.socialTwitter, ul#secnav li.socialFacebook, ul#secnav li.socialBlogger, ul#secnav li.socialForum, ul#secnav li.socialNewsletter {
            margin-right: 8px;
            text-indent: -9999px;
            width: 20px;
        }

            ul#secnav li.socialTwitter a {
                background: url("../img/icon-twitter.png") no-repeat scroll 0 2px #382172;
            }

            ul#secnav li.socialFacebook a {
                background: url("../img/icon-facebook.png") no-repeat scroll 0 2px #382172;
            }

            ul#secnav li.socialBlogger a {
                background: url("../img/icon-blogger.png") no-repeat scroll 0 2px #382172;
            }

            ul#secnav li.socialForum a {
                background: url("../img/icon-bat.png") no-repeat scroll 0 2px #382172;
            }

            ul#secnav li.socialNewsletter a {
                background: url("../img/icon-newsletter.png") no-repeat scroll 0 2px #382172;
            }

        ul#secnav li a:hover, ul#secnav li a:active, ul#secnav li a.on {
            color: #f5e65c;
            text-shadow: 0 0 4px rgba(255,231,10,.5);
        }

#footerBase {
    background: none repeat scroll 0 0 #F6F6F8;
    clear: both;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    width: 100%;
}

#footer {
    font-size: 12px;
    margin: 0 auto;
    padding: 36px 0 0;
    position: relative;
    width: 936px;
}

    #footer #footerCopyright {
        text-align: center;
    }

#footerLinks {
    margin: 0 auto 0.67em auto;
    position: relative;
    margin-bottom: 0.67em;
}

    #footerLinks ul li {
        display: inline;
        text-transform: uppercase;
        font-family: 'Droid Sans',sans-serif;
        font-weight: 700;
    }

#footer a:hover {
    text-decoration: underline;
}

#footer #footerCopyright p, #footer span.site-credit {
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 0;
}

/* bodyContent styles */
#contentBase {
    font-size: 1.3em;
    padding: 0;
    position: relative;
    /*z-index: 8888;*/
}

#content {
    background: url("../img/base-paper.jpg") repeat scroll 0 0 transparent;
    box-shadow: 0 3px 6px rgba(77, 77, 77, 0.2);
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 10px 16px 10px;
    position: relative;
    width: 964px;
    min-height: 400px;
    font-family: 'Droid Sans', Sans-Serif;
}

    #content h2 {
        font-size: 1.85em;
        line-height: 1em;
        font-weight: 700;
        margin: 5px 10px 10px 10px;
    }

    #content h3 {
        font-size: 1.2em;
        line-height: 1em;
        font-weight: 700;
        margin: 5px 10px 5px 10px;
    }

    #content p {
        margin: 5px 10px 5px 10px;
    }

    #content a {
        color: Blue;
    }


/* NBMP Specific */
div#breadcrumb {
    background-color: #FAFAFA;
    border: 1px solid #E7E7E7;
    padding: 2px 2px 2px 2px;
    margin: 0px 10px;
}

div.helpDiv, div.helpSiteSelectDiv {
    border: 1px solid #342B65;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0px 0px 20px 0px;
    background-color: #F8F7FF;
}

div.helpDiv p, div.helpSiteSelectDiv p {
    font-size: 1rem;
}

a#help, a#helpSiteSelect, button#help {
    font-family: Arial, Sans-Serif;
    margin-left: 4px;
    font-size: 1rem;
    font-weight: 400;
    color: White;
    background-image: url('../img/help-background.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding: 6px 5px 5px 30px;
    border: 1px solid Gray;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

div.help-button-container {
    height: 2rem;
    display: flex;
    justify-content:flex-end;
    align-items: center;
}

ul.helpList {
    font-size: 1rem;
    margin: 5px;
}

    ul.helpList li {
        list-style: disc;
        line-height: 1.25rem;
        margin: 3px 30px;
    }

/* map styles */
div#map {
    width: 800px;
    height: 600px;
}

div#roostDetailsMapContainer, div#siteDetailsMapContainer {
    /*float: right;*/
    /*new*/
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 99;
}

div#roostDetailsMap, div#siteDetailsMap {
    width: 500px;
    height: 375px;
    /*float: right;*/
}

/* form styles */
div.roostDiv, div.siteDiv, div.fieldSiteDiv, div.waterwaySiteDiv {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #382172;
    background-color: #F8F7FF;
    overflow: auto;
    position: relative;
}

table.formTable {
    width: 100%;
    table-layout: fixed;
}

    table.formTable td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

span.formLabel {
    /*font-size: 1.2em;*/
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

span.formValue {
    font-family: 'Droid Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.radioButtonListStyle {
    font-weight: normal;
    font-size: medium;
    /*color: #382172;*/
    margin: 5px;
}

    .radioButtonListStyle input {
        margin: 5px;
    }

.olPopup {
    font-size: .9em;
}

    .olPopup ul {
        margin: 5px 10px 5px 10px;
    }

    .olPopup .actionlink {
        margin: 2px 5px 2px 5px;
    }

.dataTable {
    border: 1px solid gray;
    padding: 5px;
    margin: 5px 0 5px 0;
}

    .dataTable th {
        font-weight: 600;
        font-size: small;
        color: #382172;
        background-color: #F8F7FF;
    }

    .dataTable th, .dataTable td {
        padding: 5px;
    }

    .dataTable tr:nth-child(odd) {
        background-color: #F8F7FF;
    }

    .dataTable tr:not(:first-child):hover {
        background-color: lightyellow;
        cursor: pointer;
    }

.instructionPanel {
    width: 540px;
    float: left;
    margin: 10px 0 10px 10px
}

    .instructionPanel ol {
        font-size: 1.15em;
        margin: 15px 2px 15px 50px;
        list-style-type: decimal;
    }

        .instructionPanel ol li {
            margin: 8px 0 8px 0;
            list-style-type: decimal;
        }

.roostCountHead, .fieldCountHead, .waterwayCountHead {
    font-weight: 600;
    font-size: small;
    color: #382172;
    background-color: #F8F7FF;
}

    .roostCountHead th,
    .fieldCountHead th,
    .waterwayCountHead th {
        text-align: center;
    }

.roostCountYearOptions {
    width: 100%;
}

.roostCountTable, .fieldCountTable, .waterwayCountTable {
    width: 100%;
    border: 1px solid gray;
}


    .roostCountTable tr.itemRow td,
    .fieldCountTable tr.itemRow td,
    .waterwayCountTable tr.itemRow td {
        font-weight: normal;
        border: 1px solid gray;
        text-align: center;
    }

    .roostCountTable tr.editItemRow,
    .fieldCountTable tr.editItemRow,
    .waterwayCountTable tr.editItemRow {
        background-color: #DDDDDD;
    }

#roostCountEditForm {
    display: inline-block;
    background-color: #F8F7FF;
    border: 1px solid #382172;
    margin: 5px;
    border-radius: 5px;
    padding: 5px;
}

    #roostCountEditForm table tr {
        border: 1px solid LightGray;
    }

        #roostCountEditForm table tr td, #roostCountEditForm table tr th {
            padding: 5px;
        }

span.dateRange {
    font-size: 0.9em;
    font-weight: 400;
    font-style: italic;
    padding: 5px 10px;
}

.formInput {
    width: 160px;
}

/* AjaxControlToolkit Calendar Extender */
/*
.nbmpCalendar .ajax__calendar_body table tr td
{
    padding: 0px !important;
}

.nbmpCalendar .ajax__calendar .ajax__calendar_invalid .ajax__calendar_day {
    background-color: #AAAAAA !important;
    text-decoration: none !important;
}
*/


/* Surveys page */
div.survey {
    margin: 20px 10px;
    width: 95%;
    overflow: auto;
    padding: 5px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}

    div.survey div.left {
        width: 14%;
        float: left;
    }

    div.survey div.right {
        width: 86%;
        float: left;
    }

    div.survey div.surveyrow {
        width: 100%;
        overflow: hidden;
    }

    div.survey div.surveyheader {
        background-color: #F8F7FF;
        font-size: 16px;
        font-weight: bold;
    }

    div.survey div.surveyinner {
        width: 45%;
        float: left;
        padding: 5px 10px;
    }

    div.survey td.surveyinfo {
        padding: 0px 10px 0px 10px;
        vertical-align: top;
    }

        div.survey td.surveyinfo img {
            float: left;
        }

    div.survey .surveyicon {
        border-radius: 5px;
    }

    div.survey span.onlinesurvey {
        display: inline-block;
        padding: 5px 10px 5px 10px;
        background-color: #F5E65C;
        border-radius: 5px;
        text-align: center;
    }

    div.survey span.surveyvolunteer {
        display: inline-block;
        padding: 2px 0px;
        color: green;
    }

    div.survey .surveysButton {
        width: 280px;
        margin: 5px 0px;
        display: block;
    }

/*Demographics*/
ul.bulletedList {
    margin-left: 1em;
    font-size: 1.15em;
    line-height: 1.47em;
}

    ul.bulletedList li {
        list-style: disc;
        margin-left: 1em;
    }

/* Membershp */
.membershipForm {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    border: solid 1px #403570;
    background: #F8F7FF;
}

#roostDetailsForm, #siteDetailsForm {
    width: 430px;
    /* border:solid 1px #403570; */
    background: #F8F7FF;
}

    .membershipForm table, #roostDetailsForm table, #siteDetailsForm table {
        table-layout: fixed;
        margin: 20px auto;
    }

    .membershipForm label, #roostDetailsForm label, #siteDetailsForm label {
        font-weight: bold;
    }

    .membershipForm td, #roostDetailsForm td, #siteDetailsForm td {
        padding: 5px;
    }

        .membershipForm td.padded {
            width: 200px;
            padding-left: 10px;
        }

        .membershipForm td.right {
            width: 300px;
            text-align: right;
            vertical-align: initial;
        }

        .membershipForm td.left {
            width: 10px;
            text-align: left;
        }

    .membershipForm input[type=text], .membershipForm input[type=password], #roostDetailsForm input[type=text], #siteDetailsForm input[type=text] {
        border: solid 1px #403570;
        width: 200px;
        padding: 2px;
    }

.membershipForm input[type=checkbox] {
    margin: 1px 4px 1px 0px;
    vertical-align: middle;
}

.membershipForm select {
    border: solid 1px #403570;
    width: 206px;
    padding: 2px;
}

.membershipForm .dropdowncheckboxes {
    border: solid 1px #403570;
    width: 200px;
    padding: 2px;
}

    .membershipForm .dropdowncheckboxes label {
        font-weight: normal;
    }

#roostDetailsForm select, #siteDetailsForm select {
    border: solid 1px #403570;
    width: 206px;
    padding: 2px;
}

#roostDetailsForm input[type=text].searchable, #siteDetailsForm input[type=text].searchable {
    border: solid 1px #403570;
    width: 165px;
    padding: 2px;
}

.membershipForm input.optional, .membershipForm select.optional {
    border: solid 1px #AAAAAA;
}

.membershipForm input[type=submit], .membershipForm button[type=button] {
    /*width: 160px;*/
    min-width: 160px;
}

.membershipForm .error, .error {
    color: Red;
}

div#divResignOwner {
    margin: 10px;
}

.errorSummary {
    padding: 5px 5px 5px 5px;
    background-color: #ff9999;
    border: 1px solid #ff0000;
}

    .errorSummary ul {
        margin: 2px 10px 2px 30px
    }

        .errorSummary ul li {
            list-style-type: circle;
        }

span.errorSummary {
    border-bottom-color: #D9FFB2;
    display: block;
}

/*
OPENLAYERS Map Styles
*/

#nbmpZoomPanel.olControlZoomPanel {
    left: 14px;
    top: 30px;
}

.nbmpButton {
    width: 200px;
    margin: 2px;
}

.olControlEditingToolbar {
    left: 10px;
    top: 10px;
}

    .olControlEditingToolbar .olButton {
        background: rgba(0,0,255,0.4);
        position: relative;
        display: block;
        margin: 2px;
        border: 2px solid;
        padding: 5px;
        border-radius: 4px;
        background-color: white;
        vertical-align: middle;
        float: left;
        overflow: visible; /* needed to remove padding from buttons in IE */
    }

    .olControlEditingToolbar .buttonSpotsItemActive, .olControlEditingToolbar .buttonWalksItemActive {
        background: rgba(255,255,0,0.8);
        color: #000;
        border: 2px solid #ffff00;
    }

    .olControlEditingToolbar .buttonSpotsItemInactive, .olControlEditingToolbar .buttonWalksItemInactive {
        background: rgba(255,255,255,0.8);
        color: #000;
    }

.olControlPanel button span {
}
/*ROOST COUNTS*/

.countSummaryList {
    font-size: 1.15em;
    margin: 5px;
    margin-left: 30px;
}

    .countSummaryList label {
        margin-left: 15px;
    }

div.countDiv {
    position: relative;
    border: 1px solid #342B65;
    border-radius: 5px;
    padding: 10px;
    /*overflow: auto;*/
    clear: both;
}

table.WaterwaySurveySpotsFormContainer {
    width: 100%;
}

    table.WaterwaySurveySpotsFormContainer th {
        font-weight: 600;
        font-size: small;
        color: #382172;
        background-color: #F8F7FF;
    }

div.countButton {
    position: relative;
    height: 40px;
}

    div.countButton input {
        width: 120px;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    div.countButton span {
        position: absolute;
        right: 140px;
        bottom: 10px;
    }

        div.countButton span.success, .success {
            font-size: 1em;
            font-weight: 600;
            color: Green;
        }

        div.countButton span.warning {
            font-size: 1em;
            font-weight: 600;
            color: Red;
        }

.countEditButton {
    font-size: 13px;
    width: 50px;
    margin: 2px;
}

/* sunsettimes grid */
table.sunsetTimesGrid {
    margin-top: 20px;
    border: 1px solid #342B65;
    width: 100%;
    border-collapse: collapse;
}

    table.sunsetTimesGrid th {
        text-align: center;
        background-color: #F8F7FF;
        padding: 2px;
        font-weight: 600;
    }

    table.sunsetTimesGrid tr:nth-child(even) {
        background-color: #F8F7FF;
    }

    table.sunsetTimesGrid td {
        text-align: center;
        padding: 2px;
    }

/* search results grid */
table.searchResults {
    margin-top: 20px;
    border: 1px solid #342B65;
    border-collapse: collapse;
}

    table.searchResults th {
        border: 1px solid #342B65;
        text-align: left;
        background-color: #F8F7FF;
        padding: 2px;
        font-weight: 500;
    }

    table.searchResults tr:nth-child(even) {
        background-color: #F8F7FF;
    }

    table.searchResults td {
        border: 1px solid #342B65;
        padding: 2px 4px;
        text-align: left;
    }

p.terms {
    font-size: 1em;
    font-style: italic;
}

.searchButton {
    vertical-align: bottom;
}

#ddlSearchResults {
    width: 100%;
    height: 100%;
}

.partnerLogo {
    padding: 6px;
}


/* HIBERNATION SURVEY */
.hibernationHeader {
    float: left;
    width: 265px;
    background-color: #C1BFD5;
    display: inline-block;
}

.hibernationItemLayout {
    /*border: 1px solid gray;*/
    width: 675px;
    overflow-x: auto;
    float: left;
    white-space: nowrap;
}

.hibernationItem {
    /*width: 180px;*/
    width: 170px;
    display: inline-block;
    /*float: left;*/
    vertical-align: top;
    margin: 0 -5px 0 0;
}

.hibernationInput {
    width: 140px;
}

.hibernationItem table, .hibernationItem table tr, .hibernationItem table tr {
    border: 1px solid;
    border-collapse: separate;
    empty-cells: show;
}

div.hibernationCountDiv {
    position: relative;
    border: 1px solid #342B65;
    border-radius: 5px;
    padding: 10px;
    /*overflow: auto;*/
    overflow-x: auto;
    clear: both;
}

div.hibernationRowItem {
    height: 25px;
    padding: 5px;
    border: 1px solid #382173;
}

div.hibernationLabel {
    font-size: 13px;
    color: #382173;
    background-color: #C1BFD5;
}


/* HIBERNATION SITE HISTORY */
table.hibernationSiteHistoryCountYear {
    width: 100%;
    border: 1px solid gray;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
}

    table.hibernationSiteHistoryCountYear thead,
    table.fieldSiteHistoryCount thead,
    table.waterwaySiteHistoryCount thead {
        font-weight: 600;
        font-size: smaller;
        /*color: #382172;*/
        color: white;
        /*background-color: #F8F7ff;*/
        background-color: #342B65;
        padding: 2px;
    }


    table.hibernationSiteHistoryCountYear th, table.hibernationSiteHistoryCountYear td,
    table.fieldSiteHistoryCount th, table.fieldSiteHistoryCount td,
    table.waterwaySiteHistoryCount th, table.waterwaySiteHistoryCount td {
        border: 1px solid gray;
        border-left: none;
        border-top: none;
        text-align: center;
        padding: 2px;
        border-spacing: 0;
    }

table.fieldSiteHistoryCount th,
table.waterwaySiteHistoryCount th {
    padding: 4px;
    font-weight: 600;
}

table.fieldSiteHistoryCount td,
table.waterwaySiteHistoryCount td {
    font-weight: normal;
    text-align: left;
    padding: 4px;
}


table.hibernationSiteHistoryCountYear tr.hibernationSiteHistoryCountRow td,
table.hibernationSiteHistoryCountYear tr.hibernationSiteHistoryCountRow th {
    /*border: none;*/
    text-align: left;
    padding: 4px;
}

table.hibernationSiteHistoryCount,
table.fieldSiteHistoryCount,
table.waterwaySiteHistoryCount {
    margin: 10px;
    border: 1px solid gray;
}


div.chartDiv {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid lightgray;
    display: inline-block;
}

table.SurveyForm {
    width: 100%;
    border: 1px solid gray;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
    margin: 8px 0 8px 0;
}

    table.SurveyForm td, table.SurveyForm th {
        border: 1px solid gray;
        border-left: none;
        border-top: none;
        text-align: center;
        padding: 2px;
        border-spacing: 0;
    }

    table.SurveyForm th {
        background-color: #C1BFD5;
        text-align: center;
        font-weight: bold;
    }

    table.SurveyForm input {
        width: 100px;
    }

/* Administration alert (and covid 19) */
div.alert-admin, div.alert {
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

strong {
    font-weight: bold;
}


/* growl */
div.growlUI {
    background: url(images/check48.png) no-repeat 10px 10px;
}

div.growlUIError {
    width: 420px;
    background: url(images/error48.png) no-repeat 10px 10px;
}

    div.growlUI h1, div.growlUI h2, div.growlUIError h1, div.growlUIError h2 {
        color: white;
        padding: 15px 5px 15px 75px;
        text-align: left;
        font-style: normal;
    }

.blockUI h1 {
    font-size: 24px;
}

.ShapeFileGroup_list {
    margin-bottom: 30px;
}

.ShapeFileGroup_list_item {
    font-weight: bold;
    margin-bottom: 6px;
}

.ShapeFileExportControl_list {
}

.ShapeFileExportControl_list_item {
    margin-bottom: 6px;
}

.ShapeFileExportControl_download, .ShapeFileExportControl_data, .ShapeFileExportControl_displayText, .ShapeFileExportControl_description {
    display: inline-block;
}

.ShapeFileExportControl_displayText {
    font-weight: bold;
}

.ShapeFileExportControl_description {
    font-style: italic;
}

hr {
    display: block;
    width: 90%;
    margin: 20px auto;
}
