/*
    theme: lumen
    url: https://bootswatch.com/lumen/
    .bg-primary:
        border-color: #127ba3
        background-color: #158cba
*/
body {
    font-size: 1.1rem;
}

.header-logo {
    max-width: 70px;
    top: -6px;
    position: relative;
}

h1 {
    color: #127ba3;
}

.media-poster {
    max-height: 100px;
}

.media-provider {
    max-height: 50px;
    border-radius: 5px;
}

.vertical-mode {
    writing-mode: tb-rl;
    text-orientation: mixed;
    transform: rotate(-180deg);
}

.vertial-news {
    position: absolute;
    bottom: 0;
    left: -18px;
    margin-bottom: 3px;
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


.stream-box {
    position: relative;
    width: 50px;
    margin: auto;
}

.ribbon {
    position: absolute;
    right: -22px;
    top: -6px;
    z-index: 1;
    overflow: hidden;
    width: 45px;
    height: 25px;
    text-align: middle;
}

.ribbon span {
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    width: 25px;
    display: block;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 5px;
    right: 15px;
    border-radius: 2px;
}

/* for theme lumen */
.ribbon span {
    background: linear-gradient(#158cba 0%, #127ba3 100%);
}

.ribbon.news span {
    background: linear-gradient(#F70505 0%, #8F0808 100%);
}

.filter-search-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.poster-container {
    min-width: 120px;
}
