/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'Russo One';
    font-weight: 400;
    src: url('../webfonts/RussoOne-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Chivo';
    font-weight: 400;
    src: url('../webfonts/Chivo-Regular.ttf') format('truetype');
}

.ff-russo {
    font-family: 'Russo One';
}

.containerWithSponsors {
    margin-top: 190px;
}

.splash {   
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 1920px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.splash .content {
    padding-top: 200px;
    max-width:75%; 
    margin-left:auto; 
    margin-right: auto;
    margin-bottom: 100px;
}

.splash .contentNote {
    max-width:800px; 
    margin-left:auto; 
    margin-right: auto;
}

@media (max-width: 576px) {
   
        .splash .content {
        padding-top: 150px;
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }

    .splash .contentNote {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }


    .standingsMatchItem {
        font-size: 14px;
    }
   
}

@media (min-width: 576px) and (max-width: 768px) {
    .splash .content {
        padding-top: 100px;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }

    .splash .contentNote {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .splash .content {
        padding-top: 100px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }

    .splash .contentNote {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) and (max-width: 1305px) {
    .splash .content {
        padding-top: 100px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }
}

@media (min-width: 1305px) and (max-width: 1920px) {
    .splash .content {
        padding-top: 150px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}

@media (min-width: 1920px) {
    .splash .content {
        padding-top: 300px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
}

a {
    color: #bb8102;
    text-decoration: none;
}

    a:hover {
        color: #322c2b;
    }

.SAPRFFont {
    font-family: 'Russo One', Arial, Helvetica, Verdana, sans-serif;
}

toast {
    z-index: 15000;
}

.absoluteCenterLoader {
    width: 16px;
    height: 11px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 0px;
}

.validation_message {
    color: red;
    font-size: 10pt;
    font-weight: normal;
}

body {
    margin-bottom: 60px;
    background-color: #D5D5D5;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    color: #555D66;
    font-family: 'Chivo', Arial, Helvetica, Verdana, sans-serif;
}

.emphasized {
    margin-top: 30px;
    color: #fdb518;
    font-size: 14pt;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Russo One', Arial, Helvetica, Verdana, sans-serif;
}

.login {
    margin: auto;
    background: #fff;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    max-width: 350px;
    padding: 26px 26px 6px 26px;
    width: 100%;
}

.standardBoxShadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.filterBar {
    background-color: #ecedee;
    border: solid 1px #c6c9ca;
}

.bg-grey {
    background-color: #F6F0ED;
}

.bg-grey2 {
    background-color: #808080;
}

.absoluteCenter {
    width: 400px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 5px;
}

#changePasswordTrigger:hover {
    cursor: pointer;
}

h3 {
    color: #035536;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 0px;

    font-family: 'Russo One', Arial, Helvetica, Verdana, sans-serif;
}

    h3 i {
        color: #035536;
        margin-right: 10px;
    }

h4 {
    color: #28536B;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0px;
}

    h4 i {
        color: #28536B;
        margin-right: 10px;
    }

.standardBoxShadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.membership-card-subheader {
    color: #F6F0ED;
    background-color: #033c73;
    font-weight: 400;
    font-size: 16pt;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
}

.homepage-card {
    background-color: #5c5655;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    text-align: center;
    width: 100%;
}

    .homepage-card:hover {
        background-color: #7b7472;
    }

    .homepage-card .card-body .card-title {
        color: #fdb518;
    }

    .homepage-card .card-body .card-text {
        color: #ffffff;
    }

.std-card {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
    box-shadow: 0 0 15px rgba(0,0,0,.8);
    text-align: center;
    width: 100%;
    border: solid 2px #ffffff;
}
    .std-card .card-header {
        color: #1B1B1B;
    }

    .std-card .card-body .card-text{
        color: #1B1B1B;
        font-weight: bold;
        font-size: 14pt;
    }

    .std-card:hover {
        border: solid 2px #7b7472;
       /* cursor: pointer;*/
    }



.multiselect {
    text-align: left;
    padding: 2px 5px 2px 5px;
}

.bg-saprf-white {
    background-color: #ffffff;
}

.bg-saprf-lightblack {
    background-color: #1B1B1B;
}

.bg-saprf-black {
    background-color: #010101;
}

.bg-saprf-brown {
    background-color: #322c2b;
}

.bg-saprf-lightbrown {
    background-color: #F6F0ED;
}

.bg-saprf-light {
    background-color: #efefef;
}

.bg-saprf-gold {
    background-color: #fdb518;
}

.bg-saprf-darkgold {
    background-color: #E09A02;
}

.bg-saprf-green {
    background-color: #007b4e;
}

.fg-saprf-gold {
    color: #fdb518;
}

.fg-saprf-darkgold {
    background-color: #E09A02;
}

.fg-saprf-green {
    color: #007b4e;
}

.sponsorLogoFE img{
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */

    margin-left: auto;
    margin-right: auto;
}


    .sponsorLogoFE:hover img{
        filter: none;
        -webkit-filter: grayscale(0);
    }



.nav-link-standings {
    color: #fdb518;
    font-family: 'Russo One';
}

    .nav-link-standings:hover {
        color: #000000;
    }
