/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
html {
    overflow-y: scroll;
}

body {
    background: white !important;
    font-family: 'Roboto', sans-serif  !important;

}

.navbar{
    background-color: rgba(69,90,100,1);
    height: 56px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 300;
    line-height: 1.2
}

.nav-link  {
    color: #fff !important;
}
.nav-link:hover{
    color: rgba(255, 255, 255, 0.85) !important;
}

@media (max-width: 991.98px){
    .offcanvas-collapse {
        background-color: rgba(69,90,100,1) !important;
        max-width: 200px !important;

    }
}


@media (max-width: 991.98px) {
    .bd-lead-right {
        display:none;
    }
    .linkrowclass {
        margin-top: 10px;
    }
}


@media (max-width: 1199px) {
    .db-secondary-menu {
        background-color: #fcfcfc;
    }
}

@media (min-width: 1200px) {
    .db-secondary-menu {
        z-index: 1020;
        position: fixed;
        top: 56px;
        bottom: 0;
    }
}
@media (max-width: 1199px) {
    .db-secondary-menu {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
}

@media (min-width: 1200px) {
    #sidebar {
        background-color: white;
        min-width: 350px;
        max-width: 350px;
        /*transition: all 0.3s ease;*/
        border-right: 1px solid rgba(1, 0, 0, .05);
    }
}
@media (min-width: 1399px) {
    .nav-item {
        padding-right: 5px;
        padding-left: 5px
    }
}

.jury {
    margin-top: 50px;
}
.lg-view{
    display:block;
}

.sm-view{
    display:none;
}

#rightsearchfront{
    margin-left: 40px !important;
    height: 16px !important;
}


@media (max-width: 1600px) {
    #rightsearchfront{
        display: none !important;
    }
}

@media (min-width: 1599px) {
    #rightsearchfront2{
        display: none !important;
    }
}
@media (max-width: 1200px) {
    #rightsearchfront2{
        display: none !important;
    }
}

.darkmodebig{
    display: block !important;
}
@media (min-width:1000px) and (max-width:1200px) {
    .darkmodesmall{
        display: block !important;
    }
    .darkmodebig{
        display: none !important;
    }
}

.select2-search__field{
    min-width: 200px  !important;
}

.btn-dark {
    background-color: rgba(69,90,100,1) !important;
    border-color: rgba(69,90,100,1) !important;
}
.btn-dark:hover {
    background-color: rgb(52, 64, 70) !important;
    border-color: rgb(52, 64, 70) !important;
}


@media screen and (max-width: 1070px) and (min-width: 990px) {
    .lg-view{
        display:none;
    }

    .sm-view{
        display:inline-block;
    }
}

.blogmain {
    width: 100%;
}

.nav-item {

    font-size: 16px !important;
}

@media (min-width: 1200px) {
    #sidebar.active {
        min-width: 50px;
        max-width: 50px;
        transition: all 0.3s ease;
    }

    .sidebar-row {
        margin-top: -20px;
        min-height: 160px;
    }

    .sidebar-hide-text {
        position: relative;
        margin-right: 62px;
        margin-top: -5px;
        color: #a7a7a7;
        font-size: 13px;
    }

    .rotated-text {
        position: relative;
        writing-mode: tb-rl;
        transform: rotate(-180deg);
        right: 16px;
        top: 40px;
        color: lightgrey;

    }


}
th {
    padding: 5px;
    /* NOTE: th padding must be set explicitly in order to support IE */
    color: #212529;
    background-color: white;
}

.sidebar-row {
    max-width: 100vw !important;
}

.icon-nav{
    box-sizing: content-box  !important;
    width:32px;
}
.optionsicontext {
    margin-left:-80px;
}
.optionsbottom {
    fill: #7b7b7b;
}

.flex-box-2 {
    display: flex;
    justify-content: flex-end;

}

@media (max-width: 1199px) {

    .flex-box-2 {
        display: none;
    }

    .rotated-text {
        display: none;
    }

}

.sidebarCollapse {
    position: relative;
    right: 13px;
    top: -10px;
    border-color: lightgrey;
    color: lightgrey;
    z-index: 10000;
}


#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}


#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#main  {
    width: 100%;
    padding-left: 400px;
    padding-right: 25px;
}
#secondary {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 30px;
    max-width: 350px;
    border-right: 1px solid rgba(1, 0, 0, .05);
}
.site-main {
     padding-left: 20px !important;
    padding-top: 10px;

}

.bg-light {
    background-color: transparent !important;
}

#primary {

    padding-bottom: 50px;
    margin: auto;
    position: relative;
}


@media (min-width: 1200px) {
    #primary {
        max-width: 1000px;
        right: 2%;
    }
}
@media (min-width: 1600px) {
    #primary {
        right: 6%;
    }
}

@media (min-width: 1350px) {
    #footer-widget {
        position: relative;
        left: 13%;
    }
}
@media (min-width: 1600px) {
    #footer-widget {
        position: relative;
        left: 7%;
    }
}
@media (min-width: 2300px) {
    #footer-widget {
        position: relative;
        left: 0;
    }
}
#reply-title {
    padding-top: 30px;
}

#comments {
    padding-top: 40px;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf13b;
    border-color: transparent;
}

#footer-widget {
    padding-top: 25px;
    padding-bottom: 10px;
}

@media (min-width: 1199px) {
    #main {
        transition: all 0.3s ease;

    }
}

@media (max-width: 1199px) {
    #main {
        padding-left: 25px !important;
        padding-right: 25px !important;

    }

}

@media (max-width: 980px) {
    #main {
        padding-left: 10px !important;
        padding-right: 10px !important;

    }

}

@media (max-width: 1199px) {
    .site-main {
         padding-top: 15px;
    }

}

