body {overflow: hidden;}
main {background-color: unset;}
main .container{
    background-color: unset;
}
a {
    color: #990000;
}
header .partner-container .partner_player_bg {
    background-color: #d2d2d2;
}
.partner_player {
    background-color: #d2d2d2;
}
.partner_player .active {
    background-color: #b1b1b1;
}
.partner_player_top {
    background-color: #b1b1b1;
}
main .container .channel-list .channel-item {
    background-color: rgba(255, 255, 255, .8);
}
.header-logo{
    background-color: #e31d1a;
}
.header-logo .slogan-container {
    background-image: url(/static/image/hitfm/HitFM_slogan_300.png);
}
.full_bar {
    background-color: white;
}
.scrubber {
     background: unset;
    background-color: #a80000;
}
.header-logo .logo a img {
    margin-top: 15px;
}
main .container .channel-list .channel-item .item-container {
background-color: unset;
}
main .container .channel-list .active .item-container {
    color: white;
    background-color: #e31d1a;
}
main .container .channel-list .active .item-container::before {
    color: white;
}
main .container .channel-list .channel-item .item-container:hover {
    background-color: #e31d1a;
    color: white;
}
main .container .item-container {
    color: #a80000;
}
.channel-centre-title{
    background-color: #e3e3e3;
    color: #424242;
}
.channel-centre-title-one{
    background-color: #e31d1a;
    color: white;
}
.channel-centre, .left-centre-content {
    color: #424242;
}
.tunein-player-bottom {
    background-color: #e3e3e3;
}
input[type="checkbox"].ios8-switch:checked + label:before {
    background: #a80000;
}

@media only screen and (max-width: 600px){
    body {
        overflow: unset;
    }
    .header-logo .logo a img {
        margin-top: 11px;
    }
    #mlp-1 .stop:before, .player-container .play:before {
        color: #e31d1a;
    }

    .channel-btns {
        color: #e31d1a;
    }
    .hd_text {
        color: #e31d1a;
    }
    .container .item-3 {
        background: #fff;
    }
    #selectChannel, .fa-angle-down {
        color: #E31D1A;
    }
}

@media (min-width: 768px) {
    .container>.item {
        height: max-content;
    }
}

.podcast-pages,
.podcast-date {
    color: #a80000;
    text-align: center;
    margin-bottom: 5px;
}
.current-date {
    border: none;
    border-bottom: 1px dashed #a80000;
    font-weight: bold;
    width: auto;
	max-width: 70px;
    color: #a80000;
    cursor: pointer;
	text-align: center;
	letter-spacing: 1px;
}
.podcast-list .active a {
    color: #fff;
}
.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}
.podcast-date>div {
	width: max-content;
	margin: 0 auto;
	padding: 0 20px;
}
.l-0 {
	left: 0;
}
.r-0 {
	right: 0;
}
#datepicker_podcast {
    background: inherit;
}
.box-datepicker-footer,
#ui-datepicker-div {
    left: 50%!important;
}
.box-datepicker-footer {
    position: absolute;
    top: 400px;
    z-index: 1;
}
#ui-datepicker-footer {
    height: 30px;
    width: 300px;
    margin-top: 1px;
    background: #EAE8E9;
}
#ui-datepicker-footer span {
    line-height: 30px;
    padding: 0 14px;
    vertical-align: middle;
    cursor: pointer;
    color: #a80000;
}
#ui-datepicker-footer .nextDay {
    float: right;
}
.date-prev,
.date-next,
.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    margin: 8px 11px;
    background-image: url(/static/image/ui-icons_bd0007_256x240.png);
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-datepicker-prev {
    left: 3px;
    background-position: -131px -79px;
}
.ui-datepicker-next {
    right: 3px;
    background-position: -142px -79px;
}
.ui-datepicker-header,
.ui-datepicker-calendar,
#ui-datepicker-footer {
    position: relative;
    left: -150px;
    width: 300px;
}
.ui-datepicker-header {
	border-bottom: 1px solid #fff;
    display: flex;
    background: #EAE8E9;
}
.ui-datepicker-calendar th {
    background: #EAE8E9;
}
.ui-datepicker th {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0.4em .3em;
}
.ui-datepicker th:first-child {
    border-left: 0 !important;
}
.ui-datepicker th:last-child {
    border-right: 0 !important;
}
.ui-datepicker table {
    height: 185px;
    border-collapse: collapse;
    background: #fff;
}
.ui-datepicker table td {
    padding: 0;
}
.ui-state-active {
    background: #df2721 !important;
    color: #fff;
    display: block;
}
.ui-datepicker-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EAE8E9;
    height: 35px;
}
.ui-datepicker-calendar {
    width: 300px;
    text-align: center;
}
.podcast-play {
    min-width: 40px;
    padding-top: 4px;
    text-align: center;
}
.podcast-title {
    font-weight: bold;
}
.podcast-item span {
    color: #a80000;
}
.podcast-item:hover {
	background: #e31d1a;
}
.podcast-item:not(.active):hover svg {
	fill: #fff;
}
.podcast-item:hover span {
	color: #fff;
}
.podcast-item:not(.active) {
	cursor: pointer;
}
.podcast-item {
	cursor: default;
    display: flex;
    padding: 10px 0;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, .8);
}
.podcast-list .active {
    background: #e31d1a;
}
.podcast-list .active span {
    color: #fff;
}
.podcast-item svg {
    fill: #e31d1a;
    stroke: #e31d1a;
    width: 25px;
}
#podcast.active .song-container {
	display: none;
}
/*.podcast-list .active svg {
    fill: #fff;
    stroke: #fff;
}*/
.channel-list #podcast .song-container {
	font-weight: normal;
}
.podcast-date input {
	font-family: 'Fira Sans Condensed', sans-serif!important;
}

