﻿/* DEFAULTS
----------------------------------------------------------*/

@media print {
    .noprint {
        display: none !important;
    }

    .printreset {
        margin: 0 !important;
        padding: 0 !important;
    }

    .printtable td {
        padding: 0 !important;
        margin: 0 !important;
    }

    .printtable input {
        margin: 4px 0 !important;
        padding: 0.25rem 0.5rem 0.25rem 0.5rem !important;
    }
}

body {
    background: #ffffff;
    font-size: 1rem;
    font-family: 'Open Sans', arial, sans-serif;
    line-height: 1.6rem;
    margin: 0;
    padding: 0;
    color: #000;
}

normal {
    font-size: .80em;
    font-family: 'Open Sans', arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
}

.divContent ul {
    padding-left: 20px;
}

.normalImage {
    display: inline;
}

a:link, a:visited, a:active, a:hover {
    color: #AC3F30;
    color: var(--speciesSecondaryColor);
    text-decoration: none;
}

a:hover {
    color: #ff6600;
    color: var(--speciesPrimaryColor);
}

p {
    margin-bottom: 10px;
}

.contentHeader {
    padding-bottom: 8px;
}

/* LISTS   
----------------------------------------------------------*/

ol, ul {
    padding-inline-start: 30px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0;
    margin-top: 0;
}

h1 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-bottom: 0;
}

h2 {
    font-size: 1.5rem;
    line-height: 2.3rem;
    font-weight: 600;
    margin-bottom: 8px;
}

h3, h3 > a, h3 > a:link, h3 > a:visited {
    font-size: 1.4rem;
    font-weight: 500;
    color: #ff6600;
    color: var(--speciesPrimaryColor);
    line-height: 2.2rem;
}

    h3 > a:hover {
        color: #AC3F30;
        color: var(--speciesSecondaryColor);
    }

h4 {
    font-size: 1.2em;
}

