/* Radio Station Schedule Custom CSS */

/* Hide schedule end time */

.show-time .rs-sep {
    display: none;
}

/* Hide radio time on schedule */

#master-schedule-controls-wrapper {
	display: none !important;
}

#master-schedule-tabs {
	margin-top: -25px !important;
}

#master-schedule-tab-panels .rs-end-time {
    display: none;
}

.show-title {
    margin-bottom: 3px;
}

.show-time .rs-start-time {
    background-color: #002266;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    padding: 7px 8px;
    border-radius: 3px;
}

.nowplaying .show-time .rs-start-time {
    display: none;
}

/* Hide previously broadcast shows */
.before-current {
    display: show;
}

#master-schedule-tabs-selected-6, #master-schedule-tabs-selected-5, #master-schedule-tabs-selected-4, #master-schedule-tabs-selected-3, #master-schedule-tabs-selected-2, #master-schedule-tabs-selected-1, #master-schedule-tabs-selected-0 {
	display: none !important;
}

.show-title {
	font-weight: bold;
}

.show-time {
    font-size: 1em !important;
}

.show-info {
    position: absolute !important;
		margin-right: 20px;
		width: unset !important;
}

.show-desc {
    font-size: 0.85em !important;
    margin-left: 0px !important;
			position: absolute !important;
		margin-top: 25px;
		margin-right: 20px;
		max-width: unset !important;
}

  /* for smaller screens, show schedule for mobile only  */
@media screen and (max-width: 812px) {
	.show-desc {
		display: none !important;
	}
}

.show-image img {
    height: 100px !important;
		width: 100px !important;
}

.show-image {
    margin-right: 15px !important;
    width: 100px !important;
    text-align: center;
}

.current-show-avatar img {
	  height: 90px !important;
		width: 90px !important;
		box-shadow: 0 0 13px #33333357;
}

#master-schedule-tab-panels .master-schedule-tabs-panel .master-schedule-tabs-show.nowplaying {
    border: 1px solid #b23538 !important;
		background: #F7EAEB;
}

li.master-schedule-tabs-show.nowplaying:after {
    content: "Live Now";
    position: bottom;
    display: inline-block;
    background: #b23538;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
    width: fit-content;
		width: -moz-fit-content; /* for Mozilla Firefox Compatibility */
		padding: 5px 10px 5px 10px;
		border-radius: 5px;
}

#master-schedule-tab-panels .master-schedule-tabs-panel.active-day-panel {
    border: none !important;
	  display: inline-block !important;
}

li.master-schedule-tabs-show {
		padding: 10px;
    border: 1px solid #bbb;
}

#master-schedule-tab-panels .master-schedule-tabs-panel .master-schedule-tabs-show {
    margin-top: 10px !important;
		margin-left: 0px !important;
    margin-right: 0px !important;
}

li.master-schedule-tabs-show:nth-child(even) {
	background-color: #f7f7f7;
}

#master-schedule-tabs .master-schedule-tabs-day.active-day-tab {
    background-color: #002266 !important;
    color: #fff !important;
}

#master-schedule-tabs .master-schedule-tabs-day {
    display: inline-block;
    position: relative;
    min-width: 0px !important;
    margin: 0px;
    cursor: pointer;
    text-align: center;
    background-color: transparent !important;
    color: #333f49 !important;
    font-size: 1em;
    font-weight: bold;
    border: 0px !important;
		border-radius: 0px !important;
    list-style: none;
    margin-left: 0px !important;
    border-bottom: 0;
		padding: 6px 8px;
}

#master-schedule-tabs {
		background-color: transparent;
		overflow-x: scroll; /* Webkit compatibility - enabling scroll horizontally of tabs */
		overflow-y: hidden;
		white-space: nowrap; /* Webkit compatibility - enabling scroll horizontally of tabs */
		scrollbar-width: none; /* for Firefox compatibility - hiding scrollbar */
		-ms-overflow-style: -ms-autohiding-scrollbar; /* for IE10 compatibility - hiding scrollbar */
}

#master-schedule-tabs::-webkit-scrollbar {
  /* Chrome, Safari, Edge compatibility - hiding scrollbar*/
  display: none;
}

.master-schedule-tabs-headings {
    padding: 5px 5px 5px 5px !important;
}

#master-schedule-tabs-header-monday, #master-schedule-tabs-header-tuesday, #master-schedule-tabs-header-wednesday, #master-schedule-tabs-header-thursday, #master-schedule-tabs-header-friday, #master-schedule-tabs-header-saturday, #master-schedule-tabs-header-sunday {
	display: inline-block !important;
}

.shift-left-arrow, .shift-right-arrow {
	display: none !important;
}

#master-schedule-tab-panels .master-schedule-tabs-show .show-info.left-image {
    min-width: unset !important;
}