@media (max-width: 980px) {
    .site-main {
        padding-top: 5px;
    }
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.entry-title > a:hover , .page-title > a:hover {
    text-decoration: none;
}

.bd-docs-nav {
    margin: 0;
}

.racetitle {
    margin-top: 0;
}

.footeritem {
    width: 200px !important;
}

.nav-search-field {
    margin-top: 10px;
}

.bd-search-docs-toggle {
    position: absolute;
    top: 60px;
    right: 17px;
    color: #a7a7a7;

}



.sidebar-group {
    min-width: 240px;
    max-width: 260px;
    padding-left: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
}

@media (max-width: 1199px) {
    .sidebar-group {
        min-width: 300px;
    }
}

.sidebar-row {
    margin-right: 0rem;

}

@media (min-width: 1199px) {
    .sidebar-row {
        margin-top: 0.7rem;
    }
}

.navbar-brand {
    font-size: 20px !important;

}
.navbar-toggler-icon {
    height: 30px !important;
    width: 30px !important;
}
.searchdropdown{
    height: 29px;
    margin: -9px -1px 0px;
}

@media (max-width: 1199px) {

    .db-secondary-menu{
        width: 100vw;
        z-index: 900;
    }
    .menu-sidebar-top {
        width: 100vw;
        max-width: 100%;
        height: 55px;
        margin: -9px;
    }

    .sidebar-group {
        padding-bottom: 2rem;
    }

}


.dark {
    background: #333 !important;
    color: white !important;
    cursor: s-resize !important;
    background-repeat: no-repeat !important;
    background-position: 3% center !important;
}

.light {
    background: #413f59 !important;
    color: white !important;
    background-repeat: no-repeat !important;
    background-position: 3% center !important;
}

.grid line {
    stroke: lightgrey;
    stroke-opacity: 0.7;
    shape-rendering: auto;
}

.grid path {
    stroke-width: 0;
}

.grid22, .grid21 line {
    stroke: lightgrey;
    stroke-opacity: 0.7;
    shape-rendering: auto;
}

.grid22, .grid21 path {
    stroke-width: 0;
}

.button1 rect {
    stroke: #000000; /* navy 40% */
    stroke-width: 1px;
}

.button1 rect.pressed1 {
    fill: #f0e4ff; /* navy 100% */
}

.button1 #gradient-start {
    stop-color: white; /* navy 40% */
    stop-opacity: 1;
}

.button1 #gradient-stop {
    stop-color: white; /* navy 70% */
    stop-opacity: 1;
}

.button1 #gradient-start.active, .button1 #gradient-start.pressed {
    stop-color: white; /* navy 70% */
}

.button1 text {
    font-size: 14px;
    fill: #000000;
    pointer-events: none;
    text-anchor: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.button2 rect {

}

.button2 rect.pressed {
    fill: #f0e4ff; /* navy 100% */
}

.button2 #gradient-start {
    stop-color: white; /* navy 40% */
    stop-opacity: 1;
}

.button2 #gradient-stop {
    stop-color: white; /* navy 70% */
    stop-opacity: 1;
}

.button2 #gradient-start.active, .button #gradient-start.pressed {
    stop-color: white; /* navy 70% */
}

