﻿HTML {
    position: relative;
    min-height: 100%;

   https://league-legacy.com/pages/careers
}

body {
    background-color: #FEFEFE;
    margin: 0 0 32px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

@media screen and (min-width: 576px) {
    body.modal-open {
        margin-right: 15px;
    }

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* toggle the expand/collapse card header icon */
.card-header .oi {
    transition: .5s transform ease-in-out;
}

.collapsed .card-header .oi {
    transform: rotate(90deg);
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 280px;
}

textarea {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem 0rem 1rem;
    border-bottom: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.modal-body {
    overflow-y: auto;
    max-height: 85vh;
}




.sku-image {
    max-width: 100%;
}

.design-image-container {
    background-size: 100% 100%;
    margin: 5px;
}

.design-image {
    max-width: 100%;
    padding: 0px !important;
}

.secondary-table {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    margin-bottom: unset;
}

.secondary-table th {
    padding: 2px 3px !important;
}
.secondary-table td {
    padding: 2px 3px !important;
}







/* B2B Header CSS */

a, a:visited, a:hover {
    color: #548BA9;
}

.clearer {
    display: none;
}

.sku-col a {
    padding: 9px 0px;
    display: block;
    width: 140px;
    text-align: center;
    float: left;
    font: 16px oswald, arial, verdana, sans-serif;
    color: #003c5c;
    text-transform: uppercase;
    text-decoration: none;
}

a.sku-col-active, .sku-col a:hover {
    background-color: #003c5c;
    color: #fff;
}

.masthead-all-background, .content-wrap {
    background-color: #FEFEFE;
}

.content-wrap {
    padding-top: 10px;
}

.masthead1-background {
    border-bottom: solid 1px #003c5c;
}

.masthead2-wrap {
    padding: 12px 0px;
}

.top-menu-col {
    text-align: right;
    padding-top: 11px;
}

    .top-menu-col, .top-menu-col a {
        color: #003c5c;
        font-size: 12px;
    }

.menu-background {
    background-color: #003c5c;
    padding: 5px;
    border-bottom: solid 6px #FEFEFE;
}

    .menu-background a {
        color: #fff;
        text-transform: uppercase;
    }

.footer-background, .footer-background a {
    color: #fff;
    font-size: 11px;
}

.footer-background {
    background-color: #003c5c;
    padding: 11px;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 32px;
    width: 100%;
    line-height: 0;
}

.row-alt {
    margin: 0px;
}

.menu-col, .navbar .container-fluid {
    padding: 0px !important;
}

.navbar {
    Background-color: transparent;
    border: none;
    min-height: 0px;
    margin-bottom: 0px;
}

    .navbar a {
        color: #fff !important;
        font-size: 12px;
        margin-right: 14px !important;
        padding: 0px 14px 0px 0px !important;
        border-right: solid 1px #888;
    }

        .navbar a:hover {
            text-decoration: underline !important;
        }
/* ---------------------------*/
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}