﻿@import "Components/Breadcrumbs.css";
@import "Components/Buttons.css";
@import "Components/Dropdowns.css";
@import "Components/TabsAccordions.css";
@import "Components/Typography.css";
@import "Components/Popover.css";
@import "Components/ListGroup.css";
@import "Components/Lists.css";
@import "Form.css";

@import "Layouts/Shell.css";
@import "Layouts/SideMenu.css";
@import "Layouts/MainLayout.css";




.mud-ripple:after {
    width: 0% !important;
}

.mud-ripple:hover {
    background-color: transparent;
}



body {
    background-color: #edf1f6;
}

.ml-n1-half {
    margin-left: -6px;
}



/*.airhaus-sidebar-container {
    height: 100%;
    background-color: #fdfdfd !important;*/
    /*border-radius: 15px 0px 0px 0px;*/
    /*padding: 30px 25px 0px 25px;
}*/


.href-cell-content-dense, .cell-content-dense {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    height: 100%;
    color: black;
}

.href-row .mud-table-cell {
    padding: 0px !important;
}

.href-cell {
    text-decoration: none !important;
    color: black;
    font-size: inherit;
}

    .href-cell :hover {
        text-decoration: none !important;
        color: black;
    }

    .href-cell :active {
        text-decoration: none !important;
        color: black;
    }

@media (max-width: 1120px) {
    .main-horizontal-menu 
    {
        visibility: collapse;
        width: 0px;
    }

    .main-menu-button {
        visibility: visible;
    }

    .admin-horizontal-menu {
        visibility: visible;
    }
}

@media (max-width: 960px) {
    .main-horizontal-menu {
        visibility: collapse;
        width: 0px;
    }

    .main-menu-button {
        visibility: visible;
    }

    .admin-horizontal-menu {
        visibility: visible;
    }

    .side-image {
        height: 125px;
    }

    .short-side-image {
        height: 125px;
    }

    .full-side-image {
        height: 125px;
    }
}

@media (min-width: 960px) {
    .main-menu-button {
        visibility: collapse;
        display: none !important;
    }

    .admin-horizontal-menu {
        visibility: collapse;
        height: 0px;
    }

    .short-side-image {
        height: 350px;
    }
}

.main-menu-popover{
    box-shadow: unset;
    width: 250px;
    border-radius: 0px;
}

.main-menu-popover-item {
    border-bottom: 1px solid #d9d9d9;
    height: 45px;
}


@media (max-width: 650px) {
    .mud-table-cell {
        padding: 8px !important;
    }
}

.thumbnail-image {
    position: relative;
    top: -25px;
    left: -5px;
    width: 200px;
    height: 100px;
}

.season-card {
    height: 300px
}

.season-card-left {
    width: 230px;
}

.season-card-right {
    width: 100%;
}

h1.detail-header {
    padding-top: 10px !important;
    font-size: 0.9rem !important;
    color: #4B4B4B !important;
}

h2.detail-header {
    padding-top: 2px !important;
    margin-bottom: 2px !important;
    margin-right: 6px !important;
    text-align: left;
    font-size: 0.85rem !important;
    color: #4B4B4B !important;
}

li {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 610px) {
    .season-card {
        min-height: 300px
    }

    .mud-divider-fullwidth{
        flex-grow: unset !important;
    }

    .thumbnail-image {
        position: relative;
        width: 180px;
        height: 90px;
        top: -30px;
        left: -5px;
    }
}

@media (max-width: 360px) {
    .season-card {
        /*width: 330px*/
    }

    .mud-divider-fullwidth {
        flex-grow: unset !important;
    }

    .season-card-left {
        height: 245px;
        width: 330px;
        margin: 25px 0px 5px 0px;
    }

    .thumbnail-image {
        position: relative;
        width: 160px;
        height: 80px;
        top: -50px;
        left: -5px;
    }
}

.season-card-signup-button {
    width: 160px;
}

.season-card-bottom-label {
    font-size: 0.9rem;
    color: #A3A3A3;
}

.season-card-bottom-list-item {
    display: inline;
    list-style: none;
    padding-right: 24px;
    color: #7B7B7B;
}

.overlay-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: white;
    opacity: .8;
    z-index: 1000;
}