/* Space out content a bit */
/*body {*/
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/
/*}*/
/* Everything but the jumbotron gets side spacing for mobile first views */
/*.header,*/
/*.marketing,*/
/*.footer {*/
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
/*}*/
/* Custom page header */
/*.header {*/
  /*border-bottom: 1px solid #e5e5e5;*/
/*}*/
/* Make the masthead heading the same height as the navigation */
/*.header h3 {*/
  /*margin-top: 0;*/
  /*margin-bottom: 0;*/
  /*line-height: 40px;*/
  /*padding-bottom: 19px;*/
/*}*/
/* Custom page footer */
/*.footer {*/
  /*padding-top: 19px;*/
  /*color: #777;*/
  /*border-top: 1px solid #e5e5e5;*/
/*}*/

/* Customize container */
/*@media (min-width: 768px) {*/
  /*.container {*/
    /*max-width: 730px;*/
  /*}*/
/*}*/
/*.container-narrow > hr {*/
  /*margin: 30px 0;*/
/*}*/
/* Main marketing message and sign up button */
/*.jumbotron {*/
  /*text-align: center;*/
  /*border-bottom: 1px solid #e5e5e5;*/
/*}*/
/*.jumbotron .btn {*/
  /*font-size: 21px;*/
  /*padding: 14px 24px;*/
/*}*/
/* Supporting marketing content */
/*.marketing {*/
  /*margin: 40px 0;*/
/*}*/
/*.marketing p + h4 {*/
  /*margin-top: 28px;*/
/*}*/
.glyphiconplay:before{content: "\e072";}
.glyphiconpause:before{content: "\e073";}
.glyphiconstop:before {content: "\e074";}
@media (min-width: 1200px) {
    .container {
        width: 980px;
    }
}
.btn{
    border-radius: 10px;
}
#headerline{
    padding: 10px;
}
#logo{
    height: 80px;
    max-width: 280px;
}
#stationTitle{
    font-size: 22px;
    font-weight: bolder;
}
#tabsbox .radiotab,
#timelinebox,
#buttonsbox,#playerbox{
    background: #cecece;
}
#tabsbox .radiotab{
    background: #777;
    padding: 10px;
    font-weight: bold;
    height: 100%;
}
#tabsbox .radiotab.activetab{
    background: #cecece;
}
#buttonsbox{
    padding: 10px 0;
}
.stream-btn{
    margin: 5px;
    background: #777;
    /*border: 0px solid;*/
}
.stream-btn.activestream{
    background: #cc0000;
}
#timelinebox{
    display: none;
}
#playerbox{
    padding: 10px;
    border-top: 1px solid #000000;
}
/*#playercontainer{ width: 1px; height: 1px; position: absolute; top: -1000px; left: -1000px;}*/
/*#playercontainer{ width: 1px; height: 1px; position: absolute; top: -9999px; left: -9999px;}*/
#playercontainer{ width: 100px; height: 20px;}
/*#playercontainer *{display:none !important;}*/
.stationbtn{
    float: left;
}
.stationbtn img{
    max-width: 200px;
}
.btn-control{
    background: #cc0000;
    padding: 5px 10px;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
}
span.trackTitle{
    font-size: 20px;
    display: block;
}
#progressbar{
    color: #cc0000;
}
.cross{
    color: red;
    text-decoration: line-through;
}
.activeradio{
    font-weight: bold;
    font-size: 16px;
}
.defaultstream{
    border: 1px solid red;
}
.controlsList li{
    display: inline;
}
.controlsList li img{
    width: 30px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /*Remove the padding we set earlier */
    /*.header,*/
    /*.marketing,*/
    /*.footer {*/
        /*padding-left: 0;*/
        /*padding-right: 0;*/
    /*}*/
    /*Space out the masthead */
    /*.header {*/
        /*margin-bottom: 30px;*/
    /*}*/
    /*Remove the bottom border on the jumbotron for visual effect */
    /*.jumbotron {*/
        /*border-bottom: 0;*/
    /*}*/
    #logo{
        height: 40px;
        max-width: 140px;
    }
}
@media (max-width: 768px) {
    #logo{
        height: 40px;
        max-width: 140px;
        border: 2px solid red;
    }
    .stationbtn img{
        max-width: 100px;
    }
    #stationTitle{
        font-size: 10px;
    }
    .container{
        /*padding: 0 3px;*/
    }
}
@media (min-width: 768px) {
    #logo{
        height: 40px;
        max-width: 140px;
        border: 1px solid greenyellow;
    }
    .stationbtn img{
        max-width: 160px;
    }
    #stationTitle{
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    #logo{
        height: 60px;
        max-width: 190px;
        border: 1px solid blue;
    }
    .stationbtn img{
        max-width: 180px;
    }
    #stationTitle{
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    #logo{
        height: 80px;
        max-width: 280px;
        border: none;
    }
    .stationbtn img{
        max-width: 200px;
    }
    #stationTitle{
        font-size: 22px;
    }
}



/************ KERA *********/
#player-part,#info-display,.active-tab,#playerBox,#ondemandBox{
    background: rgb(217,217,217);
}
#player-part,#info-display{
    min-height: 100px;
}
#tabs-line, .stationLine{
    background: rgb(191, 191, 191);
}
.socialBtn{
    width: 24px;
}
.radiotab, .active-tab{
    font-weight: bold;
    font-size: 20px;
}
#socials{
    padding: 5px;
}
.stationLine{
    /*min-height: 50px;*/
    margin: 10px 0 10px 0;
    padding: 0;
    background: rgb(242,242,242);
}
.stationLine .stationPlayBtnBox{
    float: left;
}
.stationLine .stationPlayBtnBox .playBtn{
    width: 70px;
    height: 70px;
    margin: 10px;
    margin-right: -80px;
    font-size: 28px;
    color: #fff;
    padding: 16px 0;
    text-align: center;
}
.playBtn{
    cursor: pointer;
}
.stationLine .stationDetailsBox{
    padding: 15px;
    float: left;
    margin-left: 80px;
    min-width: 130px;
}
.stationLine .stationLogo{
    margin: 0 0 10px 0;
    max-height: 28px;
}
.stationLine .stationTitle{
    font-size: 21px;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#info-display img{
    max-width: 100%;
    max-height: 260px;
    margin: 0 auto 10px auto;
}
@media (min-width: 992px){
    #info-display img{
        margin: 20px auto;
    }
}
/***** END KERA ******/

#playBtn0{
    background: rgb(0, 87, 170);
}
#playBtn1{
    background: rgb(181, 18, 27);
}
.noStreams{
    background: #ccc !important;
}
.segmentLine{
    background: rgb(242,242,242);
    margin-bottom: 1px;
}
.ondemandStationRow,
.letterRow{
    padding: 2px 10px;
    background: rgb(177, 182, 183);
}
.ondemandProgramRow{
    margin: 2px 10px;
    display: block;
    border-bottom: 1px solid rgba(177, 182, 183, 1);
}
.programSegmentRow{
    margin: 5px 10px;
    padding: 5px 10px;
    border-bottom: 1px solid rgb(177, 182, 183);
}

#ondemandBox .row.text-center .sort-link-active {
    color: #000000;
    text-decoration: none;
}
#ondemandBox .row.text-center .sort-link-inactive {
    color: #105cb6;
    text-decoration: underline;
    cursor: pointer;
}

.view2 .ondemandProgramRow {
    color: darkred;
}
.view2 .programSegmentRow{
    color: dodgerblue;
}