@charset "UTF-8";

.season-schedule,
.season-table {
    border-collapse: collapse;
}

.season-schedule td,
.season-table td,
.season-table th {
    line-height: 1.5em;
    padding: 5px;
}

.season-schedule-datetime,
.season-table-headings {
    background: #FFC300;
    font-size: 1.25em;
    text-align: center;
}

.season-schedule-game {
    background: rgba(0,0,0,0.5);
    color: #FFFFFF;
}


.season-schedule-home-team {
    text-align: right;
}

.season-schedule-location {
    background: rgba(0,0,0,0.5);
    color: #FFFFFF;
    text-align: center;
}




.schedule-item-datetime {
    background: #FFC300;
    font-size: 1.25em;
    text-align: center;
}

.schedule-item-title,
.schedule-item-more,
.schedule-item-information {
    background: rgba(0,0,0,0.5);
    color: #FFFFFF;
    line-height: 1.5em;
    text-align: center;
}

.schedule-information {
    display: none;
}







/* Roster-Cards */

.roster-card-col {
    display: flex;
    justify-content: center;
}

.roster-card {
    max-width: 600px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.roster-card:hover .roster-card-img img {
    transform: scale3d(1.05,1.05,1.05);
}

.roster-card-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.roster-card-img img {
    width: 100%;
    transition: all 436ms ease;
}

.roster-card-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 10px;
    background: rgba(255,195,0,0.9);
    text-align: center;
}

.roster-card-name {
    display: block;
    padding: 2px 0;
    font-size: 1.2em;
    font-weight: bold;
}

.roster-card-content {
    display: block;
    padding: 10px;
}

.roster-card-details div {
    text-align: center;
}

.roster-card-position {
    display: block;
    padding: 2px 0;
    font-size: 0.95em;
    font-weight: bold;
}

.roster-card-content-row {
    display: block;
}

.roster-card-key {
    display: block;
    font-weight: bold;
}

.roster-card-value {
    display: block;
    padding-left: 1em;
}



/* Roster-List */

.roster-list-col {
    display: flex;
    justify-content: center;
}

.roster-list {
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 1em;
}

.roster-list thead {
    border-bottom: 2px solid #000000;
    color: #FFC300;
}

.roster-list td {
    border-bottom: 1px solid #000000;
}

.roster-list-name {
    padding: 5px;
    font-weight: bold;
}

.roster-list-position {
    padding: 5px;
}



/* Coach-Card */

.coach-card {
    /*width: 800px;*/
}

.coach-card-img {
    /*position: relative;*/
    /*float: left;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*background-color: rgba(0,0,0,0.75);*/
    /*transition: 0.2s all ease-in;*/
}
/*.coach-card-img:before {*/
/*    content: "";*/
/*    display: block;*/
/*    margin-top: calc(100% / 3 *2);*/
/*}*/
.coach-card-img:hover {
    /*transform: scale(1.2);*/
}

.coach-card-content {
    padding: 10px;
    /*background: rgba(0,0,0,0.75);*/
    /*color: #FFFFFF;*/
}

.coach-card-title {
    margin-bottom: 10px;
}

.coach-card-name {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.3em;
}

.coach-card-position {
    display: block;
    font-style: italic;
}

.coach-card-footer-mail {
    border-top: 1px solid #000000;
    padding-top: 5px;
}

.coach-card-footer i {
    width: 1.3em;
    text-align: center;
}

.coach-card-footer a {
    color: #FFC300;
}
.coach-card-footer a:hover {
    text-decoration: underline;
}



/* Coach-Card-Lil */

.coach-card-lil-col {
    display: flex;
    justify-content: center;
}

.coach-card-lil {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.coach-card-lil:hover .coach-card-lil-img img {
    transform: scale3d(1.05,1.05,1.05);
}


.coach-card-lil-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.coach-card-lil-img img {
    width: 100%;
    transition: all 436ms ease;
}

.coach-card-lil-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 10px;
    background: rgba(255,195,0,0.9);
    text-align: center;
}

.coach-card-lil-name {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}

.coach-card-lil-content {
    display: block;
    padding: 10px;
    font-size: 1.0em;
    text-align: center;
}



/* Staff-Card */

.staff-card-col {
    display: flex;
    justify-content: center;
}

.staff-card {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.staff-card:hover .staff-card-img img {
    transform: scale3d(1.05,1.05,1.05);
}


.staff-card-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.staff-card-img img {
    width: 100%;
    transition: all 436ms ease;
}

.staff-card-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 10px;
    background: rgba(255,195,0,0.9);
    text-align: center;
}

.staff-card-name {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
}

.staff-card-content {
    display: block;
    padding: 10px;
    font-size: 1.0em;
    text-align: center;
}










/* Team-Picker */



#team-picker-container {
    position: relative;
}

.team-picker {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#team-picker-left,
#team-picker-right {
    position: absolute;
    top: calc(50% - 25px);
    color: #FFFFFF;
    font-size: 50px;
    opacity: 0.75;
}

#team-picker-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

#team-picker-left {
    left: 0;
}

#team-picker-right {
    right: 0;
}


.team-picker-col {
    width: 280px;
    height: 467px;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.team-picker-img {
    height: 467px;
}



.grayscaled {
    filter: grayscale(1);
}