@import '/css/snasm/MyFontsWebfontsKit.css';

#shows_list {
    margin-top: 10px;
}

.showname {
    font-size: 1.1em;
}

.showtimes,
.numcaps {
    font-size: smaller;
}

.showtimes {
    opacity: 0.7;
}

.numcaps {
    margin-top: 3px;
}

.nocaps {
    opacity: 0.4;
}

.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1045;
    width: 100%;
    height: 100%;
    display: block;
}

#livebadge {
    padding: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.8em;
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: bold;
}

#livebadge img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

#link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    opacity: 0.75;
    background: #b3005d;
    text-decoration: none;
}

@media screen and (max-width : 1000px) {
    #link {
        font-size: 0.9em;
    }
}


#link i {
    margin-right: 10px;
}

#error {
    color: #fff;
    font-size: xx-large;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

#error i {
    margin: 10px;
}

@media screen and (max-width : 800px) and (orientation : landscape) {
    .navbar {
        display: none;
    }

    body {
        padding-top: 0;
    }
}


/*
    .day-hour, .hour-label{
        width: 4.16%;
        max-width: 4%;
        overflow:hidden;
        padding: 0;
        margin: 0;
        flex-grow :0;
        flex-shrink: 0;
    }


    .day-hours, .day-row, .hour-header {
        display: flex;
    }

    .day-row {
        width: 100%;
        margin : 8px 0;
        justify-content: center;
        align-content: center;
    }

    .day-name  {
        display: block;
        flex-grow : 0;
        flex-shrink :0;
    }

    .day-hours {
        flex-grow : 1;
        align-self: center;
        justify-self: center;
    }

    .show-times-container {
        position : relative;
        display: flex;
    }

    .show-times-container .left-side {
        width: 85px;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .show-times-container .right-side {
        flex-grow: 1;
    }

    .show-times-container .line {
        position: absolute;
        top : 0;
        height: 100%;
        width : 1px;
        background: #fff;
    } */

.x-axis {
    width: calc(100% - 85px);
    display: flex;
    margin-left: 85px;
}

.y-axis {
    width: 85px;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
}

.day-hour,
.hour-label {
    width: 4.16%;
    max-width: 4.16%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.graph-main {
    display: flex;
}


.graph-content {
    flex-grow: 1;
    position: relative;
}


.day-hour {
    height: 22.5px;
    background-color: pink;
}

.day-hours {
    display: flex;
    width: 100%;
    margin: 8px 0;

}

.day-name {
    margin: 8px 0;

}

.graph-content .line {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
}


.hour-label {
    font-size: 0.1em;
}

@media screen and (min-width : 500px) {
    .hour-label {
        font-size: 0.4em;
    }
}

@media screen and (min-width : 650px) {
    .hour-label {
        font-size: 0.7em;
    }
}

@media screen and (min-width : 1000px) {
    .hour-label {
        font-size: 1em;
    }
}

#player-and-chat {
    display: flex;
    flex-direction: column;
}

@media screen and (orientation : portrait) {
    #player-and-chat.provider-1.online {
        height: calc(100vh - 55px - 40px - 220px);
    }
}

#player-and-chat .embed-responsive {
    flex-shrink: 0;
    flex-grow: 0;
}

#player-side-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

#chat-container {
    overflow: auto;
    flex-grow: 1;
    height: 100%;
    min-height: 0;
}

.synopsis .buttons .btn {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.synopsis .buttons {
    margin-top: 1em;
}

@media screen and (min-width : 1200px) and (orientation : landscape) {
    #player-and-chat {
        flex-direction: row;
        height: 35vw;
    }

    #player-side-content {
        height: 100%;
    }

    #player-and-chat .embed-responsive {
        flex-shrink: 0;
        flex-grow: 0;
        width: 50%;
    }

    @supports(aspect-ratio: var(--aspect-ratio)) {
        #player-and-chat .embed-responsive {
            width: auto;
            aspect-ratio: var(--aspect-ratio);
        }
    }
}

@media screen and (min-width : 1000px) {
    .synopsis {
        display: flex;
        justify-content: space-between;
    }

    .synopsis .text {
        width: 75%;
    }

    .synopsis .buttons {
        margin-top: 0;
        margin-left: 10px;
    }
}

.babestation {
    font-family: 'SnasmRg-BoldItalic';
    text-align: center;
    color: #fff;
}

.default-message {
    background: #b3005d;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.default-message p.is-offline,
.default-message p.alternative-model {
    font-size: 1.8em;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

.default-message p.alternative-model {
    font-size: 1.4em;
    color: white;
}

.default-message a {
    color: inherit;
    text-decoration: underline;
}

.default-message .banner {
    display: none;
}

.default-message .banner img {
    display: block;
    width: 100%;
}

@media screen and (min-width : 1750px) {
    .default-message .banner {
        display: block;
    }
}