﻿/* 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. */

/* style guide headings */

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}


h1 {
    font-size: 38px;
    font-family: Oswald, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h2 {
    font-size: 19px;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 14px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

p {
    font-size: 14px;
}
/* font class that correlates with heading font-sizes */
.f1 {
    font-size: 24px;
}
.f2 {
    font-size: 19px;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
}

.f3 {
    font-size: 17px;
}

.f4 {
    font-size: 14px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

.larger {
    font-size: larger;
}

.start-120 {
    left: 120% !important;
}

.text-end {
    text-align: end;
}

/*buttons and links*/
a {
    color:white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: underline;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn {
    border-radius:0;
    background: var(--tinted20-color);
    color:white;
    display:flex;
    align-items:center;
}

.btn:hover {
    background: var(--tinted10-color);
    color:white;
    text-decoration: none !important;
}

.btn:disabled {
    background: var(--tinted60-color);
}

.btn:focus {
    box-shadow:none;
}

.btn-plain {
    background-color: transparent;
    color: var(--primary-color);
}

.btn-plain:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.box {
    border: solid 1px lightgray;
}

.b-0 {
    bottom:0;
}

.card {
    border: none;
}

.cart-btn {
    max-width: 9rem;
}

.bi-cart {
    line-height: unset;
}

.card-header {
    background-color: transparent;
    border: none;
}

.contain {
    object-fit: contain;
}

.cover {
    object-fit: cover;
}

.dotted-fill {
    height: 1px;
    border-bottom: 1px dotted black;
    flex-grow: 1;
    margin: 1rem 1rem 0 1rem;
}


.link {
    color: var(--tinted20-color);
}

.link:hover {
    color: var(--tinted10-color)
}

.pass-item {
    color: black;
}

.show {
    display: block;
}

.w-side-nav {
    width: 16rem;
}

.side-nav {
    height: 100%;
    position: fixed;
    padding: 2rem;
    background-color: var(--primary-color);
    text-align: center;
    z-index: 999;
}

.max-width {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.no-flex-shrink {
    flex-shrink: initial;
}

/* Notifications in header */
.animate {
    animation-duration: 1.5s;
    animation-name: fadeIn;
}

@keyframes fadeIn {
    from {
        opacity:0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes slideInFromRight {
    from {
        opacity: 0;
        margin-right: -30%;
    }

    to {
        opacity: 1;
        margin-right: 0%;
    }
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

#announcements-count {
    font-size: small;
    color: #212529;
    font-style: normal;
    /*margin-left: -5px;*/
    padding-left: 1px;
    padding-right: 1px;
    width: 20px;
    height: 20px;
}

.bell-icon-mobile {
    color: white;
}

.icon-container {
    background-color: var(--tinted90-color);
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
}

#notifications {
    width: 364px;
}

#notifications-content {
    width: 80%;
}

@media (max-width: 359px) {
    .h1-smaller {
        font-size: 30px !important;
    }

    .h2-smaller {
        font-size: 16px !important;
    }
}
.ring-mobile {
    position: absolute;
    border-radius: 55px;
    padding: 30px;
    margin-top: -16px;
    margin-left: -22px;
    border: solid var(--secondary-color) 3px;
    transform: scale(.25);
    -ms-transform: scale(.25);
    /* IE 9 */
    -webkit-transform: scale(.25);
    /* Safari and Chrome */
    -o-transform: scale(.25);
    /* Opera */
    -moz-transform: scale(.25);
    /* Firefox */
    animation-iteration-count: infinite;
    /* W3C and Opera */
    -moz-animation-iteration-count: infinite;
    /* Firefox */
    -webkit-animation-iteration-count: infinite;
    /*Safari and Chrome*/
    -webkit-transform-origin: center;
}
.ring {
    position: absolute;
    border-radius: 55px;
    padding: 40px;
    margin-top: -2px;
    margin-left: -5px;
    border: solid var(--tinted20-color) 3px;
    transform: scale(.25);
    -ms-transform: scale(.25);
    /* IE 9 */
    -webkit-transform: scale(.25);
    /* Safari and Chrome */
    -o-transform: scale(.25);
    /* Opera */
    -moz-transform: scale(.25);
    /* Firefox */
    -webkit-transform-origin: center;
    animation-iteration-count: infinite;
    /* W3C and Opera */
    -moz-animation-iteration-count: infinite;
    /* Firefox */
    -webkit-animation-iteration-count: infinite;
    /*Safari and Chrome*/
    -webkit-transform-origin: center;
}
.ping {
    -moz-animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -moz-animation-name: ping;
    -webkit-animation-name: ping;
}

@-webkit-keyframes ping {
    from {
        transform: scale(.25);
        -ms-transform: scale(.25);
        /* IE 9 */
        -webkit-transform: scale(.25);
        /* Safari and Chrome */
        -o-transform: scale(.25);
        /* Opera */
        -moz-transform: scale(.25);
        /* Firefox */
        opacity: 1;
    }

    to {
        transform: scale(1);
        -ms-transform: scale(1);
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Safari and Chrome */
        -o-transform: scale(1);
        /* Opera */
        -moz-transform: scale(1);
        /* Firefox */
        opacity: 0;
    }
}

/*header layers --------------- */
#banner {
    height: 256px;
}

#header-bg-img {
    position: absolute;
    height: 256px;
    left: 0;
    right: 0;
    z-index: -2;
}

#header-bg-inner {
    height:100%;
    background-repeat:no-repeat;
    background-size:contain;
}

#error-bg {
    background-image: url(/images/error-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    background-position-x: -10rem;
}

.gradient-header-layout {
    position: absolute;
    opacity: .9;
    height: 256px;
    right: 0;
    left: 0;
    z-index: -1;
}

.text-center-md-end, .text-center-md-start {
    text-align: center;
}
.align-button {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .text-center-md-end {
        text-align: end;
    }
    .text-center-md-start {
        text-align: start;
    }
    .align-button {
        margin-left: 0;
    }
}

/*Media queries*/
/*Small devices (phones)*/
@media (max-width: 304px) {
    #banner {
        height: 215px;
    }

    #header-bg-img {
        height: 215px;
        /*left: 16rem;*/
    }

    #header-bg-inner {
        background-size: 450px;
        background-position-y: inherit;
    }

    .gradient-header-layout {
        height: 215px;
        /*left: 16rem;*/
    }

    .bell-size {
        font-size: 16px;
    }

    .no-picture-contact {
        font-size: 35px;
    } 
}