.button2 text {
    font-size: 12px;
    fill: #000000;
    pointer-events: none;
    text-anchor: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

path {

}


.axis path,
.axis line {
    fill: none;
    stroke: #6c757d75;
    stroke-width: 1;
    shape-rendering: auto;
}


.tick text {
    fill: rgba(43, 46, 48, 0.7);
    stroke-width: 1;
    shape-rendering: auto;
}


div.tooltip3 {
    position: absolute;
    text-align: center;
    width: 110px;
    height: 66px;
    padding: 2px;
    font: 12px sans-serif;
    background: rgba(0, 0, 0, 0.99);
    color: white;
    border: 0px;
    border-radius: 5px;
    pointer-events: none;
}

div.tooltip {
    position: absolute;
    text-align: center;
    width: 135px;
    height: 48px;
    padding: 2px;
    font: 12px sans-serif;
    background: rgba(0, 0, 0, 0.99);
    color: white;
    border: 0px;
    border-radius: 5px;
    pointer-events: none;
}
div.tooltip6 {
    position: absolute;
    text-align: center;
    width: 135px;
    height: 75px;
    padding: 2px;
    font: 12px sans-serif;
    background: rgba(0, 0, 0, 0.99);
    color: white;
    border: 0px;
    border-radius: 5px;
    pointer-events: none;
}

div.tooltipsmallstats {
    position: absolute;
    text-align: center;
    width: 120px;
    height: 55px;
    padding: 2px;
    font: 12px sans-serif;
    background: rgba(0, 0, 0, 0.99);
    color: white;
    border: 0px;
    border-radius: 5px;
    pointer-events: none;
}

td:nth-child(n+5), th:nth-child(n+5) {
    text-align: right;
    min-width: 0px;
}

.table-race td:nth-child(n+2), .table-race th:nth-child(n+2) {
    text-align: left;
    min-width: 0px;
}
@media (min-width: 1200px) {
    .table-race td:nth-child(n+6), .table-race th:nth-child(n+6) {
        text-align: right;
        min-width: 0px;
    }
}
@media (max-width: 1199px) {
    .table-race td:nth-child(n+5), .table-race th:nth-child(n+5) {
        text-align: right;
        min-width: 0px;
    }
}

.table-oneleft td:nth-child(n+1), .table-oneleft th:nth-child(n+1) {
    text-align: left;
}

.table-oneleft td:nth-child(n+2), .table-oneleft th:nth-child(n+2) {
    text-align: right;
}

.table-relayrace td:nth-child(n+2), .table-relayrace th:nth-child(n+2) {
    text-align: left;
    min-width: 0px;
}

.table-relayrace td:nth-child(n+7), .table-relayrace th:nth-child(n+7) {
    text-align: right;
    min-width: 0px;
}

.table-teamlooptable td:nth-child(n+5), .table-teamlooptable th:nth-child(n+5) {
    text-align: right;
    min-width: 0px;
}
.seasonresulttable td:nth-child(n+2), .seasonresulttable th:nth-child(n+2) {
    text-align: right;
    min-width: 0px;
}

.championshipstable td:nth-child(n+4), .championshipstable th:nth-child(n+4) {
    text-align: right;
}


@media (min-width: 1000px) {
    .championshipstable td:nth-child(n+4), .championshipstable th:nth-child(n+4) {
        min-width: 55px;
    }
}

.wcscorestable td:nth-child(n+3), .wcscorestable th:nth-child(n+3) {
    text-align: right;
}

@media (min-width: 1000px) {
    .wcscorestable td:nth-child(n+3), .wcscorestable th:nth-child(n+3) {
        min-width: 45px;
    }
}

.teamscorestable td:nth-child(n+4), .teamscorestable th:nth-child(n+4) {
    text-align: right;
}

.table-teamanalysis td:nth-child(n+5), .table-teamanalysis th:nth-child(n+5) {
    text-align: right;
    min-width: 0px;
}
.podiumslist td , .podiumslist th  {
    text-align: left;
    max-width: 120px;
}
.podiumslist td:nth-child(6),  .podiumslist td:nth-child(9), .podiumslist td:nth-child(12)  {
    font-weight: bold;
}
.nationcolumn{
    text-align: left !important;
}

.diffcolumnUp{
    font-size: 7px;
    text-align: center !important;
    color: white;
    vertical-align: middle !important;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Axmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.0%22%0Awidth%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20700%20700%22%3E%0A%3Cg%20transform%3D%22translate(19.99999%2C28.57142)%22%3E%0A%3Cpath%20d%3D%22M%20-20%2C670.71582%20C%20-20%2C668.85739%20329.99229%2C-29.27271%20330.57213%2C-28.57089%20C%20332.51762%2C-26.21611%20680.63965%2C670.88998%20679.99913%2C671.14838%20C%20679.58076%2C671.31716%20600.70188%2C637.45746%20504.71273%2C595.90461%20L%20330.18699%2C520.35396%20L%20155.94489%2C595.89128%20C%2060.11172%2C637.43679%20-18.680347%2C671.42858%20-19.148608%2C671.42858%20C%20-19.616868%2C671.42858%20-19.99999%2C671.10783%20-19.99999%2C670.71582%20z%20%22%20style%3D%22fill%3A%23004500%3Bstroke%3Anone%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
}
.diffcolumnDown{
    font-size: 7px;
    color: white;
    text-align: center !important;
    vertical-align: middle !important;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Axmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.0%22%0Awidth%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%20700%20700%22%3E%0A%3Cg%20transform%3D%22translate(20%2C28.57142)%22%3E%0A%3Cpath%20d%3D%22M%20680.00001%2C-27.858649%20C%20680.00001%2C-26.000219%20330.00773%2C672.12987%20329.42789%2C671.42805%20C%20327.4824%2C669.07328%20-20.639627%2C-28.032809%20-19.999107%2C-28.291219%20C%20-19.580737%2C-28.459999%2059.298143%2C5.3997002%20155.28729%2C46.952552%20L%20329.81303%2C122.50321%20L%20504.05513%2C46.965887%20C%20599.8883%2C5.4203742%20678.68037%2C-28.571419%20679.14863%2C-28.571419%20C%20679.61689%2C-28.571419%20680.00001%2C-28.250669%20680.00001%2C-27.858649%20z%20%22%20style%3D%22fill%3A%23670606%3Bfill-opacity%3A1%3Bstroke%3Anone%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
}
.redyellow {

    background: -webkit-linear-gradient(left, red, yellow);
    background: -o-linear-gradient(right, red, yellow);
    background: -moz-linear-gradient(right, red, yellow);
    background: linear-gradient(to right, red, yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.countryrow {
    background: #e8d5ff;
}

.beta td,
.beta th {
    border-style: solid;
    border-top: thick double #ff0000;
}

td:nth-child(-n+5) {

    min-width: 0px;
}


th.des:after {
    content: "\21E9";
}

th.aes:after {
    content: "\21E7";
}

#tablediv {
    margin-right: auto !important;
    margin-left: 0px !important;
}




table {
    font-size: 14px !important;
    width: auto !important;
}

.secondary-label {
    padding-top: 10px;
    font-size: 12px !important;
}

.secondary-label-first {
    font-size: 12px !important;
}

#secondrowgroup {
    width: 1px;
}

.pagination .page-link {

    background-color: #ffffff;
    border-color: #7a8288;
    color: dimgrey;

}
.smallbutton2 {
    height: 5px;
}

.nav-masthead-cats{
    position: relative;
    margin-top: 5px;
}


.pagination .page-link:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3A3F44), to(#313539));
    background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
    text-decoration: none
}

.pagination .page-item.active .page-link {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3A3F44), to(#313539));
    background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none
}

.pagination .page-item.disabled .page-link {
    background-color: #28d028;
    border-color: #ffffff;
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none
}


.tablediv {
    padding-top: 55px;
}

.select2-results__options {
    max-height: 252px !important;
}
@media (max-width: 968px) {
    .select2-results__options {
        max-height: 180px !important;
    }
}

@media (max-width: 968px) {
    .smallsociallinksdiv {
        padding-top: 5px;
    }
}

.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow  {
    height: 38px !important;
}

.slidertextdiv {
    font-size: 13px;

}

.newlineseparator {
    width: 99vw;
    clear:both;
}
.sliderrangediv {
    margin-top: 12px;
    max-width: 640px;
    cursor: pointer;

}
#slidestart {
    font-size: 14px;
}
#slideend {
    font-size: 14px;
}
#slider-range .ui-slider-handle {
    border-color: #4b4b4b;
    outline: 0;
    width: 10px;
    height: 26px;
    top: -8px;
    margin-left: -5px;
    opacity: 0.7;

}
#slider-range .ui-slider-range {
    background-color:#5a5a5a;

}
.racessidebardiv {
    margin-top:38px;
}
.racessidebardivcorrection{
    margin-top: 15px;
}
select {
    border-color: #7a8288 !important;

}

.toplogo{
    margin-right: 15px;
    margin-top: -5px;
    margin-left: 10px;
}

@media (max-width: 1000px) {
    .toplogo{
        margin-left: 0px;
    }
}


td.strikeoutscore {
    text-decoration: line-through;
}

#biopicture {
    position: relative;
}

#biopicture img {
    position: absolute;
    top: -5px;
    right: 0%;
    max-height: 230px;
    width: auto;
}

@media (min-width: 1921px) {
    #biopicture img {
        position: absolute;
        left: 1100px;
    }
}

@media (min-width: 1650px) {
    #biopicture img {
        right: 20%;
    }

}

.athleteheader {
    min-height: 200px;
}

.pagesubheaderright{
    margin-top: -6px;
}

