.season-control-wrapper{
    width: 100%;
    height: 37px;
}

.header.loading-or-error .season-control-wrapper{
    visibility: hidden;
}

.season-control-wrapper.locked,
.season-control-wrapper.locked .next-previous-week,
.next-previous-week.disabled,
.season-control-wrapper.locked #week-selector,
.season-control-wrapper.locked #season-selector{
    pointer-events: none;
    color: #c5c5c5;
    border-color: #c5c5c5;
}

.next-previous-week:active{
    color: #999999;
    border-color: #999999;
}

.schedule-selector-view,
.schedule-selector-date {
    width: 50%;
}


.season-nav-right-cell{
    text-align: right;
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
}


.gg-calendar-today {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 28px;
    height: 28px;
    border: 1px solid;
    border-top: 4px solid;
    border-radius: 3px;
}
.gg-calendar-today::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    background: currentColor;
    height: 4px;
    width: 4px;
    border-radius: 2px;
    right: 4px;
    bottom: 4px;
}

.gg-chevron-right-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 28px;
    height: 28px;
    border: 1px solid;
    border-radius: 4px;
}
.gg-chevron-right-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    left: 8px;
    top: 9px;
}

.gg-chevron-left-r {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 28px;
    height: 28px;
    border: 1px solid;
    border-radius: 4px;
    margin-left: 2px;
}
.gg-chevron-left-r::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    left: 10px;
    top: 9px;
}

.button-view{
    background: none;
    padding: 0px;
    border: 0px;
}


.next-previous-week{
    background: none;
    border: none;
    color: white;
    padding: 0px 2px;
}

.button-view table td{
    border: 1px solid white;
    padding: 5px;
    border-radius: 3px;
}

.button-view.selected td{
    background: white;
}

#list-view td{
    padding-left: 20px;
}

.season-nav-select{
    border: 1px solid white;
    border-radius: 3px;
    padding: 4px 0px;
    background: none;
    color: white;
    padding-bottom: 5px;
    font-family: proxima-nova, "open Sans", Helvetica, Arial, sans-serif;
}


.season-nav-select option{
    color: black;
}

#season-selector{
    width: 55px;
}

.season-control-table{
    border-spacing: 0px;
    width: 100%;
}

.schedule-selector-date table{
    width: auto;
    border-spacing: 0px;
}

.schedule-selector-date table td{
    vertical-align: top;
}

@media only screen and (max-width: 359px) {

    #week-selector{
        width: 187px;
    }

    .next-previous-week{
        display: none;
    }
}


@media only screen and (min-width: 360px) and (max-width: 419px) {

    #week-selector{
        width: 187px;
    }

    #previous-week, #next-week{
        display: none;
    }
}

@media only screen and (min-width: 420px)  and (max-width: 439px) {

    #week-selector{
        width: 187px;
    }

}


@media only screen and (min-width: 440px) {

    #week-selector{
        width: 200px;
    }
}

@media only screen and (min-width: 500px) {

    #week-selector{
        width: 260px;
    }
}