:root {
    --primary-bg: #00008b;
    --secondary-bg: #8b8b00;
    --content-bg-1: #e6e6e6;
    --item-bg-1: #e6e6e6;
    --item-bg-1: var(--primary-bg);
    --item-bg-1: #0000cc;
    --classic-result-bg: white;
    --link_cursor: url(/static/images/finishcursor.svg) 2 2, pointer;
}
.top_section {
    -webkit-box-flex: 1;
    flex-grow: 1;
}
div {
    border:0px solid red;
}
span {
    border: 0px solid green;
}
.nav-results {
    --bs-nav-link-color:black!important;
    --bs-nav-link-hover-color: midnightblue!important; 
    --bs-nav-pills-border-radius: 0!important;
}
.accordion-button {
    display:inline-block;
}
.accordion-button::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107"!important;
}
.accordion-button:not(.collapsed) {
    color: darkgreen;
    font-size: 18px;
}
.accordion-button:not(.collapsed)::after {
    color: darkgreen;
    font-size: 18px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    content: "\f106"!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pcp-award-header {
    text-align: center;
    color:black;
    font-size:15px;
    font-weight: bold'
}
.pcp-bg {
    background-color: #e9e9e9;
}
.pcp-box {
    background-color: var(--primary-bg);    
}
.pcp-nav { 
    background-color: var(--primary-bg);
    background-image: var(--bs-gradient);
}
.pcp-race-bg {
    background-position: center;
    background-repeat: no-repeat;   
}
.pcp-award-section {
    margin-bottom: 10px;
    padding-top: 5px;
    background-color: white;
    border: 1px solid lightgray;
    border-bottom: 1px solid var(--bs-secondary);
}
.pcp-age-group-section {
    margin-bottom: 0px;
}
.pcp-award-label {
    font-weight: bold;
    padding: 5px;
}
.mode-box-xs {
    border: 1px solid darkgray !important;
    font-size: x-small;
}
.mode-box {
    border: 1px solid darkgray !important;
    font-size:small;
}
.pcp-race-stats {
    background-color: white;
}
.pcp-race-stats-container {
    font-size: 14px;
    background-color: white;
    min-height: 100px;
    max-height: none;
}
.pcp-race-stats-box {
    min-height: 75px;
    max-height: none;
    border: 1px solid lightgray;
}
.pcp-participant-card {
    background-color: var(--secondary-bg);
}
.pcp-participant-demographics {
    background-color: var(--secondary-bg);
}
.pcp-participant-info {
    background-color: white;
}
.pcp-participant-result-name {
    font-size: 15px;
    font-weight: bold;
    float: left;
}
.pcp-participant-result-header {
    font-size: 15px;
}
.pcp-participant-result-name-xs {
    font-weight: bolder;
    float: left;
    text-overflow: ellipsis;
}
.pcp-participant-result-date {
    font-size: 15px;
    font-weight: bold;
}
.pcp-participant-result-date-xs {
    font-size: 15px;
    font-weight: bold;
}
.pcp-card-data-primary {
    font-size: large;
    font-weight: bold;
}
.pcp-card-data-secondary {
    font-size: medium;
    font-weight:bold;
}
.pcp-card-data-tertiary {
    font-size: medium;
    font-weight: normal;
}
.pcp-card-label {
    display: inline-block;
    width: 100%;
    font-size: medium;
    font-weight: normal;
}
.pcp-result-info {
    background-color: var(--primary-bg);
    opacity: .9;
}
.pcp-race-logo {
    max-width: 100px;
    max-height: 100px;
}
.pcp-race-info-title {
    font-size:x-large;
    font-weight: bold;
}
.pcp-race-info-location {
    font-weight:light;
}
.pcp-race-info-date {
    font-weight: light;
}
.pcp-result-detail {
    margin-bottom: 2px;
    background-color: white;    
}
.pcp-result-detail:hover {
    color:white;
    background-color: var(--primary-bg);
    cursor: pointer;
}

.pcp-result-detail a:hover {
    color: white;
}
.pcp-result-detail a {
    text-decoration: none;
    color: inherit;
}
.pcp-result-link {
    padding-left: 10px;
}
.pcp-result-detail-item {
    padding: 0 5px 0 5px;
    width: 100px;
    font-size: medium;
    text-align: right;
}
.pcp-result-position {
    padding-right: 5px;
    float: left;
    text-align:right;
}
.pcp-category-name {
    font-size:18px;
    font-weight: bolder;
    float: left;
}
.pcp-category-name-xs {
    font-weight: normal;
    font-size: 14px;
    float: left;
    text-overflow: ellipsis;
}
.pcp-category-value {
    font-weight: bold;
    font-size: larger;
}
.pcp-category-value-xs {
    font-size: small;
    font-weight:normal;
}
.pcp-result-name {
    font-size: 15px;
    font-weight: bolder;
    float: left;
}
.pcp-result-name-xs {
    font-size: 14px;
    font-weight: bolder;
    float: left;
    text-overflow: ellipsis;
}
.pcp-result-city-state {
    padding-left: 2px;
    font-size: 13px;
    float: right;
    text-align:right;
}
.pcp-result-info-item {
    padding: 5px;
}
.pcp-result-info-item:hover {
    cursor: pointer;
}
.pcp-result-city-state-xs {
    font-size: 13px;
    padding-right: 20px;
    min-width: 40px;
    float: right;
    text-align:right;
}
.pcp-result-row {
    margin: auto;
}
.pcp-selected {
    padding-left: 5px;
    border-bottom: 2px solid darkgoldenrod;
    color: black;
}
.pcp-not-selected {
    color: darkslategrey;
    font-weight: normal;
}
.pcp-result-city-state-sm {
    font-size: 12px;
    padding-right: 40px;
    min-width: 40px;
    float: right;
    text-align:right;
}
.pcp-result-division {
    font-size:13px;
    padding-right: 2px;
    float: right;
    text-align: left;
}
.pcp-result-division-xs {
    font-size: 13px;
    padding-right: 10px;
    float: right;
    text-align: left;
}
.pcp-result-detail-pace {
    font-size:11px;
    float: right;
    min-width: 75px;
}
.pcp-result-detail-time {
    font-size:11px;
    float: right;
    min-width: 75px;
    text-align:right;
}
.pcp-result-detail-time-xs-1 {
    min-width: 50px;
}
.pcp-result-detail-time-xs {
    font-size: 10px;
    float: left;
    margin-right: 11px;
    text-align: left;
    min-width: 50px;
}
.pcp-result-detail-time-value {
    font-weight: bold;
    font-size:18px;
}
.pcp-result-detail-time-value-xs {
    font-weight: bold;
    font-size:15px;
}
.pcp-race-result-status {
    font-size:15px;
    float:right;
    margin-right: 20px;
}
.pcp-race-result-status-xs {
    float: right;
}
.pcp-race-result-status-value {
    font-weight: bold;
    font-size:18px;
}
.pcp-result-detail-pace-value {
    font-weight: bold;
    font-size: 15px;
}
.pcp-result-col {
    border: 0px solid;
}
.pcp-race-date {
    font-size:smaller;
    float: right;
}
.pcp-race-name {
    font-size: 20px;
    font-weight: bold;
}
.pcp-race-name-xs {
    font-size: 18px;
    font-weight: bold;
}
.pcp-race-date-xs {
    float: right;
    margin-left: 12px;
}
.pcp-race-date-value {
    font-weight: bold;
    font-size:18px;
}
.pcp-race-date-value-xs {
    font-weight: bold;
    font-size:18px;
    white-space: nowrap;
}
.pcp-race-location {
    font-weight: smaller;
    padding-left: 10px;
}
.pcp-race-link {
    float: right;
    padding-left: 10px;
}
.shadow-bottom {
    box-shadow: 0px 4px 0px 0px grey;
}
.form-control {
    border-radius: 0
}
.pcp-result-detail-container {
    vertical-align: bottom; 
    margin-bottom:2px;
}
.pcp-shadow-1 {
    text-shadow: 1px 1px 1px rgba(45, 45, 45, .67);
}

@media screen and (max-width: 500px) {
    .pcp-lose-on-tiny {
        display: none!important;
    }
}
@media screen and (max-width: 359px) {
    .pcp-lose-on-very-tiny {
        display: none!important;
    }
}
.content {
    background-color: var(--content-bg-1);
}
.content-wrapper {
    margin: 0 auto;
    min-width:280px;
    max-width:1000px;
}
.small-wrapper {
    max-width: 750px;
}
.smaller-wrapper {
    max-width: 600px;
}
container.content-wrapper {
    margin: 0 auto;
    min-width:280px;
    max-width:1000px;
    padding-left:0;
    padding-right:0;
}
container.content-wrapper.small-wrapper {
    max-width: 750px;
}
@media screen and (min-width: 1000px) {
    .content-wrapper,container.content-wrapper {
        margin:0 auto;
        min-width: inherit;
        max-width: 1000px;
    }
}
.pcp-participant-info-container {
    min-height: 50px;
}
.pcp-participant-info-section-label {
    margin:auto;
    background-color: white;
}