.subheaderinfo {
    font-size: 17px;
    max-width: 60%;
}
.subheaderform {
    font-size: 14px;
    max-width: 60%;
    margin-top: 14px;
    margin-bottom: -18px;
    color: #3a3f44f0;
}
.subheaderinfotop {
   padding-top: 0.7em;
}

@media (max-width: 1200px){
    .bd-lead.subheaderinfo {
        font-size: 16px;
    }
    .bd-lead.subheaderform {
        font-size: 13px;
        max-width: 100%;
    }
    .bd-lead.subheaderage {
        font-size: 14px;
    }
}


.subheaderage {
    font-size: 14px;
    max-width: 60%;
}

.headertoprow {
    clear: both;
}

.athname {
    max-width: 80%;
    float: left;
}

.bioflag {
    float: left;
    margin-top: 60px;
}


.listflag {
    position: relative;
    float: left;
    left: 3px !important;
    top: 16px !important;
    margin-bottom: 0px
}
.listflag2 {
    position: relative;
    float: left;
    left: 3px !important;
    top: 22px !important;
    margin-bottom: 0px
}
.nationlisttext{
    margin-left: 44px;
    margin-right: 10px;
}


.smallpic {
    object-fit: cover;
    width: 150px;
    height: 220px;
    padding-top: 15px;
}
@media (min-width: 1650px) {
    .smallpic {
        margin-right:10vw;
    }
}

@media (max-width: 1199px) {
    #biopicture img {
        object-fit: cover;
        width: 150px;
        height: 200px;
        top: 20px;
    }

    .bioflag {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    #biopicture img {
        object-fit: cover;
        width: 100px;
        height: 150px;
        top: 5px;
        margin-top: 65px;
    }
}


#slider-range .ui-slider-range {
    background-color:#5a5a5a;

}

input[type='range'] {
    -webkit-appearance: none;
    background: 0 0 !important
}

input[type=range]::-webkit-slider-runnable-track {
    background: #5a5a5a;
}
input[type=range]::-moz-range-track {
    background: #5a5a5a;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #bbbbbb !important;
    outline: 0;
    width: 9px;
    height: 22px;
    margin-top: -7px;
    opacity: 0.7;
    cursor: pointer; /* Cursor on hover */
}
input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    background: #bbbbbb !important;
    outline: 0;
    width: 8px;
    height: 20px;
    margin-top: -9px;
    opacity: 0.7;
    cursor: pointer; /* Cursor on hover */
}

.flexcroll::-webkit-scrollbar {
    width: 12px !important;
}

.flexcroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.18) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

.flexcroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: rgba(82, 82, 82, 0.3) !important;
}

.strikeout {
    position: relative;
}

.strikeout::after {
    border-bottom: 0.125em solid red;
    content: "";
    left: 50%;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}

.table-responsive-xl {
    overflow-x: auto;
    overflow-y: hidden;
}

.worldcuplocheader {
    padding-left: 50px;
    max-width: 100%;
    font-size: calc(1.2rem + .3vw);
}

.championshipheader {
    margin-top: 20px;
}

.flagWcloc {
position: relative;
float: left;
left: 3px !important;
top: 20px !important;
margin-bottom: 0px
}

.worldcupdate{
margin-top: 25px;
font-weight: normal;
font-size: 12px;
}

.courseloop{

    font-weight: normal;
    font-size: 15px;
}

.radioinput{
    cursor: pointer;
}
.custom-control-label{
    cursor: pointer;
}

.highlightedline {
    stroke :  #272727 !important;
    cursor: pointer;
}
circle.highlightedline {
    fill:  #272727 !important;
}
circle.highlightedline {
    stroke: #8d8d8d !important;
    stroke-width: 2 !important;
    stroke-opacity: 1 !important;
}

text.highlightedline {
    fill:  #272727 !important;
    stroke: none !important;
    stroke-width:1;
}

.highlightselected {
    font-weight: bold;
}

.smallchartdiv {
    margin-top: 25px;
    width: 800px;
    height: 100%;
}

.small1chartdiv, .small2chartdiv , .small3chartdiv, .small4chartdiv, .small5chartdiv {
    margin-top: 25px;
    width: 750px;
    height: 100%;
    margin-left: -20px;
}

.radarchartdiv  {
    margin-top: 25px;
    width: 500px;
    height: 100%;
    margin-left: -20px;
}

.overviewtext{
    margin-left: 25px;
    font-weight: 300;
}
.overviewtext2{
    font-size: 14px;
}
.overviewstats {
    margin-left: 25px;
}
.overviewneg {
    margin-top: -35px;
}
.small6chartdiv {
    padding-left: 13px;
    margin-top: 25px;
    width: 650px;
    height: 100%;
}
@media (max-width: 600px) {
    .overviewstats {
        margin-top: 0px;
    }
    .small1chartdiv, .small2chartdiv , .small3chartdiv, .small4chartdiv, .small5chartdiv, .radarchartdiv {
        margin-left: 0;
    }
    .overviewtext{
        margin-left: 0;
    }
    .overviewstats {
        margin-left: 0;
    }

}
.negoverview2 {
    margin-left: -8px;
}

.largechartdiv{
    margin-top: 25px;
    width: 1000px;
    height: 100%;
}

.frontchartWchartdiv, .frontchartMchartdiv, .frontchartRacechartdiv , .frontchartAthchartdiv , .frontchartSeasonchartdiv , .frontchartRecchartdiv {
    margin-top: 15px;
    width: 420px;
    height: 100%;
}

.secondaryrowforButtons {
    margin-top: 25px;
}
.secondaryrowforButtons2 {
    margin-top: 10px;
}
.seconditemsrowitem{
    margin-bottom: 10px;
}
.sliderdiv{
    max-width: 220px;
}
.behindSwitch {
    margin-right: 40px;
    margin-top: 10px;
    margin-bottom: 8px;
}
.rankSwitch {
    margin-right: 80px;
    margin-top: 5px;
    margin-bottom: 8px;
}
.fullSwitch {
    margin-right: 80px;
    margin-top: 25px;
    margin-bottom: 8px;
}
.allSwitch {
    margin-top: 25px;
    margin-bottom: 8px;
}
.rankSwitchScores, .u25Switch  {
    margin-right: 118px;
    margin-top: 10px;
}
.droppedSwitch {
    margin-top: 10px;
    margin-bottom: 8px;
    margin-right: 118px;
}
.newPointsSwitch {
    margin-top: 10px;
    margin-bottom: 8px;
}
.toprow{
    overflow: auto;
}
.showChart {
    margin-top: 25px;
    float:left;

}
.showChartP {
    margin-right: 80px;
    margin-top: 25px;
    float:left;
}
.showChart2 {
    margin-top: 18px;
    margin-right: 10px;
    margin-left: auto;
    color:#7b7b7b;
    cursor: pointer;
}