@media (max-width: 400px) {
    .no-picture-contact {
        font-size: 40px;
    }
}

@media (max-width: 460px) {
    .no-picture-contact {
        font-size: 60px;
    }
}

@media (max-width: 575px) {
    .no-picture-contact {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .no-picture-contact {
        font-size: 35px;
    }
}

@media (min-width: 305px) {
    #banner {
        height: 186px;
    }

    #header-bg-img {
        height: 186px;
        /*left: 16rem;*/
    }

    #header-bg-inner {
        background-size: 450px;
        background-position-y: inherit;
    }

    .gradient-header-layout {
        height: 186px;
        /*left: 16rem;*/
    }

    .bell-size {
        font-size: 20px;
    }
}

@media (min-width: 400px) {
    .bell-size {
        font-size: 24px;
    }
}

@media (min-width: 500px) {
    .bell-size {
        font-size: 28px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    #error-bg {
        background-size: contain;
    }

    #banner {
        height: 186px;
    }

    #header-bg-img {
        height: 186px;
        left: 16rem;
    }

    #header-bg-inner {
        background-size: 450px;
        background-position-y: inherit;
    }

    .gradient-header-layout {
        height: 186px;
        /*left: 16rem;*/
    }

    .no-picture-contact {
        font-size: 50px;
    }
}

