﻿/*      Bootstrap breakpoints.
X-Small             <576px
Small               ≥576px
Medium              ≥768px
Large               ≥992px
Extra large         ≥1200px
Extra extra large   ≥1400px
*/

/***********
    Records
***********/
.rec-btn-mw-selected {
    cursor: default;
    font-weight: bold;
    --bs-btn-color: #E32013;
    --bs-btn-bg: white;
    --bs-btn-border-color: #E32013;
    --bs-btn-hover-color: #E32013;
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: #E32013;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: white;
    --bs-btn-active-border-color: #E32013;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: white;
    --bs-btn-disabled-border-color: #E32013;
    border-radius: 0px;
    border-width: 3px;
}
.rec-btn-mw-unselected {
    margin-left: 0px;
    font-weight: bold;
    --bs-btn-color: #E32013;
    --bs-btn-bg: white;
    --bs-btn-border-color: white;
    --bs-btn-hover-color: #E32013;
    --bs-btn-hover-bg: #EFEFEF;
    --bs-btn-hover-border-color: #EFEFEF;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #E32013;
    --bs-btn-active-bg: #EFEFEF;
    --bs-btn-active-border-color: #EFEFEF;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #E32013;
    --bs-btn-disabled-bg: #EFEFEF;
    --bs-btn-disabled-border-color: #EFEFEF;
    border-radius: 0px;
    border-width: 3px;
}
.rec-btn-mw-male {
    width: 100%;
}
.rec-btn-mw-female {
    width: 100%;
}
@media (min-width: 576px) {
    /* Small */
    .rec-btn-mw-male {
        width: 49%;
    }
    .rec-btn-mw-female {
        width: 50%;
        margin-left: -3px;
    }
}
@media (min-width: 1200px) {
    /* Extra Large */
    .rec-btn-mw-male {
        width: 200px;
    }
    .rec-btn-mw-female {
        width: 200px;
    }
}
.rec-btn-mw-image {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.rec-results-header {
    line-height: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.rec-results-countrycol {
    max-width: 60px;
}
.rec-results-countrycontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rec-results-flagimg {
    height: 1rem;
    width: 1.5rem;
    margin-left: 3px;
    margin-top: -4px;
}

.intro-img-large {
    border-radius: 10px;
    overflow: hidden;
}
.intro-img-large img {
    width: 100%;
    height: auto;
}

.rnk-grd-latestresults tbody tr{
    height:48px;
}



#divSearch .search-inputs {
    padding: 20px 10px;
    display: flex;
}

#divSearch .site-container-inner {
    padding: 0;
}

#divSearch .site-error-container {
    padding: 0 20px;
}

#divSearch .search-inputs .search-input {
    width: 33.33%;
    padding: 0 10px;
}

    #divSearch .search-inputs .search-input label {
        color: #222C53;
    }

    #divSearch .search-inputs .search-input input {
        border: none;
        margin-top: 5px;
    }

#divSearch .button-wrap {
    padding: 0 20px 20px 20px;
    display: flex;
}

    #divSearch .button-wrap a {
        padding: 10px 20px;
        margin-right: 10px;
        width: 100px;
        background: #222C53;
        color: #FFFFFF;
        text-align: center;
        border-radius: 6px;
        transition: all ease 0.4s;
    }

        #divSearch .button-wrap a.btn-search {
            background: #D02D26;
        }

        #divSearch .button-wrap a:hover {
            background: #FFFFFF;
            color: #222C53;
        }


@media only screen and (max-width: 576px) {
    #divSearch .search-inputs {
        flex-wrap: wrap;
        padding: 20px;
    }

        #divSearch .search-inputs .search-input {
            width: 100%;
            padding: 0 0 10px 0;
        }

    .content-column {
        width: 100%;
        margin-bottom: 20px;
    }
}