.explanationnote {
    font-size: 17px;
    margin-top: 15px;
}
.explanationlead {
    font-size: 17px;
}
.explanationtext{
    margin-top: 20px;
}
.explanationtextbox {
    font-weight: 300;
    margin-bottom: -16px;
}
.explanationrow{
    border-radius: 5px;
    padding: 7px;
    margin-top: 20px;
    background-color: #e5e5e5;
}
.noterow{
    padding: 7px;
    margin-top: 20px;
    font-weight: 300;
}
.courseselectclass {
    max-width: 93vw !important;
}
code {
    color: #4c4c4c;
}
@media (min-width: 1600px) {
    .explanationrow{
        width: 80%;
    }

}
.lefthandstart{
      margin-right: 20px;
}
.lefthandstart2{
    margin-right: 12px;
}
.dtclass{
    margin-top:20px;
    margin-bottom:10px;
    font-weight: 400;
}
.lefthandsubheader{
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.relativesnav, .comparesnav {
    margin-top: 5px;
    margin-right: 40px;
}
@media (max-width: 890px) {
    .relativesnav{
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

.relativescoresdropdown{
    margin-right: 100px;
}
.loopsnav{
    margin-left: 1px;
    margin-right: 40px;
    margin-top: 5px;
}
.statcatnav{
    margin-right: 40px;
    margin-top: 5px;
}
.secondarybuttonsfirstdiv{
    margin-bottom: 8px;
}
.secondaryrowlabel{
    min-width: 56px;
}
.secondarybuttonsseconddiv{
    margin-bottom: 8px;
    margin-right: 80px;
}
.athleteswitch {
    margin-right: 100px;
    min-height: 33px;
}
.athleteswitch2 {
    margin-right: 70px;
}
.svg-container-radar {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 90%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 60%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-container0 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 105%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-container2 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 155%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-container3 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 305%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-container10 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 160%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-container12 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 230%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-container13 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 440%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-content-responsive, .svg-content-responsive2, radar.svg-content-responsive2 {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

.target00000  { background: url(../shootingimages/00000.png) no-repeat top left;}
.target00001  { background: url(../shootingimages/00001.png) no-repeat top left;}
.target00010  { background: url(../shootingimages/00010.png) no-repeat top left;}
.target00011  { background: url(../shootingimages/00011.png) no-repeat top left;}
.target00100  { background: url(../shootingimages/00100.png) no-repeat top left;}
.target00101  { background: url(../shootingimages/00101.png) no-repeat top left;}
.target00110  { background: url(../shootingimages/00110.png) no-repeat top left;}
.target00111  { background: url(../shootingimages/00111.png) no-repeat top left;}
.target01000  { background: url(../shootingimages/01000.png) no-repeat top left;}
.target01001  { background: url(../shootingimages/01001.png) no-repeat top left;}
.target01010  { background: url(../shootingimages/01010.png) no-repeat top left;}
.target01011  { background: url(../shootingimages/01011.png) no-repeat top left;}
.target01100  { background: url(../shootingimages/01100.png) no-repeat top left;}
.target01101  { background: url(../shootingimages/01101.png) no-repeat top left;}
.target01110  { background: url(../shootingimages/01110.png) no-repeat top left;}
.target01111  { background: url(../shootingimages/01111.png) no-repeat top left;}
.target10000  { background: url(../shootingimages/10000.png) no-repeat top left;}
.target10001  { background: url(../shootingimages/10001.png) no-repeat top left;}
.target10010  { background: url(../shootingimages/10010.png) no-repeat top left;}
.target10011  { background: url(../shootingimages/10011.png) no-repeat top left;}
.target10100  { background: url(../shootingimages/10100.png) no-repeat top left;}
.target10101  { background: url(../shootingimages/10101.png) no-repeat top left;}
.target10110  { background: url(../shootingimages/10110.png) no-repeat top left;}
.target10111  { background: url(../shootingimages/10111.png) no-repeat top left;}
.target11000  { background: url(../shootingimages/11000.png) no-repeat top left;}
.target11001  { background: url(../shootingimages/11001.png) no-repeat top left;}
.target11010  { background: url(../shootingimages/11010.png) no-repeat top left;}
.target11011  { background: url(../shootingimages/11011.png) no-repeat top left;}
.target11100  { background: url(../shootingimages/11100.png) no-repeat top left;}
.target11101  { background: url(../shootingimages/11101.png) no-repeat top left;}
.target11110  { background: url(../shootingimages/11110.png) no-repeat top left;}
.target11111  { background: url(../shootingimages/11111.png) no-repeat top left;}

.targets00000  { background: url(../shootingimages/s00000.png) no-repeat top left;}
.targets00001  { background: url(../shootingimages/s00001.png) no-repeat top left;}
.targets00010  { background: url(../shootingimages/s00010.png) no-repeat top left;}
.targets00011  { background: url(../shootingimages/s00011.png) no-repeat top left;}
.targets00100  { background: url(../shootingimages/s00100.png) no-repeat top left;}
.targets00101  { background: url(../shootingimages/s00101.png) no-repeat top left;}
.targets00110  { background: url(../shootingimages/s00110.png) no-repeat top left;}
.targets00111  { background: url(../shootingimages/s00111.png) no-repeat top left;}
.targets01000  { background: url(../shootingimages/s01000.png) no-repeat top left;}
.targets01001  { background: url(../shootingimages/s01001.png) no-repeat top left;}
.targets01010  { background: url(../shootingimages/s01010.png) no-repeat top left;}
.targets01011  { background: url(../shootingimages/s01011.png) no-repeat top left;}
.targets01100  { background: url(../shootingimages/s01100.png) no-repeat top left;}
.targets01101  { background: url(../shootingimages/s01101.png) no-repeat top left;}
.targets01110  { background: url(../shootingimages/s01110.png) no-repeat top left;}
.targets01111  { background: url(../shootingimages/s01111.png) no-repeat top left;}
.targets10000  { background: url(../shootingimages/s10000.png) no-repeat top left;}
.targets10001  { background: url(../shootingimages/s10001.png) no-repeat top left;}
.targets10010  { background: url(../shootingimages/s10010.png) no-repeat top left;}
.targets10011  { background: url(../shootingimages/s10011.png) no-repeat top left;}
.targets10100  { background: url(../shootingimages/s10100.png) no-repeat top left;}
.targets10101  { background: url(../shootingimages/s10101.png) no-repeat top left;}
.targets10110  { background: url(../shootingimages/s10110.png) no-repeat top left;}
.targets10111  { background: url(../shootingimages/s10111.png) no-repeat top left;}
.targets11000  { background: url(../shootingimages/s11000.png) no-repeat top left;}
.targets11001  { background: url(../shootingimages/s11001.png) no-repeat top left;}
.targets11010  { background: url(../shootingimages/s11010.png) no-repeat top left;}
.targets11011  { background: url(../shootingimages/s11011.png) no-repeat top left;}
.targets11100  { background: url(../shootingimages/s11100.png) no-repeat top left;}
.targets11101  { background: url(../shootingimages/s11101.png) no-repeat top left;}
.targets11110  { background: url(../shootingimages/s11110.png) no-repeat top left;}
.targets11111  { background: url(../shootingimages/s11111.png) no-repeat top left;}

.targetimage{
    padding-top: 5px;
    min-width: 120px !important;
    background-size: 141px 30px;
}
.targetimageheader {
    text-align: center;
}
.shootingbar {
    margin-top: 35px;
}

.toplineraces {
    margin-top: 15px;
}
.labelnamesdropdown {
    padding-top: 40px;
}
.labelnamesdropdownFront {
    padding-top: 0px;
    padding-right: 10px;
    font-weight: 300;
}


.rightsearchfront{
    margin: auto;
    max-width: 700px;
}
.select2front {
    width: 85% !important;
}
@media (min-width:700px) {
    .select2front {
        width: 65% !important;
    }
}
.select2-selection__choice{
    display: none !important;
}
.loopsdropdowndiv {
    float: left;
    margin-right: 100px;
    margin-bottom: 8px;
}
.rangedropdowndiv {
    float: left;
    margin-right: 40px;
    margin-bottom: 8px;
}

.loopsdropdowndiv2 {
    float: left;
    margin-right: 40px;
    margin-top: 20px;
}
.championshipstable {
    margin-top: 13px;
}

.secondarybuttonsfirstdiv {
    margin-right: 20px;
}
.catdiv{
    margin-top: 30px;
    z-index: 10;
    position: relative;
}
#cat{
    z-index: 10;
    position: relative;
}
.linkrowclass{
    display: flex;
    margin-right:30px;
    font-weight: 300;
    margin-bottom: 32px;

}


.linkrowclass-seasons {
    margin-bottom: 20px;
}
.linkrowclass-comparisons{
    margin-bottom: 5px;
}
.linkrowclassright{
    flex-grow: 1;
}

.text-my-own-color {
    color: #212529 !important;
    margin-left: 8px;

}

.btn-outline-primary{
    color: #6b747c;
}
.btn-catrow {
    max-width: 170px  !important;
}

.break {
    flex-basis: 100%;
    height: 0;
}


@media (min-width: 1399px) {
    .navbar-brand {
        margin-right: 30px !important;
    }
}


.frontitem {
    padding: 10px 0px 10px 10px;
}

.front-headline {
    padding-top: 60px;
    padding-bottom: 30px ;

}

@media (max-width: 700px) {
    .frontitem {
        padding: 20px 0px 20px 0px  !important;
    }
    .front-headline {
        padding-top: 20px;
        padding-bottom: 20px ;

    }
}


.table-front {
    color: white;
}

.worldcuplocheaderfront {
    position:relative;
    float: left;
    max-width: 100% !important;


}

.notelinescores {
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: -36px;
    max-width: 80%;
}

.flagheaderfront {
    position:absolute;
    top:0px;
    left:100%;
    left: 3px !important;
    top: 20px !important;


}
.headerfronttext{
    position:relative;
    float: right;
    left: 45px;
    top: 4px;
    margin-right: 55px;
}

.headerfronttable {
   margin-bottom: 3px;
    font-size: 16px;
    font-weight: 300;
}

div.headerfronttable {
    text-align: center;
}

.tabledivfront {
    padding-top: 25px;
}
.centeredrow {
    margin: auto !important;
    max-width: 500px;

}

.frontwcloc{
    margin: 0 auto;
    max-width: 350px;
    display: block;
}

.minusheader {
    margin-bottom: -8px;
}
.lead2 {
    font-size: 15px !important;
}
.smallgenderselect {
    display:none;
}


@media  (max-width: 1199px)  {
    .smallgenderselect{
        display: table;
        margin-top: 30px;
        margin-bottom: 20px;
        margin-left: 15%
    }
}
.table-responsive>.fixed-column {
    position: absolute !important;
    display: inline-block;
    z-index: 30;

}
.select2-results__options::-webkit-scrollbar {
    width: 12px !important;
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.18) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: rgba(82, 82, 82, 0.5) !important;
}

#navbarDropdown2{
    background: #6e7e86;
    border: 1px solid rgba(170, 170, 170, .3);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
}

.table-striped tbody tr:nth-of-type(odd){background-color: #eeeeee}
.table-striped tbody tr:nth-of-type(even){background-color: white}
@media  (min-width: 1200px)  {
    .table-hover tbody tr:hover{background-color: #dddddd}
}

.table-striped {
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);

}
[data-theme=dark] .table-striped{

    box-shadow: 0px 2px 2px 0px rgb(69 90 100 / 14%), 0px 3px 1px -2px rgb(69 90 100 / 12%), 0px 1px 5px 0px rgb(69 90 100 / 20%);
}
.white-elements{
    padding:  0.01em;
    border-radius: 2px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
    background: white;
}

.white-elements-search{
    padding:  0.01em;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
    background:  rgba(69,90,100,1);
    height: 50px;


}

@media (min-width: 992px) {
    .searchdivfront {
        display: none;
    }

}

.searchnavbar  >  .select2  >  .selection  > .select2-selection  > .select2-selection__rendered  > .select2-search.select2-search--inline > input {
    color: white !important;
}
.select2-search.select2-search--inline > input {
    background-color: rgba(241, 243, 244, 0.24); !important;
    padding: 10px 30px;
}

.searchnavbar > .select2-container--default .select2-selection--multiple  {
    background-color: #6e7e86 !important;
    border: transparent !important;
}

[data-theme=dark] .searchnavbar > .select2-container--default .select2-selection--multiple  {
    background-color: #272727 !important;
    border: transparent !important;
}


[data-theme=dark] .white-elements, .white-elements-serach{

    box-shadow: 0px 2px 2px 0px rgb(69 90 100 / 14%), 0px 3px 1px -2px rgb(69 90 100 / 12%), 0px 1px 5px 0px rgb(69 90 100 / 20%);
    background: #151414;
}

.viewBox1 {
    left: 0px;
    top: 0px;
    position: fixed;
    stroke: white;
    stroke-width: 10;
    z-index: 7;
}
.viewBox2 {
    right: calc(-100vw + (100vw - 100%) + 10px);
    top: 0px;
    position: fixed;
    stroke: white;
    stroke-width: 1.4;
    z-index: 7;
}

.viewBox3 {
    left: 350px;
    top: 0px;
    position: fixed;
    stroke: #ffffff;
    stroke-width: 10;
    z-index: 7;
}
.viewBox4 {
    left: 0px;
    top: 0px;
    position: fixed;
    stroke: white;
    stroke-width: 10;
    z-index: 7;
}
.viewBox5 {
    right: calc(-100vw + (100vw - 100%) + 25px);
     top: 0px;
    position: fixed;
    stroke: #ffffff;
    stroke-width: 1.4;
    z-index: 7;
}

td a {
    color:black;
}

.videolinkdiv a {
    color: #0162a4;
}
.btn-outline-primary{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.adrightside, .adrightsideChart {
    width: 300px;
    margin-top: 52px;
    margin-left: 40px;
}
.adrightsideslim, .adrightsideslimChart {
    width: 150px;
    margin-top: 52px;
    margin-left: 25px;
}
.inlineadmid{
    position: relative;
    margin: auto;
    max-width: 400px;
    padding-top: 10px;
    padding-bottom: 40px;
}
.inlineadtop{
    margin-top: 30px;
    width: 320px !important;
    padding-left: calc((100vw - 400px - 728px - 50px) / 2);

}

.inlineadbottom{
    width: 95%;
    margin-bottom: 30px;
    padding-left: calc((100vw - 400px - 728px - 50px) / 2);

}
@media (max-width: 1199px) {
    .inlineadtop{
        padding-left: calc((100vw - 770px - 50px) / 2);
    }
    .inlineadbottom{
        padding-left: calc((100vw - 770px - 50px) / 2);
    }
}

@media (max-width: 980px) {
    .inlineadtop{
        padding-left: calc((100vw - 770px - 20px) / 2);
    }
    .inlineadbottom{
        padding-left: calc((100vw - 770px - 20px) / 2);
    }
}
@media (min-width: 1199px) {
    .inlineadtop{
        width: 700px !important;
    }
}
@media (max-width: 520px) {
    .inlineadtop{
        width: 320px !important;
    }
}
.inlinesquare{
    width: 550px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 10px;
}

.bottomrow {
    background-color: #283139 !important;
    color: white !important;
    background: #283139 !important;
}
.about-head{
    padding-top: 50px;
   font-weight: 300;
}
.about-head2{
    padding-top: 20px;
    font-weight: 300;
}
.about-text{
    padding-top: 4px;
    font-weight: 300;
}
.about-text2{
    padding-top: 4px;
    font-weight: 300;
}
@media (min-width: 990px) {
    .about-text2{
        max-width: 80%;

    }
}
@media (max-width: 990px) {
    .about-head2{
        padding-top: 30px;
    }
}
@supports (-moz-appearance:none) {
    .viewBox5 { display:none; }
}
@supports (-moz-appearance:none) {
    .viewBox2 { display:none; }
}
.percentseasonswitch{
    margin-top: 10px;
}
#shortcuts {
    padding-top: 58px;
    margin-top: -58px;
}

@media (max-width: 1200px){
    .bd-lead {
        font-size: calc(1.275rem);
    }
}
.asOfDiv {
    width: 230px;
    font-size: 14px;
    color: #5a5a5a;
    margin: auto auto 50px;
}

.linkrowclassRaces {
    margin-bottom: 32px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #5a5a5a !important;
    text-decoration: none !important;
    background-color: #f8f9fa !important;
}
.about-head3 {
    padding-top: 10px;
    font-weight: 300;
}
.programcode{
    color: #82000c !important;

}

#clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    background: #283139;
    display: inline-block;
}

#clockdiv div > span{
    padding: 15px;
    border-radius: 3px;
    background: #121212;
    display: inline-block;
}

.smalltext{
    padding-top: 5px;
    font-size: 14px;
}
.noteline{
    margin-top: 20px;
    margin-bottom: -20px;
    color: #545454;
}
@media (min-width: 1500px) {
    .noteline {
        max-width: 80%;

    }
}

.namepopover   {
    position: absolute;
    width: 210px;
    padding: 2px 0;
    min-height: 150px;
    background-color: rgba(0, 0, 0, 0.33);
    color: #fff;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    text-align: center;
    font-size: 14px;
    z-index: 10000;
    border-radius: 3px;
}

.racepopup {
    position: absolute;
    width: 250px;
    padding: 2px 0;
    height: 167px;
    background-color: rgba(0, 0, 0, 0.68);
    color: #fff;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    text-align: center;
    font-size: 14px !important;
    z-index: 10000;
    border-radius: 3px;

}
.popupracestable{
    width: 246px !important;
    margin: 2px;
    font-size: 11px !important;
    border-collapse: collapse;
    border-style: hidden;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.85);
}

