﻿/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

.btn-secondary-2 {
    text-shadow: 0 .25rem .25rem rgba(0, 0, 0, .65);
}

/* Custom default button */
.btn-secondary,
.btn-secondary-2,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary-2:hover,
.btn-secondary-2:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}


#ajaxLottiePlayer {
    width: 10em;
    height: 10em;
}

#ajaxLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5em; /* half the size of the lottie animation */
    margin-left: -5em; /* half the size of the lottie animation */
    z-index: 1100;
    display:none;
}


#toastMessage {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    text-align:left;
}

/*
 * Base structure
 */

* {
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    height: 100%;
    /*background-color: #333;*/
    /*background-color: #999*/
    background-color: #fff
}

.bg {
    /* The image used */
    background-image: url("../img/ball-in-glove-with-bat-on-field-sm.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    color: #fff;
}

.shadowed-text {
    text-shadow: 0 .25rem .25rem rgba(0, 0, 0, .65);
}

.shadowed-text-light, .thead-oabl {
    text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .65);
}

.shadowed-element {
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

/*
body {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}*/

.cover-container {
    max-width: 90em;
}

/*
 * Header
 */
.masthead {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: #343a40;
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

    .nav-masthead .nav-link:hover,
    .nav-masthead .nav-link:focus {
        border-bottom-color: rgba(255, 255, 255, .25);
    }

    .nav-masthead .nav-link + .nav-link {
        margin-left: 1rem;
    }

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }

    .nav-masthead {
        float: right;
    }
}

.bg .nav-masthead .nav-link {
    color: rgba(255, 255, 255, .65);
}

.masthead-brand {
    color: #343a40;
}

.bg .masthead-brand {
    color: #fff;
}
/*
 * Cover
 */
.cover {
    padding: 0 1.5rem;
}

    .cover .btn-lg {
        padding: .75rem 1.25rem;
        font-weight: 700;
    }


/*
 * Footer
 */
.mastfoot {
    color: #343a40;
}

.bg .mastfoot {
    color: rgba(255, 255, 255, .65);
}

.load-fade {
    display:none;
}

.title, .title-no-line {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

    .title:after {
        content: "";
        display: block;
        width: 100%;
        text-align:center;
        margin: 1rem 0 1.5rem;
        border-top: 2px solid #3C8B33;
    }

.title-secondary, .title-secondary-no-line {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

    .title-secondary:after {
        content: "";
        display: block;
        width: 100%;
        text-align: center;
        margin: 1rem 0 1.5rem;
        border-top: 2px solid #fff;
    }

.thead-oabl {
    color: #fff !important;
}

.league-link-card {
    margin-bottom: 1.5em;
}

.oabl-pill {
    padding: .75em 0 .25em .25em;
    font-size: .85em;
    margin-right: .5em;
    margin-left: .5em;
    margin-top: .5em;
}
    .oabl-pill button {
        line-height:0;
        padding: .25em .5em .5em .5em;
    }

.primary-card, .oabl-card, .thead-oabl, .league-link-card {
    background-color: #3C8B33;
}

.league-link-card {
    transition: all .2s ease-in-out;
}

    .league-link-card:hover {
        transform: scale(1.075)
    }

.oabl-primary-link {
    color:#343a40 !important;
}

.oabl-modal {
}

    .oabl-modal label,
    .oabl-modal span,
    .oabl-modal h1,
    .oabl-modal h2,
    .oabl-modal h3,
    .oabl-modal h4,
    .oabl-modal h5,
    .oabl-modal h6,
    .oabl-modal p,
    .oabl-modal-text {
        color: #343a40 !important
    }

.main-content {
    min-height: 80vh;
}

.fixed-backdrop-scroll-container {
    width: 100%;
    height: 100%;
    max-height: 75vh;
    padding: 15px;
    padding-bottom: 40px;
    margin: auto;
    overflow-y: scroll;
}

    .fixed-backdrop-scroll-container .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .fixed-backdrop-scroll-container .form-control:focus {
            z-index: 2;
        }


.fixed-backdrop-scroll-container::-webkit-scrollbar {
    width: 10px;
}

.user-policy-check-container {
    text-align: left;
}

.schedule-tab-nav {
    color: #6c757d
}
/*when hovering an item:*/
.schedule-tab-nav:hover {
    color:#000;
}

.dialog-content {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}