@media (min-width:992px) and (max-width: 1123px) {
    #banner {
        height: 220px;
    }

    #header-bg-img {
        height: 220px;
        left: 16rem;
    }

    #header-bg-inner {
        background-size: 500px;
        background-position-y: -20px;
    }

    .gradient-header-layout {
        height: 220px;
        left: 16rem;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    .no-picture-contact {
        font-size: 50px;
    }

    .col-md-l {
        position: relative;
        width: 100%;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .col-md-r {
        position: relative;
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .custom-flex {
        display: flex !important;
    }

    .custom-none {
        display: none;
    }

    .navbar {
        display: none;
    }
}


@media (min-width: 1124px) {
    #banner {
        height: 186px;
    }

    #header-bg-img {
        height: 186px;
        left: 16rem;
    }

    #header-bg-inner {
        background-size: 500px;
        background-position-y: -20px;
    }

    .gradient-header-layout {
        height: 186px;
        left: 16rem;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .no-picture-contact {
        font-size: 80px;
    }

    .col-md-l {
        position: relative;
        width: 100%;
        padding-right: 15px;
    }

    .col-md-r {
        position: relative;
        width: 100%;
        padding-left: 15px;
    }
}

.score-ticker-container {
    background-color: var(--bs-body-bg);
}

.score-ticker-card {
    padding-left: 7px !important; 
    padding-right: 7px !important; 
    border-right: 2px solid var(--tinted10-color); 
    width: 156px; 
    display: inline-block;
}

.score-ticker-card-header {
    font-family: Oswald, sans-serif; 
    text-transform: uppercase; 
    display: flex; 
    flex-flow: row nowrap; 
    justify-content: space-between;
}

.score-ticker-card-logo-container {
    display: inline-block; 
    width: 25%; 
    vertical-align: middle; 
    height: 25px;
}

.score-ticker-card-logo-container img {
    display: inline; 
    width: 25px; 
    height: 25px;
}

.score-ticker-card-participant {
    display: inline-block; 
    width: 55%; 
    vertical-align: middle; 
    height: 25px;
}

.score-ticker-card-participant-text {
    text-overflow: ellipsis; 
    overflow: hidden; 
    max-height:25px; 
    line-height: 12px; 
    vertical-align: middle; 
    text-align: left;
}

.score-ticker-card-score-container {
    display: inline-block; 
    width: 15%; 
    text-align: right; 
    color: var(--tinted20-color);
}

/* / Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    font-family: Lato, sans-serif;
}

main {
    min-height: 60vh;
}

/* data picker */

[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}


label {
    display: block;
}

input#week-picker {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
    width: 190px;
}

/* Sports page */
.nav-tabs .nav-link.active {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.nav-tabs .tab-styled {
    outline: none;
    background-color: white;
}

/* Tickets page */
.nav-tabs .tab-tickets-styled {
    outline: none ;
    background-color: white;
}
.nav-tabs .nav-link {
    color: #000;
    border-bottom-color: #dee2e6;
}

/* Footer */
.el-logo-footer {
    padding-left: 5px;
    width: 75px;
    vertical-align: initial;
}

/* Gradients */
.gradient-footer {
    height: 200px;
    background: var(--primarySaturationCap);
    background: linear-gradient(90deg, var(--primarySaturationCap) 0%, var(--tinted15-color) 60%, var(--primarySaturationCap) );
}

.gradient-header {
    background: var(--primarySaturationCap);
    background: linear-gradient(90deg, var(--secondary-color) 0%, var(--averageGrey) 35%, var(--primarySaturationCap) 80%);
}

.gradient-header-monochrome {
    background: var(--primarySaturationCap);
    background: linear-gradient(90deg, var(--shaded30-color) 0%, var(--primarySaturationCap) 80%);
}

.gradient-overlay {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0));
}

.gradient-navbar {
    background: var(--primarySaturationCap);
    background: linear-gradient(to bottom, var(--shaded-color) 0px, var(--primarySaturationCap) 150px, var(--tinted15-color) 700px, var(--primarySaturationCap) );
}

/* Social Icons */
.bg-social-icon:hover {
    background-color: var(--secondary-color);
    text-decoration: none;
    color: var(--shaded-color) ;
}