table.popupracestable td, table.popupracestable th {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.alignLeft{
    text-align:left;
}
.widthname{
    width: 112px;
}
.widthname2{
    width: 100px;
}
.widthcode{
    width: 30px;
}
.widthrank{
    width: 13px;
}
.widthshootings{
    width: 40px;
}
.widthshootings2{
    width: 55px;
}

#biopicture2 img {
    position: absolute;
    object-fit: cover;
    width: 120px;
    height: 150px;
    top: -6px;
    left: 3%;
}
.headertoprow2 {
    padding-top: 5px;
    clear: both;
    margin-bottom: 10px;
}

.athname2 {
    width: 110px;
    position: absolute;
    left: 95px;
    text-align: right;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.85);
    z-index: 10001;
}

.racenamepopup {
    font-size: 14px !important;
    z-index: 10001;
    position: relative;
    left: 15px;
}
.locationinpopup{
    font-size: 12px !important;
}
.bioflag3 {
    position: absolute;
    left: -36px;
    top: 24px;
    z-index: 10001;
}

.bioflag2 {
    position: absolute;
    right: 46px;
    top: 118px;
    z-index: 10001;
}
.popupname{
    font-weight: 250;
    font-size: 19px;
    z-index: 10001;
}
.subheaderage2 {
    font-size: 12px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.85);
    position: absolute;
    top: 130px;
    left: 164px;
    z-index: 10001;
}
.w10{
    letter-spacing: -2px;
}
#WC10button{
    padding-left: 7.5px;
    padding-right: 7.5px;

}

