﻿/*      Bootstrap breakpoints.
X-Small             <576px
Small               ≥576px
Medium              ≥768px
Large               ≥992px
Extra large         ≥1200px
Extra extra large   ≥1400px
*/
/*@media (min-width: 768px) {*/
    /* Medium */
/*}*/

/***********
    Athlete Search Page
***********/
.ath-srch-cont {
    width: 100%;
}
.ath-srch-cont-dbl {
}
@media (min-width: 576px) {
    /* Small */
    .ath-srch-cont {
        width: 50%;
    }
    .ath-srch-cont-dbl {
        width: 100%;
    }
}
@media (min-width: 768px) {
    /* Medium */
    .ath-srch-cont {
        width: 33.33%;
    }
    .ath-srch-cont-dbl {
        width: 33.33%;
    }
}
.ath-srch-favetitle {
    color: #D02D26;
    line-height: 1.5rem;
    font-size: 1.5rem;
}
.ath-srch-faveoutercont {
    margin-top: 30px;
    margin-bottom: 20px;
}
.ath-srch-favecont {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    padding-top: 10px;
}
.ath-srch-faveanccont {
    width: 20%;
    line-height: 1.5rem;
}
.ath-srch-highltitle {
    color: #D02D26;
    line-height: 1.5rem;
    font-size: 1.5rem;
}


/***********
    New Styling
***********/



#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;
    }
.grd-header-cont{
    margin-top: 30px;
    padding-left:20px;
}

.ath-srch-highlheader {
    background: #222C53;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    margin-bottom: 20px;
    font-size: 1rem;
    align-items: center;
}

#tblSearchResults {
    color: #222C53;
}
    #tblSearchResults tr {
        border-bottom: 2px solid #FFFFFF;
    }
    #tblSearchResults td:first-child {
        padding-left: 20px;
    }
    #tblSearchResults td:last-child {
        padding: 0;
        width: 165px;
    }
    #tblSearchResults .grd-odd {
        background:transparent;
    }
    #tblSearchResults .grd-odd td {
        background-color: #F2F2F2;
    }
        #tblSearchResults .grd-odd td:nth-child(7) {
            border-top-right-radius:8px;
            border-bottom-right-radius:8px;
        }
        #tblSearchResults .grd-odd td:last-child {
            background: transparent;
            
        }
    #tblSearchResults .btn-style {
        background: #D02D26;
        color: #FFFFFF;
        margin-left: 5px;
        padding: 5px 35px;
    }
    #tblSearchResults .btn-style:hover {
        background: #222C53;
        color: #FFFFFF;
        text-decoration:none;
    }


    #divPodiumContent, #divPotentialContent, #divConfirmationContent {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
.content-column{
    width:calc(33.33% - 15px);
    padding:0 0 20px 0;
}
/*
#divPotentialContent .content-column {
    width: calc(50% - 15px);
    padding: 0 0 20px 0;
}*/
.ath-srch-highl-showhide {
    margin: 0 20px 0 10px;
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    padding: 7px;
    border-radius: 3px;
}
.ath-srch-highl-showhide img {
    width: 12px;
    height: 12px;
    display: block;
}
.ath-srch-highlsubheader {
    color: #222C53;
    font-weight: bold;
    margin: 0 0 10px 10px;
}
.ath-srch-highlcont {
    
}
.ath-srch-highlanccont:nth-child(odd) {
    background-color: #F2F2F2;
}
.ath-srch-highlanccont {
    width: 100%;
    padding: 5px 10px;
    color: #222C53;
    border-radius: 10px;
    display:flex;
}
.ath-srch-highlanccont a {
    color: #222C53;
}
    .ath-srch-highlanccont .medal-wrap {
        display:flex;
        align-items:center;
        margin-left:20px;
    }
    .ath-srch-highlanccont .medal-wrap .medal {
        display:block;
        width:16px;
        height:16px;
        border-radius:16px;
        margin-right:8px;
    }
    .ath-srch-highlanccont .medal-wrap .gold {
        background: #B49577;
    }
        .ath-srch-highlanccont .medal-wrap .silver {
            background: #c0c0c0;
        }
        .ath-srch-highlanccont .medal-wrap .bronze {
            background: #cd7f32;
        }


.pod-count {
    width: 100%;
    margin: 0 0 20px 0;
    color: #222C53;
    font-weight: bold;
}



.site-getmore-container {
    width: 100%;
    text-align:left;
    margin-top: 10px;
    border-top: 2px solid #222C53;
}
    .site-getmore-container a {
        display: inline-flex;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #ffffff;
        padding: 10px 30px 10px 36px;
        line-height: 1.4em;
        background: #222C53 url(../../Images/Layout/icon-plus-white.png) center left 10px no-repeat;
        background-size:16px;
    }



@media only screen and (max-width: 767px) {
    .page-intro {
        justify-content: flex-start;
        margin-bottom: 30px;
    }

    #divSearch .site-container-head, #divSearch .res-srch-daterowCont, .adv-search-wrap {
        display: none;
    }

    #divSearch .site-container-outer {
        background: transparent;
        border-radius: 0;
    }

    #divSearch .site-container-inner {
        padding: 0;
    }

    #divSearch .res-srch-cont {
        margin: 0;
    }

    #divSearch .search-inputs {
        flex-wrap: wrap;
        padding: 0;
    }

        #divSearch .search-inputs .search-input {
            width: 100%;
            padding: 0 0 15px 0;
        }

            #divSearch .search-inputs .search-input input {
                border: 1px solid #222C53;
            }

    #divSearch .button-wrap {
        padding: 20px 20px 0 20px;
    }

    #divSearch .site-error-container {
        padding: 0;
    }

    #divSearch .button-wrap a:hover {
        border: 1px solid #222C53;
    }

    .content-column {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 576px) {
   
    .content-column, #divPotentialContent .content-column {
        width: 100%;
        margin-bottom: 20px;
    }
}