.bg-social-icon {
    background-color: none;
}

.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}
.el-icon {
    width: 100%;
    height: auto;
}
.bg-el-icon:hover {
    transform: scale(1.3);
}
.bg-el-icon {
    transition: 0.1s;
    width: 40px;
}

/* Colors, Shade and Tint */
.primary-color {
    color: var(--primary-color);
}

.shaded-color {
    color: var(--shaded-color);
}

.tinted15-color {
    color: var(--tinted15-color);
}

.tinted20-color {
    color: var(--tinted20-color);
}

.bg-tinted15-color {
    background: var(--tinted15-color);
}

.bg-tinted20-color {
    background: var(--tinted20-color);
}

.bg-tinted90-color {
    background: var(--tinted90-color);
}

/* Athletic Department */
.media-image-holder {
    flex: 1;
}

.media-body {
    flex: 4;
}

/* 404 svg styles */
.cls-1 {
    fill: #e6eee9;
    fill: var(--tinted90-color);
}

.cls-2 {
    fill: #b3cdbe;
    fill: var(--tinted60-color);
}

.cls-3 {
    fill: #fff;
    opacity: 0.21;
}

.cls-4 {
    fill: #014e22;
    fill: var(--shaded-color);
}

.cls-5 {
    fill: none;
}

.cls-6 {
    fill: #347951;
    fill: var(--tinted20-color);
}

.cls-7 {
    isolation: isolate;
}

.error-code-position {
    top: 49px;
    left: 43px;
}

.masonry { /* Masonry container */
    padding: 0;
    font-size: .85em;
}

.masonry-margin {
    padding: 1.5em;
}

/* Home Sponsors Title*/
.sponsors-title {
    background-color: var(--primary-color);
}
  
.item { /* Masonry bricks or child elements */
    display: inline-block;
    padding: 5px;
}
.sponsor-card {
    background: rgba(255, 255, 255, 0.2) ;
    padding: 1em;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 black;
    border: none;
}

.mailto {
    color: var(--shaded-color);
}
.mailto:hover {
    color: var(--shaded-color);
}

.line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* All Events*/
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #f2f2f2;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffffff;
}

@media (max-width: 456px) {
    #btn-print {
        margin-top: 5px ;
    }
}
.table >:not(caption) > * > * {
    box-shadow: none ;
}
@media screen and (max-width: 575px) {
    .table-events thead {
        display: none;
    }

    .table-events td{
        display: flex;
    }

    .table-events td::before{
        content: attr(label);
        font-weight: bold;
        width: 70px;
        min-width: 70px;
    }

    .showTextIcon {
        display: inline-block !important;
    }
  
}

/* Gallery */
.picture {
    max-height:300px;
    height:auto;
}
.picture:hover {
    cursor: zoom-in;
}
.card-border {
    border: 1px solid;
}

.height-splide-title {
    height: 45px;
}

/* Logos */
.site-logo {
    width: 100%;
    height: 80%;
    border-radius: 50%;
    margin-top:auto;
    margin-bottom: auto;
}

.site-logo-header {
    width: 100%;
    height: 80%;
    border-radius: 50%;
    margin-top: auto;
    margin-bottom: auto;
}

/* News */
@media only screen and (max-width: 575px) {
    .size-img-news {
        width: 120px;
    }
}
@media only screen and (min-width: 576px) {
    .size-img-news {
        width: 200px;
    }
}


/* Side Menu */
.athlete-registration-item {
    justify-content: center;
}

.nav-link, .dropdown-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.desktop-view-menu, .dropdown-item {
    font-size: 15px;
}

.bg-dropend {
    background-color: var(--primary-color);
}

.dropend .dropdown-menu {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: -1px 0 0 !important;
    transform: translate(168px, 0px);
    padding: 0;
}

@media (max-width: 991px) {
    .dropend .dropdown-menu[data-bs-popper] {
        margin-left: -150px !important;
    }

    .dropend .dropdown-menu {
        position: static !important;
    }
}