.box {
    font: 9px sans-serif;
}


.box   {
    fill: rgb(50 136 189 / 80%);
    stroke-width: 1px;
}

 .center {
    stroke-dasharray: 3,3;
}

.outlier {
    fill:  #beb7b705;
    stroke: #8d8d8d;
}


.median, .whisker , .center  {
    stroke: grey;
    stroke-opacity: 0.7;
    shape-rendering: auto;
    font: 9px sans-serif;
}
.median  {
    stroke: #9e0142;
    stroke-width: 2px;
}


.boxplottext{
    stroke: none;
    fill: dimgrey;
}
.select2-selection__rendered {
    background-position: -384px 6px !important;

}
.select2-container, .select2-selection--single{
    background-position: -384px 6px !important;

}
@media  (min-width: 1200px)  {
    .gapdiv {
        height: calc((100vh - 250px) - 280px);
    }
}
.svgdarktext2{
    fill: #4c4c4c;
}
.bar-label{
    font-size: 13px;
}
.bar-label2{
    font-size: 10px;
}

.headline-label{
    font-size: 7px;
}
.comparetable {
    margin: auto !important;
}
.comparetable td:nth-child(2), .comparetable th:nth-child(2) {
    text-align: center  !important;
}

.comparetable td:nth-child(3), .comparetable th:nth-child(3) {
    text-align: right  !important;
}

