﻿.extraHeader {
    color: #8c8c8c;
    padding-left: 10px;
    font-family: Times New Roman, Arial, Tahoma;
    font-size: 28px;
    font-weight: bold;
    line-height: 16px;
}

.field-hilite .x-form-display-field-default {
    padding: 0px 5px;
    margin-top: 0px;
    line-height: 20px;
}

.field-hilite-Green .x-form-display-field-default {
    background: linear-gradient(to right, #DEE6D0, #AAC47B);
    border-radius: 5px;
    border: 1px solid #4B6B09;
    font-weight: bold;
}

.parkListing {
    margin-left: 10px;
    margin-bottom: 2px;
}

    .parkListing .parkName {
        display: inline-block;
        min-width: 210px;
    }

.groupHeader {
    font-weight: normal;
}

.groupHeader div {
    display: inline-block;
}
    .groupHeader .CompanyName {
        font-weight: bold;
        margin-right: 20px;
        display: block;
    }
    .groupHeader .TotalTrips {
        font-weight: bold;
        margin-right: 10px;
    }
    .groupHeader .TotalClients {
        font-weight: bold;
        margin-right: 10px;
    }
    .groupHeader .TotalFees {
        font-weight: bold;
    }

.TripLocationBody .x-grid-rowbody {
    margin-left: 20px;
}

.locationRow {
    font-weight: normal;
}
    .locationRow div {
        display: inline-block;
    }
    .locationRow .Header {
        font-weight: bold;
    }
    .locationRow .Date {
        width: 100px;
    }
    .locationRow .Location {
        width: 200px;
    }
    .locationRow .Activity {
        width: 200px;
    }
    .locationRow .GameSpecies {
        width: 450px;
    }
    .locationRow .UnguidedNumber {
        width: 225px;
    }

.forceHidden {
    display: none;
}

.icon-hidden {
    visibility: hidden;
}

.companySelector {
    float: right;
}

.footer {
    z-index: 1024;
}

.globe-image {
    width: 16px !important;
    height: 16px !important;
    background-image: url(https://irmafiles.nps.gov/WebContent/Common/v1_0_0/Images/Icons/Globe.png) !important;
}

.CoordinateFormat {
    width: 400px;
}