.dropdown-item:hover, a.text-light:hover, li.nav-item:hover > a {
    color: var(--shaded-color) !important;
    text-decoration: none !important;
    background-color: var(--secondary-color) !important;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

@media (max-width: 991px) {
    .mobile-view-menu {
        width: 250px;
        justify-content: center;
    }
    .dropdown-item {
        font-size: 19px;
        font-family: Oswald, sans-serif;
        font-weight: 400;
        line-height: 29px;
        text-transform: uppercase;
    }
    .athlete-registration-item {
        justify-content: left;
    }
 }   

/* Table events */
.table-hover > tbody > tr:hover {
    background-color: var(--secondary-color);
}

/* cursors week */
#next-week, #previous-week {
    height: 20px;
    width: 20px;
}

/* Rosters display list + Tickets */
.toggle-chevron{
    display:initial;
}
.toggle-chevron.down {
    display: none;
}


/* Tickets */
.btn-tickets {
    background-color: transparent;
    border:none;
    height: 42px;
    text-align:left;
}
.btn-tickets:hover {
    color: var(--tinted10-color);
    border: none;
    cursor: pointer;
}
.card-header:hover {
    background-color: #f2f2f2;
}

/* Pagination Upcoming events */
#pagination-container{
    margin-bottom: 5rem;
}
#pagination-container ul {
    list-style: none;
    padding: 0;
}

#pagination-container li {
    float: left;
    border: 1px solid var(--primary-color);
    list-style: none;
}
#pagination-container li a {
    min-width: 22px;
    height: 24px;
    display: block;
    background: var(--tinted20-color);
    font-size: 15px;
    color: white;
    text-decoration: none !important;
    text-align: center;
}
#pagination-container li a:hover {
    background: var(--tinted10-color);
    text-decoration: underline;
    font-size: 17px;
}

#pagination-container li.active a {
    color: var(--secondary-color);
    opacity: .7;
    min-width: 22px;
    height: 24px;
}

#pagination-container li.active a:hover {
    text-decoration: none !important;
    font-size: 15px;
}

#pagination-container li.disabled a {
    background: var(--tinted20-color);
    opacity: .7;
    text-decoration: none !important;
    font-size: 15px;
}


/* Upcoming events checkboxes */
.form-check-label > input[type=checkbox] {
    visibility: hidden;
}
.vmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid black;
    border-radius:2px;
    padding: 0;
    margin-top: 0.35rem;
}
.form-check-label {
    display: block;
    position: relative;
    padding-left:20px;
    margin-bottom: 5px;
    cursor: pointer;
    max-width:160px;
}
.form-check-label input:checked ~ .vmark {
    background-color: var(--tinted20-color);
}
.vmark:after {
    content: "";
    position: absolute;
    display: none;
}
.form-check-label input:checked ~ .vmark:after {
    display: block;
}
.form-check-label .vmark:after {
    left: 4px;
    bottom: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.breadcrumb {
    border-radius: 0;
    padding: 0.75rem 1rem;
    background-color: #e9ecef;
}

.breadcrumb-item > a {
    color: #000000;
}

a:not([href]):not([tabindex]) {
    color:inherit;
    text-decoration:none;
}

.size-frame-to-content {
    height: auto;
    width: 100%;
}

.image-gallery-slide.is-active > * > .image-gallery-overlay {
    background: linear-gradient(180deg, var(--primary-gallery-gradient-start) 0%, var(--primary-gallery-gradient-end) 100%);
    box-shadow: 0 0 10px 12px var(--primary-gallery-gradient-start);
}

.image-gallery-slide.is-next > * > .image-gallery-overlay {
    /* Blur from the box shadow of the prev/next slides bleeds into the active slide */
    box-shadow: none;
}
.image-gallery-slide.is-prev > * > .image-gallery-overlay {
    /* Blur from the box shadow of the prev/next slides bleeds into the active slide */
    box-shadow: none;
}

.custom-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: right .50rem center;
    padding: .375rem 2.25rem .375rem .75rem;
    background-size: 16px 12px;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
}