@media (max-width: 991.98px){
    #courseslinks {
       margin-top:60px;
    }
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.87) !important
}
:-moz-placeholder {
    color: rgba(255, 255, 255, 0.87) !important
}
::-moz-placeholder {
    color: rgba(255, 255, 255, 0.87) !important
}
:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.87) !important
}

.select2-results {
    border: grey 1px solid;
}

.navsearchbar > .select2-dropdown > .select2-results {
    background-color: #6e7e86 !important;
    color: #eee !important;
    border: transparent !important;
}

.navsearchbar  >  .selection  > .select2-selection  > .select2-selection__rendered  > .select2-search  > .select2-search__field{
    padding-left: 35px !important;
    margin-top: 1px !important;
}
.select2-selection{
    height: 38px !important;

}
.select2-dropdown--below{
    border: none  !important;
}
label#searchlabel {
    position: relative;
}

label#searchlabel:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='white' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
}

.searchdropdown{
    height: 29px;
    margin: -9px -1px 0px;
}
.minnavpadding{
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.searchnavbar {
    position: relative;
}

/* style icon */
.searchnavbar .glyphicon {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 11px;
    top: -4px;
    padding-top: 23px;
    margin-top: 5px;
    bottom: 0;
    width: 17px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='white' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
}

.searchnavbar .glyphicon2 {
    content: "";
    position: relative;
    pointer-events: none;
    left: 11px;
    top: -4px;
    padding-top: 22px;
    margin-top: -26px;
    bottom: 0;
    width: 17px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='white' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
}
.searchnavbardropdown .glyphicon {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: -7px;
    padding-top: 23px;
    margin-top: 5px;
    bottom: 0;
    width: 17px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='white' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important;
}

[data-theme="dark"] .select2front .select2-search__field   {
    background-color: #272727  !important;
}

.select2front. select2-search__field{
    background-color: #6e7e86 !important;
}
.select2-search__field,
.select2-search__field::placeholder {
    color: rgba(33, 37, 41, 0.67) !important;
}
.navsearchbar  >  .selection  > .select2-selection  > .select2-selection__rendered  > .select2-search  > .select2-search__field::-webkit-input-placeholder {
    color: rgba(33, 37, 41, 0.67) !important;
}
.navsearchbar  >  .selection  > .select2-selection  > .select2-selection__rendered  > .select2-search  > .select2-search__field::placeholder {
   color: rgba(255, 255, 255, 0.87) !important;
}

.locationdiv{
    padding-bottom: 50px;
}
.select2-search--dropdown{
    border: 1px solid grey;
}
#toc .navbar-nav .nav-link{
    color: grey !important;
}

#athinfoboxtop {
    min-height: 90px;
}
@media (max-width: 900px){
    #athinfoboxtop {
        min-height: 120px;
    }
}

.legend {
    fill: #212529d6;
}

.smallstatstable{
    margin-left: 10px;
    font-size: 12px !important;
    width: 100%;
}
.smallstatstable td:first-child {
    text-align: left;
}

.smallstatstable td:last-child {
    text-align: right;
    padding-left: 15px;
}

/* Nudge compare select2 flag in the selection display without affecting dropdown items */
#compareAthlete + .select2 .select2-selection__rendered .listflag {
    top: 20px !important;
}


