﻿.timeline {
    background-color: #121212;
    border-bottom: 2px solid #cf000c;
}

.splitLink {
    background-color: #cf000c;
    padding: 4px;
    padding-left: 310px;
}

.splitLink a {
    color: white;
}

#menuWrapper {
    margin: 0 auto 0 auto;
}

.timeline-heading {
    color: white;
    margin-top: 10px;
    font-weight: normal;
}

.timeline-history {   
    margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.timeline-image {
    margin-bottom: 5px;
    width: 100%;
}

.timeline-image-container {
    padding-top: 15px;
}

.timeline-image-overlay {
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 35px;
    color: white;
    font-size: 20px;
    text-align: center;
}

    .timeline-image-overlay.song {
        background-color: #013162;
    }

    .timeline-image-overlay.news {
        background-color: #cf000c;
    }

    .timeline-image-overlay.live {
        background-color: #ffcb01;
    }

    .timeline-image-overlay > span {
        vertical-align: middle;
    }

.timeline-image-overlay-playbutton {
    position: absolute;
    z-index: 1;
    width: 210px;
    height: 210px;
    color: white;
    font-size: 20px;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
}

    .timeline-image-overlay-playbutton > span {
        margin-top: 80px;
    }


.timeline-history-heading {
    color: black;
    font-size: 12px;
    font-weight: normal;
    white-space: normal;
    margin-bottom: 0;
}

label.timeline-history-heading {
    text-transform:lowercase
}

label.timeline-history-heading:first-letter {
    text-transform:uppercase
}

.timeline-history-time {
    font-weight: normal;
    font-size: 10px;
    color: gray;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.timeline-history-icon {
    float: right;
    margin-right: 5px;
}

.fa-bolt {
    top:0%;
    left:2%;
    font-size:70%;
    transform: scale(0.8, 1.25);
}

.fa-bolt.fa-inverse {
    color:#D10018;
}

.fa.fa-stack-1x.fa-heart {
    font-size: 14.5px;
}

.fa.fa-stack-1x.fa-heart-o {
    font-size: 14.5px;
}

.fa-bolt {
    color:white;
}

.timeline-history-subheading {
    color: #cf000c;
    font-style: italic;
    white-space: normal;
    font-size: 10px;
}

.cover-container {
    width: 100%;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}


.cover-live {
    margin-bottom: 20px;
    margin-top: 25px;
    height: 345px;
    width: 240px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    background-color: white;
}

.cover-item {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 180px;
    height: 260px;
    vertical-align: bottom;
    background-color: white;
}

.cover-add {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 180px;
    height: 260px;
    vertical-align: bottom;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
}


.listen_live_table {
    table-layout: fixed;
    width: 100%;
}

.table_live {
    width: 240px;
    padding-left: 10px;
}

.table_history {
    padding-left: 35px;
}

.nowplaying-center {
    padding: 8px 20px 8px 20px;
}

.nowplaying-top {
    background-color: #ececec;
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
}

.nowplaying-labels {
    color: #cf000c;
    font-size: 1.5em;
}


.left_arrow_box {
    position: relative;
    background: #ffffff;
    border: 25px solid #ffffff;
}

    .left_arrow_box:after, .arrow_box:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .left_arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #ffffff;
        border-width: 40px;
        margin-top: -40px;
    }

    .left_arrow_box:before {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #ffffff;
        border-width: 36px;
        margin-top: -36px;
    }


.right_arrow_box {
    position: relative;
    background: #ffffff;
    border: 25px solid #ffffff;
}

    .right_arrow_box:after, .arrow_box:before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .right_arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #ffffff;
        border-width: 40px;
        margin-top: -40px;
    }

    .right_arrow_box:before {
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #ffffff;
        border-width: 36px;
        margin-top: -36px;
    }

.listenlive_song {
}

#nowplayingHeading {
    font-weight: normal;
    font-size:14px;
}

#nowplayingSubHeading {
    color: #cf000c;
    font-style: italic;
    white-space: normal;
    font-weight: bold;
    font-size: 14px;
}

#likeSong:focus {
    color: red;
}

#likeSong:hover {
    color: red;
}

.listenlive_images {
    background-color: white;
    border-radius: 5px;
}

.listenlive_top_heading {
    margin-bottom: 0;
    font-weight: bolder;
    font-size: 13px;
}

.listenlive_top_subheading {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: normal;
}

.listenlive_top_time {
    color: #cf000c;
    margin-bottom: 0;
    font-size: 13px;
}

.listenlive_top_innertext {
    font-style: italic;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 11px;
}

.fa-whatsapp {
    vertical-align: middle;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.padding-0 {
    padding: 0;
}

.timeline-fadeout {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #121212 100%);
    background-repeat: repeat-x;
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 220px;
    z-index: 5;
    height: 280px;
    pointer-events: none;
}

.margin-auto {
    margin: auto;
}

.double_border_right {
    border-right: 1px solid white;
}

.double_border_left {
    border-left: 1px solid lightgray;
}

.flex {
    display: flex;
}

@media screen and (max-width: 615px) {
    .timeline-fadeout {
        display: none;
    }

    .timeline-history {
        display: none;
    }

    .table_history {
        width: 0;
    }

    .table_live {
        padding-left: 0;
    }

    .cover-live {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media screen and (max-width: 765px) {
    .nowplaying-top {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .timeline-fadeout {
        display: none;
    }
}

@media screen and (max-width: 1250px) {
    .nowplaying-labels {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 1200px) {
    .nowplaying-labels {
        font-size: 1em;
    }
}

#OfmStreamPlayer > div.jw-controls.jw-reset > div.jw-controlbar.jw-background-color.jw-reset > div.jw-group.jw-controlbar-right-group.jw-reset > div.jw-slider-volume.jw-background-color.jw-reset.jw-slider-horizontal.jw-reset > div > div.jw-progress.jw-reset {
    background-color: red;
}

.music_player {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#pauseButton {
    margin-top: 80px;
    display: none;
    cursor: pointer;
}

#playbutton {
    cursor: pointer;
}

.timeline-image-overlay-playbutton-hide {
    display: none;
}

.cover-live:hover .timeline-image-overlay-playbutton-hide {
    display: block;
}

@media screen and (max-width: 1486px) {
    .listenliveBlock {
        display: none;
    }

    .showNowPlaying {
        width: 33.33333333%;
    }

    .showUpNext {
        width: 33.33333333%;
    }
}

@media screen and (max-width: 1202px) {
    .whatsappBlock {
        display: none;
    }

    .telephoneBlock {
        width: 16.66666667%;
    }

    .showNowPlaying {
        width: 41.66666667%;
    }

    .showUpNext {
        width: 41.66666667%;
    }
}

@media screen and (max-width: 992px) {
    .telephoneBlock {
        display: none;
    }

    .showNowPlaying {
        width: 50%;
    }

    .showUpNext {
        width: 50%;
    }

    .splitLink {
        text-align: center;
        padding-left: 4px;
    }
}


@media screen and (min-width: 1820px) {
    .breaknewLine {
        display: none;
    }
}

@media screen and (min-width: 1430px) {
    .breakWord {
        display: none;
    }
}

/*Page styles*/
.stream-detail-page {
    overflow: hidden;
}

.stream-troubleshooting {
    display: none;
}

.hideme {
    display: none;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: red;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgb(37, 37, 37);
}

.listenLiveContainer #mCSB_1_scrollbar_horizontal {
    background-color: rgb(37, 37, 37);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: red;
}

.playBorder {
    border: 2px solid #333;
    border-radius: 100px;
    padding: 10px;
    line-height: 0.6;
    width: 34px;
    height: 34px;
}