h5, h6 {
    font-size: 1em;
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 75%;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

table.sponsorFooter td {
    vertical-align: middle;
    font-size: 9px;
    font-weight: bold;
    color: #444444;
    text-align: left;
}

/* MENU   
----------------------------------------------------------*/

td.menu {
    text-align: left;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

#tblAdminControlPanel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}

.admin-card {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .admin-card > .card {
        min-height: 160px;
        min-width: 280px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .admin-card img {
        padding-right: 12px;
    }

@media only screen and (min-width: 900px) {
    .admin-card {
        width: 50%;
    }
}

@media only screen and (min-width: 1300px) {
    #tblAdminControlPanel {
        width: 75%;
    }
}

.adminPageContainer {
    position: relative;
    width: 280px;
    height: 150px
}

.adminPageInner {
    border: solid 2px #7696CE;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 15px 15px 15px 15px
}

.adminPageImage {
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    left: 18px;
    width: 48px;
    height: 48px
}

.adminPageText {
    position: absolute;
    text-align: left;
    top: 7px;
    left: 90px;
}

.adminNavMenu {
    padding-left: 0px !important;
}

    .adminNavMenu:after {
        content: '';
        display: block;
        clear: both;
    }

    .adminNavMenu li {
        float: left;
        list-style: none;
        text-align: center;
        margin-right: 30px;
        line-height: 30px;
        clear: right;
    }

        .adminNavMenu li a {
            color: #FFFFFF;
            font-weight: bold;
            border: 1px solid #FFFFFF;
            padding: 5px 5px 5px 5px;
            text-decoration: none;
            display: inline-block;
            background-color: #575757;
            border-radius: 7px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
        }

            .adminNavMenu li a:hover {
                text-decoration: none;
                border: 1px solid #FFFFFF;
                background-color: #bababa;
            }

.defaultPageStoryTitle {
    font-size: 11px;
    margin: 0px;
    font-weight: bold;
    color: #5F2B10;
}

    .defaultPageStoryTitle:link {
        color: #5F2B10;
    }

    .defaultPageStoryTitle:visited {
        color: #5F2B10;
    }

    .defaultPageStoryTitle:hover {
        color: #202020;
    }

.defaultPageStoryText {
    font-size: 10px;
    margin: 0px;
    line-height: 12px;
}

.collapseExandableImage {
    width: 16px;
    float: right;
    margin-right: 10px;
}

/* LOGIN DIV DISPLAY STYLES */

.pnlShow {
    width: 350px;
    height: 330px;
    background-color: #FFFFFF;
    border: 2px solid #000000;
    position: absolute;
    display: none;
    padding: 12px;
    background-image: url('../images/contentTopFade.png');
    background-position: top;
    background-repeat: repeat-x;
}

#page_screen {
    background-color: #000000;
    filter: alpha(opacity=00);
    opacity: 0.0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 4;
}

.navButton {
    border: solid 1px Navy;
    background-color: #FFFFEE;
    border-style: ridge;
    height: 30px;
}

.adminHomeLink {
    padding-left: 5px;
    font-size: 16px;
}

.validatorAsterisk {
    color: red;
}

.searchBox {
    color: black;
    font-weight: bold;
    text-align: right;
    position: absolute;
    left: 149px;
    top: 4px;
    border: 1px solid #777777;
    font-size: 12px;
    width: 178px;
    padding: 0px;
    margin: 0px;
}

.youAreHereCombo {
    font-weight: bold;
    border: 1px solid #777777;
    font-size: 12px;
    width: 111px;
    padding: 0px;
    margin: 0px;
    color: Black;
}

.youAreHereDiv {
    position: absolute;
    left: 239px;
    top: 35px;
}

.pollBoxResults {
    border-bottom: 1px solid White;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.pollBox span {
    font-weight: bold;
    font-size: 13px;
}

.gallery img {
    border: 0px none white;
}

.galleryCell {
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
}

    .galleryCell img {
        border: 3px solid #C8A582;
    }

        .galleryCell img:hover {
            border: 3px solid #9E5730;
        }

.footerCell a:link, .footerCell a:visited, .footerCell a:active {
    color: #DDDDDD;
    font-size: 11px;
    font-weight: bold;
}

.footerCell a:hover {
    color: #DDDDDD;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

td.mappingResultsCell {
    font-size: 13px;
    margin: 0;
    padding-bottom: 9px;
    padding-top: 205px;
}

td.mappingResultsTotalCell {
    font-size: 11px;
    padding-right: 2px;
}

.mappingResultsCard {
    display: block;
    min-width: 200px;
    width: 80%;
}

@media only screen and (min-width: 700px) {
    .mappingResultsCard {
        width: 60%;
    }
}

@media only screen and (min-width: 700px) {
    .mappingResultsCard {
        width: 45%;
    }
}

@media only screen and (min-width: 992px) {

    .mappingResultsCard {
        width: 35%;
    }
}

@media only screen and (min-width: 1300px) {

    .mappingResultsCard {
        width: 75%;
    }
}

.mappingResultsLine {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 40px;
}

.mappingResultsTotal {
    padding: 10px;
    color: #38261b;
    font-weight: bold;
}

.mappingResultsPastYearTotalLabel {
    font-size: 1.25rem;
    line-height: 1.6em;
}

.mappingResultsTotalLabel {
    font-size: 1.25rem;
}

.mappingResultsPastYearValue {
    text-align: right;
    font-size: 1.5rem;
}

.mappingResultsTotalValue {
    text-align: right;
    font-size: 2.25rem;
}

.contentSwipeImage {
    padding-bottom: 12px;
    padding-top: 0px;
    margin: 0px;
}

.dashboard-controls {
    padding-left: 15px;
    padding-bottoM: 15px;
}


.dashboard-links {
    padding-left: 15px;
}

.resultCell,
.regionLinkCell {
    line-height: 13px;
}

.resultCell {
    font-size: 11px;
    font-weight: bold;
    padding-left: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: left;
}

.mapContainer {
    border-width: 3px;
    border-style: solid;
}

.newFeaturesBoxTitle {
    font-size: 16px;
    margin: 0px;
    padding-bottom: 6px;
    font-weight: bold;
    color: #FFFFFF;
}

.newFeaturesBox,
.adviceBox {
    padding: 9px 12px 12px;
    margin-top: 12px;
}

.adviceBoxTitle {
    font-size: 16px;
    margin: 0px;
    padding-bottom: 6px;
    font-weight: bold;
    color: #FFFFFF;
}

.newFeaturesBox ul,
.adviceBox ul {
    margin: 0;
    padding: 0;
}

    .newFeaturesBox ul li,
    .adviceBox ul li {
        list-style-type: none;
        background-repeat: no-repeat;
        background-position: 0 7px;
        padding: 3px 0 3px 12px;
        vertical-align: middle;
    }

/* CONTROLS */
.controlNote {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

/* COMMUNITY GROUP */
.communityGroup {
}

.communityGroup img {
    border: 0;
    display: inline;
}

.communityGroup .communityGroupAdminEmailTemplate {
    background-color: #DDD;
    padding: 10px;
    margin: 10px;
}

/* HOMEPAGE */
.homePageMainContent img {
    border: 0;
}

.tblHomePage {
    width: 100% !important;
    line-height: 22px;
}

    .tblHomePage h2 {
        margin-top: 0px;
        padding-top: 0px;
    }

    .tblHomePage .blurb {
        padding-left: 12px;
    }

    .tblHomePage td.blurbImage,
    .tblHomePage td.blurb {
        border-bottom: 1px solid silver;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .tblHomePage td.blurbImage,
    .tblHomePage td.firstBlurbImage {
        width: 150px;
    }

    .tblHomePage td.firstBlurbImage,
    .tblHomePage td.firstBlurb {
        border-top: 0px none;
    }

    .tblHomePage td.lastBlurbImage,
    .tblHomePage td.lastBlurb {
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .tblHomePage p {
        margin-top: 6px;
    }

td.mappingResultsCell {
    padding-top: 0;
}

.validationList {
    color: Red;
}

    .validationList ul {
        padding-left: 16px;
    }

.importantNote,
.error,
.validationError {
    color: red !important;
}


.strongNote {
    color: Maroon;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.strongNoteDarkGrey {
    color: #303030;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.hidden {
    display: none;
}

.fsTabControlButtons {
    padding: 30px 0 30px 0;
    text-align: center;
}

.fsTabStepText {
    padding-bottom: 30px;
    text-align: center;
}

.communityGroup .fsTabControlButtons {
    text-align: left;
}

.communityGroup .fsButton {
/*    font-family: 'Open Sans', arial, sans-serif;*/
    margin: 5px 10px 20px 0;
}

.communityGroup .communityGroupSightingTotalsGrid,
.communityGroup .communityGroupMembersGrid,
.communityGroup .communityGroupMemberTotalsGrid {
    width: 100%;
    margin-bottom: 10px;
}

.adminPage .communityGroup .communityGroupSightingTotalsGrid {
    width: 35%;
    float: left;
    margin-right: 2%;
}

.adminPage .communityGroup .communityGroupMembersGrid {
    width: 63%;
    float: right;
}

.adminPageMenu {
    font-size: 1rem;
}

    .adminPageMenu ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .adminPageMenu li a {
        background-color: #f1f1f1;
        color: black;
        display: block;
        padding: 8px 16px;
        text-decoration: none;
    }

        .adminPageMenu li a:hover {
            background-color: #555;
            color: white;
        }

        .adminPageMenu li a > img {
            margin-right: 8px;
        }

/*
Sighting species icons
*/

img.sightingIconSymbol {
    margin: 0;
    display: inline;
    vertical-align: middle;
    position: relative;
    top: -4px;
}

img.sightingIcon {
    margin: 4px 0;
    display: inline;
    vertical-align: middle;
}

img.sightingIconThumbnail {
    width: 30px;
}

.sideBox {
    margin-top: 12px;
}

.facebookSideBox {
    background-color: #FFF;
}

/*
Gallery Photo Preview
*/
.galleryPhotoPreview {
    display: block;
    margin-top: 10px;
}

/*
Sighting Forms
*/
#tblSighting,
#tblDamage,
#tblControl,
#tblDisease {
    width: 100%;
}

    #tblSighting > tbody > tr > td {
        padding: 0.25rem 0 0.25rem 0;
    }

    #tblDamage > tbody > tr > td {
        padding: 0.25rem 0 0.25rem 0;
    }

    #tblControl > tbody > tr > td {
        padding: 0.25rem 0 0.25rem 0;
    }

    #tblDisease > tbody > tr > td {
        padding: 0.25rem 0 0.25rem 0;
    }

.communityGroupSightingTotalsGrid {
    overflow-x: auto;
}

.cgAdminPageContainer {
    position: relative;
    width: 280px;
    height: 90px
}

.cgAdminPageInner {
    border: solid 2px #7696CE;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}


.cgAdminPage td {
    border: solid 2px #7696CE;
    width: 280px;
    height: 90px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}


.cgAdminPageImage {
    background-repeat: no-repeat;
    float: left;
    width: 48px;
    height: 48px
}

.cgAdminPageText {
    padding: 10px;
    float: left;
    text-align: left;
    width: 70%;
    font-size: 1.1em;
}

.paddingLeft-15 {
    padding-left: 15px;
}

.paddingTop-15 {
    padding-top: 15px;
}

.no-image {
    width: 70%;
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 5px 5px 5px #888888;
}

.disable-export-link {
    display: none;
}

.export-link {
    font-size: 1rem;
}

.export-link-text, .export-link-icon {
    vertical-align: middle;
    display: inline-block;
}

.export-link-icon {
    height: 1rem;
    width: 24px;
}

.records-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*
 * Feedback
 */

.feedback-container {
}

.feedback-question {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    background: rgba(230,230,230,0.3);
    border-radius: 4px;
    padding: 4px 8px;
}

.feedback-question-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.feedback-question-input {
    margin-left: 4px;
    margin-bottom: 4px;
}

.feedback-question-submit input {
    width: 100%;
}

@media only screen and (min-width: 1300px) {
    .feedback-question {
        flex-direction: row;
        padding: 8px 16px;
        margin-bottom: 16px;
    }

    .feedback-question-col {
        flex-direction: row;
        align-items: center;
    }

    .feedback-question-input {
        margin: 0;
        flex: 1;
        text-align: center;
    }

        .feedback-question-input label {
            white-space: nowrap;
        }

        .feedback-question-input input {
            width: 100%;
            text-align: center;
        }
}

table.trainingAnswers td {
    display: flex;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    .collapsible:hover {
        background-color: #F1F1F1;
    }

.collapsibleContent {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #F1F1F1;
}

.trainingContent img {
    width: 400px;
    vertical-align: top;
}

.imageGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}