﻿h3 {
    font-size: 2.4rem;
}

    h3.no-bottom-buffer {
        padding-top: 50px;
    }

.standard-text {
    font-size: 1.5rem;
    line-height: 1.5em;
}

.new-look {
    text-align: left;
    padding: 3rem;
}

    .new-look h3 {
        text-align: left;
        padding: 0;
        margin: 0;
        margin-bottom: 1.0em;
    }

    .new-look p {
        font-size: 0.9em;
        line-height: 1.5em;
    }

    .new-look hr {
        border: 2px solid #ddd;
        margin: 3em 0;
    }

p.secondary-hero-font {
    font-size: 5.0em;
}

.desktop-section {
    display: block;
}

.mobile-section {
    font-size: 1.6em;
    color: #0055A5;
    text-align: center;
    margin: 3.0em;
    display: none;
}

.fallow {
    color: red;
    font-weight: bold;
    font-size: 0.75em;
}

.vanguard-icon {
    width: 20px;
    height: auto;
    margin-top: -5px;
    display: inline-block;
    cursor: default;
}
.vanguard-icon.link-icon {
    cursor: pointer;
}

.fishy {
    width: 20px;
    height: 20px;
}

.species_col .fishy {
    margin-top: 8px;
    margin-right: 4px;
}

.species-content .fishy {
    margin-right: 4px;
}


/** SPLASH PAGE */
table.report-table {
    width: 100%;
    border-collapse: collapse;
}

    table.report-table thead tr th {
        font-size: 1.0em;
        padding: .75em .5em;
        border: solid 1px #eee;
        font-weight: bold;
        background: #0055A5;
        color: #fff;
        cursor: pointer;
    }

        table.report-table thead tr th.sortable::after {
            display: block;
            font-family: fontAwesome;
            position: relative;
            font-size: 1.5625rem;
            top: 5px;
            float: right;
            content: "\f0dc"
        }


    table.report-table tr td {
        font-size: 1.0em;
        padding: .75em .5em;
        border: solid 1px #eee;
        color: #555;
    }

    table.report-table tbody tr.odd {
        background-color: #E0F0FF;
    }

    table.report-table tbody tr.even {
        background-color: #fff;
    }

    table.report-table tbody tr:hover {
        background-color: #8ACDE3;
    }

th {
    min-width: 12rem;
}

#facilitiesTable .column-4 {
    text-transform: capitalize;
}

.searchbox {
    max-width: 20rem;
}


table.report-table tr.splash-page.opened-splash td {
    border-bottom: 2px solid red !important;
}
table.report-table tr.display-row-back td {
    border-top: 2px solid red !important;
}

    table.report-table tr.splash-page.opened-splash td:first-child,
    table.report-table tr.display-row-back td.left-most {
        border-left: 2px solid red !important;
    }

    table.report-table tr.splash-page.opened-splash td:last-child,
    table.report-table tr.display-row-back td.right-most {
        border-right: 2px solid red !important;
    }

table.report-table tr td .splash-indicator {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-stretch: ultra-expanded;
    font-size: 1.5em;
    margin-top: -4px;
    transform: rotate(180deg);
    color: #0055A5;
    float: right;
}
table.report-table tr.display-row-back td .splash-indicator {
    margin-top: 2px;
    transform: rotate(0deg);
}

.splash-page {
    background: #e9e9e9;
    height: 0;
    padding: 0;
    margin: 0;
}

    .splash-page td {
        background: #e9e9e9;
        padding: 0 !important;
        border-top: 0;
    }

    .splash-page .splash-content {
        width: 100%;
        display: none;
    }
    .splash-page .splash-inner {
        width: 100%;
        height: 8em;
        background: #fff;
        padding: 1em;
        overflow:hidden;
    }

    .splash-page .splash-icon-holder {
        width: 60px;
        height: 100%;
        display: inline-block;
        float: left;
        margin: 0;
        margin-right: 1.5em;
    }

    .splash-page .splash-icon {
        width: 100%;
        height: auto;
        display: inline-block;
        cursor: default;
    }

    .splash-page .splash-label {
        font-weight: bold;
    }

    .splash-page .splash-details {
        width: 40%;
        border-right: 1px solid #f0f0ff;
        float: left;
        background: #f0f0ff;
        background: linear-gradient(165deg, rgba(255,255,255,0) 60%, rgba(240,240,255,1) 100%);
    }

    .splash-page .splash-tons {
        margin-top: 1em;
    }

    .splash-page .person {
        width: 160px;
        font-size: 1.0em;
        color: #555;
        padding: 0 8px;
        margin: 0 1em;
        float: left;
    }
        .splash-page .person .name {
            font-weight: bold;
        }
        .splash-page .person .link {
            color: #0055A5;
        }

    .splash-page .cert {
        width: 135px;
        padding: 10px;
        float: right;
    }

        .splash-page .cert .cert-icon {
            width: 120px;
            height: auto;
            display: none;
            cursor: pointer;
        }

        .splash-page .cert .cert-icon img {
            width: 100%;
            height: auto;
        }

.col-sorter {
    display: inline-block;
    width: 16px;
    height: auto;
    margin-left: 12px;
    margin-top: -5px;
    cursor: pointer;
    opacity: 0.5;
}


    /** SPLASH SPINNER */
    @-moz-keyframes splash-spin {
        to {
        -moz-transform: rotate(90deg);
    }
}

@-webkit-keyframes splash-spin {
    to {
        -webkit-transform: rotate(90deg);
    }
}

@keyframes splash-spin {
    to {
        transform: rotate(90deg);
    }
}

.splash-spin {
    width: 16px;
    height: auto;
    display: inline-block;
    animation: spin 500ms ease-out 1;
}

@-moz-keyframes splash-spin-back {
    to {
        -moz-transform: rotate(-90deg);
    }
}

@-webkit-keyframes splash-spin-back {
    to {
        -webkit-transform: rotate(-90deg);
    }
}

@keyframes splash-spin-back {
    to {
        transform: rotate(-90deg);
    }
}

.splash-spin-back {
    width: 16px;
    height: auto;
    display: inline-block;
    animation: spin 500ms ease-out 1;
}



/* for mobile */
@media (max-width: 899px) {
    .desktop-section {
        display: none;
    }

    .mobile-section {
        display: block;
    }
}
