/* SENDEPLAN */
*:focus {
	outline: none;
}

.program {
		-webkit-text-size-adjust: none;
}

.program details {
	outline: none;
}

summary {
	list-style-image: none;
	display: block;
}
summary::-webkit-details-marker {
	display:none;
}
summary::-moz-list-bullet {
	list-style-type: none;
	display: block;
}
summary::marker {
	display: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.no-padding {
	padding: 0 !important;
}





dl, dt, dd {
	margin: 0;
	padding: 0;
}
dl {
	font-size: 0;
}
dt, dd {
	font-size: 13px;
}
dt {
	font-weight: bold;
}
dt:after {
	content:": ";
}
dt.no-after:after {
	content:"";
}

.page-wrap {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 }

.browse.bottom {
	margin-top: 5px;
}
.browse span {
	text-align: center;
	display: inline-block;
	color: #80BA27;
	border: 1px solid #80BA27;
	margin: 0 5px 5px 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
}
.browse span.active {
	color: #747373;
	border: 1px solid #747373;
	cursor: default;
	width: 48px;
	padding: 6px 3px;
}
.browse span.last {
	margin-right: 0 !important;
}
.browse span a {
	display: inline-block;
	width: 48px;
	padding: 6px 3px;
}

.browse.browse-7 span {
	margin: 0 4px 5px 0;
}
.browse.browse-7 span.active,
.browse.browse-7 span a {
	width: 71px;
	padding: 8px 5px;
}
.browse.browse-9 span {
	margin: 0 7px 5px 0;
}
.browse.browse-9 span.active,
.browse.browse-9 span a {
	width: 53px;
}

.program dl, .program dt, .program dd, .program ol, .program ul, .program li {
	margin: 0;
	padding: 0;
}
.program ol, .program ul, .program li {
	list-style-type: none;
}

.nav {
	background: #80BA27;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.nav ul {
	list-style-type: none;
	display: block;
}
.nav ul li {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	width: 132px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.nav ul li.next {
	text-align: right;
	margin-right: 3px;
	width: 119px;
	height: 27px;
}
.nav ul li.next a {
	padding: 4px 27px 0 0;
	height: 27px;
	display: block;
	box-sizing: border-box;
	background: url(../img/schedule-sprite.svg) right -29px no-repeat;
	*background: url('../img/schedule-sprite.png') right -29px no-repeat;
	background: url('../img/schedule-sprite.png') right -29px no-repeat\9;
	color: #fff;
}
.nav ul li.prev {
	text-align: left;
	margin-left: 3px;
	width: 119px;
	height: 27px;
}
.nav ul li.prev a {
	padding: 4px 0 0 27px;
	height: 27px;
	display: block;
	box-sizing: border-box;
	background: url(../img/schedule-sprite.svg) -1px -1px no-repeat;
	*background: url('../img/schedule-sprite.png') -1px -1px no-repeat;
	background: url('../img/schedule-sprite.png') -1px -1px no-repeat\9;
	color: #fff;
}
.nav ul li.today {
	display: inline-block;
	color: #fff;
	text-align: center;
	width: 332px;
	padding-top: 4px;
	font-size: 18px;
}
.nav ul li.today select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background: #80ba27;
	border: none;
	font-family: inherit;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	
}
.nav ul li.today option {
	text-align: center;
	font-weight: normal;
	font-size: 10px !important;
	
}



.summary, .details {
	padding: 4px 10px 4px 10px;
}
summary {
	cursor: pointer;
}


/*
details[open] .details {
	background: rgba(128, 186, 39, .25);
}
*/

/*
details summary ~ * {
	animation: slide-up 2s ease-in-out;
	overflow-y: hidden;
	max-height: 10000px;
	box-sizing: border-box;
}
details[open] summary ~ * {
	animation: slide-down 2s ease-in-out;
	overflow-x: hidden;
	max-height: 10000px;
	box-sizing: border-box;
}


@keyframes slide-up {
  0%    { max-height: 10000px; }
  100%  { max-height: 0px; }
}
@keyframes slide-down {
  0%    { max-height: 0px; }
  100%  { max-height: 10000px; }
}
*/


.program.playlist .details li {
	padding: 4px 0;
}




.section:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 4px 16px 4px 12px;
	font-size: 0;
	background: url(../img/schedule-sprite.svg) -1px -57px no-repeat;
	*background: url('../img/schedule-sprite.png') -1px -57px no-repeat;
	background: url('../img/schedule-sprite.png') -1px -57px no-repeat\9;
}
details[open] .section:before,
.open .section:before {
	background: url(../img/schedule-sprite.svg) -1px -72px no-repeat;
	*background: url('../img/schedule-sprite.png') -1px -72px no-repeat;
	background: url('../img/schedule-sprite.png') -1px -72px no-repeat\9;
}

.program .section .time {
	text-align: left;
	width: 66px;
	line-height: 24px;
}

.section {
	line-height: 13px;
	background: rgba(128, 186, 39, .25);
	padding: 4px;
}
.section .title {
	position: absolute;
	line-height: 24px;
	display: inline-block;
	font-weight: bold;
}

.button {
	cursor: pointer;
}


.program .summary,
.program .details {
	font-size: 13px;
	display: block;
}
.program .time {
	display: inline-block;
	position: absolute;
	font-weight: bold;
	text-align: right;
	width: 100px;
}
.program.playlist .details .time {
	text-align: left;
	padding-left: 46px;
	width: 54px;
}

.program li div.info {
	padding-left: 120px;
}
.program .summary div.name {
	font-weight: bold;
}

.program .details div.description {
	display: block;
	margin-left: 70px;
}
.program .details div.with {
	display: block;
}

.program .details div.artwork {
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	padding-right: 20px;
}
.program .details a {
	font-size: 13px;
	font-weight: normal;
	float: right;
}


.program .content li {
	border-top: 1px solid #d9eabe;
}
.program .content > ol > li:last-of-type {
	border-bottom: 1px solid #d9eabe;
}


.program .current {
	background: rgba(128, 186, 39, .25);
}




.program .nav+.content . {
	margin-top: -1px;
}
.program .content+nav {
	margin-top: -1px;
}

.program .summary {
	padding-left: 10px;
}

/*
.program dd {
	margin-left: 110px;
	padding: 0 10px 10px 0;
}
.program dd div.title {
}
*/

/* BROWSEBOX (inaktiv)
div.browsebox {
	margin: 0 0 9px 0;
	padding: 0;
	margin-top: 6px;
}
div.browsebox a {
	margin: 0 6px 6px 0;
	padding: 4px 9px;
	width: 98px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	background-color: #80BA27;
	color: #FFF;
}
div.browsebox a.active {
	text-decoration: underline;
}
div.browsebox a.top {
	margin-top: 0;
}
div.browsebox a.last {
	margin-right: 0;
}
*/

/*
.shows dt span {
	float: right;
	width: 105px;
}
.shows dd {
	margin-left: 0;
	margin-right: 115px;
	padding: 0 10px 10px 10px;
}
*/