/**
 * Fonts
 */
@charset "UTF-8";
@font-face {
  font-family: "rdm-schedule";
  src:url("fonts/rdm-schedule.eot");
  src:url("fonts/rdm-schedule.eot?#iefix") format("embedded-opentype"),
    url("fonts/rdm-schedule.woff") format("woff"),
    url("fonts/rdm-schedule.ttf") format("truetype"),
    url("fonts/rdm-schedule.svg#rdm-schedule") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "rdm-schedule" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="rdm-icon-"]:before,
[class*=" rdm-icon-"]:before {
  font-family: "rdm-schedule" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rdm-icon-14:before {
  content: "a";
}
.rdm-icon-cc:before {
  content: "b";
  font-size: 25px;
}
.rdm-icon-dvs:before {
  content: "c";
  color: #5F5F5F;
  line-height: 33px;
  font-size: 26px;
}
.rdm-icon-g:before {
  content: "d";
}
.rdm-icon-pg:before {
  content: "e";
}
.rdm-icon-left:before {
  content: "f";
}
.rdm-icon-down:before {
  content: "g";
}
.rdm-icon-up:before {
  content: "h";
}
.rdm-icon-right:before {
  content: "i";
}

/*
* Schedule
*/
body.main-schedule-view main {
}

body.main-schedule-view h1 {
}

body.main-schedule-view main aside.sidebar {
	margin-top: 98px;
}

section.schedule {
	width: 670px;
}

section.schedule .bookmarks {
	position: relative;
	height: 30px;
	width: 100%;
}

section.schedule .bookmarks .left-bookmarks {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	left: 0;
}

section.schedule .bookmarks .right-bookmarks {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	right: 0;
}

section.schedule .bookmarks .left-bookmarks span, section.schedule .bookmarks .right-bookmarks span {
	font-size: 18px;
	font-weight: 200;
	color: #3b3b3b;
	cursor: pointer;
}

section.schedule .bookmarks .left-bookmarks span:first-child:after, section.schedule .bookmarks .right-bookmarks span:first-child:after {
	content: ' | ';
	font-weight: 200;
	color: #3b3b3b;

}

section.schedule .bookmarks span.current-bookmark-week, section.schedule .bookmarks span.current-bookmark-time {
	color: #00b7de;
	font-weight: 600;
	text-transform: uppercase;
}


.schedule-container .schedule-navi-up, .schedule-container .schedule-navi-down {
	position: relative;
	width: 100%;
	height: 38px;
	background-color: #e6e6e6;
	cursor: pointer;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	-ms-transition: background .2s;
	transition: background .2s;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.schedule-container .schedule-navi-up:hover, .schedule-container .schedule-navi-down:hover {
	background-color: #b8b8b8;
}

.schedule-container .schedule-navi-up:hover span, .schedule-container .schedule-navi-down:hover span {
	color: #EEEEEE;
}

.schedule-container .schedule-navi-up:active, .schedule-container .schedule-navi-down:active {
	background-color: #858383;
}

.schedule-container .schedule-navi-up span, .schedule-container .schedule-navi-down span {
	position: absolute;
	left: 318px;
	top: 8px;
	height: 7px;
	width: 30px;
	font-size: 27px;
	color: #A09F9F;
}

.schedule-view {
	position: relative;
	border: 1px solid #c9c9c9;
	margin: 8px 0px 8px 0px;
	height: 640px;
	overflow: hidden;
}
.schedule-view .schedule-day {
	display: inline-block;
	position: absolute;
	width: 100%;
}

.schedule-view .schedule-day .time-slot {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #c9c9c9;
	color: #403f3f;
	padding-top: 22px;
}

.schedule-view .schedule-day .time-slot .show-time {
	margin-left: 20px;
	width: 90px;
	text-align: right;
	font-size: 32px;
	font-weight: 200;
	float: left;
}
.schedule-view .schedule-day .time-slot .show-time span{
	font-size: 16px;
	vertical-align: super;
	padding: 3px 3px;
	position: absolute;
}

.schedule-view .schedule-day .time-slot .show-name:before {
	content: '|';
	color: #c6c6c6;
	padding-right: 10px;
}

.schedule-view .schedule-day .time-slot .show-name {
	font-size: 20px;
	position: absolute;
	left: 165px;
	text-overflow: ellipsis;
  	overflow: hidden;
  	white-space: nowrap;
  	width: 350px;
}

.schedule-view .schedule-day .time-slot .show-name a {
	color: #403f3f;
}

.schedule-view .schedule-day .time-slot .show-name a:hover {
	color: #8b8b8b;
}

.schedule-view .schedule-day .time-slot .show-description {
	font-size: 13px;
	position: absolute;
	left: 165px;
	color: #a4a4a4;
	margin: 23px 0 0 16px;
	cursor: pointer;
}

.schedule-view .schedule-day .time-slot .show-description:hover {
	color: #8b8b8b;
}


.schedule-view .schedule-day .time-slot .show-shortDescription, 
.schedule-view .schedule-day .time-slot .show-showLength,
.schedule-view .schedule-day .time-slot .show-originalAirDate,
.schedule-view .schedule-day .time-slot .show-genre, 
.schedule-view .schedule-day .time-slot .show-episode-title,
.schedule-view .schedule-day .time-slot .show-season-number,
.schedule-view .schedule-day .time-slot .show-episode-number  {
	display: none; 
}

.schedule-view .schedule-day .time-slot .show-tags {
	font-size: 12px;
	float: right;
	margin-top: 4px;
	padding-right: 25px;
}

.schedule-view .schedule-day .time-slot .show-tags span {
	float: left;
	color: #000000;
	width: 25px;
	height: 25px;
	font-size: 28px;
	margin-right: 9px;
}

.schedule-view .schedule-day .time-slot .show-tags .new-tag {
	width: 41px;
	height: 22px;
	padding: 5px 0px 0px 7px ;
	margin-top: 2px;
	margin-left: 15px;
	font-size: 12px;
	font-weight: 500;
	font-weight: bold\9;
	color: #FFFFFF;
	background-color: #5D6D79;
	border-radius: 2px;
	behavior: url("../js/PIE.htc")\9;
	text-transform: uppercase;
}

.schedule-view .schedule-day .current-day-time {
	background-color: #f2fdff;
	color: 	#00b7de;
}

.schedule-container .day-picker {
	width: 100%;
	height: 65px;
	position: relative;
	margin-bottom: 7px;
}

.schedule-container .day-picker-view {	
	position: absolute;
	left: 0;
	width: 2000px;
}

.schedule-container .day-picker-container {
	width: 614px;
	height: 65px;
	overflow: hidden;
	position: absolute;
	left: 32px;
}

.schedule-container .day-picker .navi-left, .schedule-container .day-picker .navi-right {
	width: 30px;
	height: 65px;
	background-color: #e6e6e6;
	display: inline-block;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	-ms-transition: background .2s;
	transition: background .2s;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: absolute;
}

.schedule-container .day-picker .navi-left {
	left: 0;
}

.schedule-container .day-picker .navi-right {
	right: 0;
}

.schedule-container .day-picker .navi-left:hover, .schedule-container .day-picker .navi-right:hover {
	background-color: #a0a0a0;
}

.schedule-container .day-picker .navi-left span {
	width: 18px;
	height: 31px;
	position: absolute;
	top: 19px;
	left: -2px;
	font-size: 32px;
	color: #AAAAAA;
}

.schedule-container .day-picker .navi-left span:hover, .schedule-container .day-picker .navi-right span:hover {
	color: #EEEEEE;
}

.schedule-container .day-picker .navi-right span {
	width: 18px;
	height: 31px;
	position: absolute;
	top: 19px;
	left: 1px;
	font-size: 32px;
	color: #AAAAAA;
}
	
.schedule-container .day-picker .day-box {
	margin: 0px -1px;
	width: 85px;
	height: 65px;
	background-color: #b8b8b8;
	display: inline-block;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	-ms-transition: background .2s;
	transition: background .2s;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.schedule-container .day-picker .day-box:hover {
	background-color: #a0a0a0;
}

.schedule-container .day-picker .day-name {
	position: absolute;
	padding: 15px 18px;
	font-weight: 200;
	font-size: 22px;
	color: #FFFFFF;
}

.schedule-container .day-picker .date {
	position: absolute;	
	padding: 38px 18px;
	font-size: 14px;
	font-weight: 200;
	color: #FFFFFF;
}

.schedule-container .day-picker .day-box.current {
 	background-color: #00b7de;
 }

.schedule-container .day-picker .day-box.current .day-name {
	color: #a6ebfa;
}

.schedule-container .day-picker .day-box.current .date {
 	font-weight: 600;
}

/**
 * Tooltip css
 */
.rdm-schedule-tooltip-template {
  display: none;
}
.rdm-schedule-tooltip {
  margin-top: 187px;
  z-index: 10;
  color: #6e6e6e;
  position: absolute;
  z-index: 9999;
  width: 365px;
  pointer-events: none;
  font-family: proxima-nova, sans-serif;
}
.rdm-schedule-tooltip,
.rdm-schedule-tooltip * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rdm-schedule-tooltip .rdm-tooltip-body {
  padding: 5px 27px 10px 25px;
  background-image: url(../images/rdm-tooltip-body.png);
  background-repeat: repeat-y;
}
.rdm-schedule-tooltip .rdm-tooltip-showname {
  background-image: url(../images/rdm-tooltip-top-dark-grey.png);
  height: 61px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 26px 0 24px;
  font-weight: bold;
  font-size: 12px;
  position: relative;
}
.rdm-schedule-tooltip .rdm-tooltip-showname span {
  position: absolute;
  bottom: 6px;
  left: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
}
.rdm-schedule-tooltip .rdm-tooltip-videoname {
  color: #4b4b4b;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.rdm-schedule-tooltip .rdm-tooltip-meta {
  font-size: 13px;
  padding: 0 10px;
  margin-top: 4px;
}
.rdm-schedule-tooltip .rdm-tooltip-season {
  padding: 0 10px;
}
.rdm-schedule-tooltip .rdm-tooltip-duration {
  font-weight: bold;
  border-radius: 3px;
  padding: 0 6px;
  display: inline-block;
  border: 1px solid #4b4c4c;
  font-size: 12px;
  margin-right: 3px;
}
.rdm-schedule-tooltip .rdm-tooltip-desc {
  font-size: 13px;
  border-top: 1px solid #a2a2a2;
  margin-top: 12px;
  padding: 12px 10px 0 10px;
  line-height: 1.3;
}
.rdm-schedule-tooltip .rdm-tooltip-arrow {
  background-image: url(../images/rdm-tooltip-bottom.png);
  height: 62px;
}

.rdm-schedule-tooltip {
	z-index: 10;
}

.rdm-schedule-tooltip .rdm-tooltip-desc {
	display: none;
}


.rdm-schedule-tooltip-template.schedule {
	bottom: 0px;
	left: 75px;
	display: none;
	width: 366px;
	position: absolute;
}


/**
 * City On Tonight Widget
 */
.primetime-widget {
	margin-bottom: 55px;
}

.primetime-widget h2 {
	display: inline-block;
	margin-bottom: 11px;
}

.primetime-widget .bcc-carousel-pagination {
	display: none !important;
}

.primetime-widget .bcc-carousel-arrows {
	margin-top: -21px;
}

.primetime-widget li .overlay {
	z-index: 1;
	position: absolute;
	width: 100px;
	height: 57px;
	background-color: rgba(0,0,0,0.0);
    transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
	-ms-transition: background-color .2s;
}

.primetime-widget li .overlay:hover {
	background-color: rgba(0,0,0,0.2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}

.primetime-widget .primetime-widget-right a.show-title:hover {
	color: #8b8b8b;
}

.primetime-widget .bcc-carousel-hook ul {
	margin: 0;
	padding: 0;
}
.primetime-widget .bcc-carousel-hook li {
	width: 240px;
	height: 80px;
	background-color: #f0f0f0;
	float: left;
	margin-right: 7px;
	cursor: default;
}

.primetime-widget .primetime-widget-left {
	float: left;
	padding: 10px 12px;
	position: relative;
}

.primetime-widget .primetime-widget-left .new {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 22px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 600;
	background-color: #e60001;
	padding: 3px 6px;
	text-transform: uppercase;
	z-index: 2;
}	


.primetime-widget .primetime-widget-right {
	padding: 13px 12px 0px 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.primetime-widget .primetime-widget-right .show-title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color: #403f3f;
}

.title-link:before {
	content: '|';
	padding: 0px 7px;
	color: #00b7de;
}
.title-link a {
	color: #00b7de;
	text-transform: uppercase;
	font-size: 17px;
}
.title-link a:hover {
	color: #009dbf;
}

.primetime-widget .primetime-widget-right .show-time {
	color: #2d2d2d;
	font-size: 28px;
	font-weight: 100;
	margin-top: -1px;
	position: relative;
}

.primetime-widget .primetime-widget-right .show-time span {
	font-size: 16px;
	position: absolute;
	top: 2px;
	padding-left: 1px;
}
