#channelCanvas {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: rgba(38, 35, 36, 0.6);
}

#scrollingCanvas {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: rgba(38, 35, 36, 0.6);
}

/* common left-side elements */

/* left side area, top to bottom, not visible */
div.leftBar {
  margin-left: 40px;
  width: 295px;
  height: 680px;
}

/* left side bar at very top of screen */
div.topBar {
  width: 295px;
  height: 20px;
  /*background-color: rgba( 38, 35, 36, 0.9 );*/
  background-color: transparent;
}

/* menu item text */
span.menuText {
  width: 295px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  color: white;
}

#imgSlider {
  height: auto;
  min-height: 400px;
  width: 100%;
  min-width: 800px;
  background-size: contain;
  background: transparent;
}

/* guide elements */

/* currently selected event info area */
div#eventDetails {
  height: 310px;
  width: 280px;
  background-color: rgba(38, 35, 36, 0.6);
}

/* currently selected event play time "4:00 - 4:30pm" area */
div#eventTime {
  padding-left: 8px;
  padding-top: 30px;
}

/* currently selected event full title area */
div#eventTitle {
  padding-left: 20px;
  padding-top: 10px;
  width: 255px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}

div#eventTitleDetails {
  padding-left: 8px;
  padding-top: 8px;
  width: 70%;
  text-align: left;
}

/* currently selected event description area */
div#eventDescription {
  padding-left: 8px;
  padding-bottom: 10px;
  width: 94%;
  text-align: left;
  box-sizing: border-box;
}

/*  guide grid area */
div#eventGrid {
  /* overflow: scroll;*/
  position: absolute;
  overflow-x: scroll;
  overflow-y: visible;
  width: 7200px;
  height: 610px;

  top: 20px;

  display: block;
  /* backgroundcolor: transparent; */
  background-color: transparent;
}

div#channelColumn {
  /*left: 325px;*/
  width: 295px;
  height: 581px;
  z-index: 103;
  overflow: hidden;
  margin-right: 0px;
}

div#date_channel_bar {
  float: left;
  width: 295px;
}
div#timeRow {
  top: 16px;
  left: 547px;
  width: 600px;
  height: 62px;
  position: absolute;
  z-index: 102;
  overflow: hidden;
}

table#timeRowTable {
  table-layout: fixed;
  width: 600px;
}

table#timeRowTable tbody tr td {
  width: 178px;
  font-family: LG Display-Regular;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  background-color: rgba(38, 35, 36, 0.6);
}

table#channelColumnTable {
  table-layout: fixed;
  width: 200px;
  margin: 0;
  padding: 0;
  border: 0;
  /* backgroundcolor: transparent; */
  background-color: transparent;
}

div#eventsDate {
  top: 18px;
  /*left: 325px;*/
  width: 293px;
  height: 56px;
  z-index: 104;
  text-align: center;
  line-height: 56px;
  background-color: rgba(38, 35, 36, 0.6);
}

/* turn off scrollbars for the scrolling grid */
/*::-webkit-scrollbar
{
    display: none;
}*/

/* event grid table */
table#eventTable {
  table-layout: fixed;
  background-color: white;
}

/* event grid first row, cells like "4:30pm" */
thead td {
  width: 178px;
  height: 60px;
  text-align: center;
  background-color: rgba(38, 35, 36, 0.6);
  font-family: LG Display-Regular;
  font-size: 21px;
  font-weight: normal;
}

/* top left cell of the event grid "Friday 5/16" */
td#eventsDate {
  width: 218px;
}

/* first column of event grid, channel info "18 E! HD" */
td.channelColumn {
  width: 230px;
  text-align: left;
}

div.channelBlock {
  line-height: 53px;
}

/* event grid rows other than the top row, channel info cells */
/*tbody td
{
   width: 180px;
   height: 60px;
   text-align: center;
   background-color:rgba(38,35,36,0.6);
   padding:0px;
}*/

div#scrollingEventsDiv {
  width: 600px;
  height: 640px;
  overflow: hidden;
  float: left;
}

div#channelIcon {
  float: right;
  margin: 8px;
}

table#scrollingEventsTable {
  width: 3600px; /* TODO should be calculated 48hours * 180px/halfhour */
  margin: 0;
  padding: 0;
  border: 0;
}

/* event cells */
td.eventRow {
  text-align: left;
  color: white;
  word-wrap: break-word;
  padding: 0px;
  margin: 0px;
}

/* event cells area */
div.eventBlock {
  display: inline-block;
  text-align: center;
  height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  line-height: 55px;
  margin-right: -3px;
  background-color: rgba(38, 35, 36, 0.3);
}

/* channel number only */
span.channelNumber {
  width: 50px;
  height: 60px;
  font-family: LG Display-Regular;
  font-size: 18px;
  font-weight: normal;
  text-align: right;
  padding-left: 20px;
}

/* channel name only */
span.channelName {
  width: 205px;
  height: 60px;
  font-family: SourceSansProRegular;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin: 0px;
  text-align: left;
  padding-left: 10px;
}

/* tv screen */

/* current channel info overlay area */
div#tvOverlay {
  position: absolute;
  top: 550px;
  left: 140px;
  width: 765px;
  height: 120px;
  /* align: center; */
  text-align: center;
  background-image: url('../images/topo.jpg');
  z-index: 50;
}

/* current channel event name */
span.eventName {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #a0072b;
}

/* current channel event description */
span.eventDescription {
  position: absolute;
  top: 40px;
  left: 15px;
  color: black;
}

/* current channel event times "4:00 - 4:30pm" */
span.eventTimes {
  position: absolute;
  top: 10px;
  right: 20px;
  color: black;
}

/* current time area */
div#bannerTime {
  position: absolute;
  top: 90px;
  left: 0px;
  width: 200px;
  height: 30px;
  background: rgba(38, 35, 36, 0.6);
  text-align: center;
}

/* current channel logo */
div#bannerChannelLogo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 85px;
  background: rgba(38, 35, 36, 0.6);
  text-align: center;
}

/* current channel event info area */
div#bannerEventArea {
  position: absolute;
  top: 0px;
  left: 200px;
  width: 525px;
  height: 120px;
}

/* hotel logo */
div#bannerLogo {
  position: absolute;
  top: 0px;
  left: 725px;
  width: 200px;
  height: 120px;
  background: rgba(38, 35, 36, 0.6);
}

/* billboard screen elements */

/* billbaord image */
div#billboard {
  left: 335px;
  top: 175px;
  width: 835px;
  height: 470px;
  background: #000;
  position: absolute;
  color: white;
}

div#billboardMenu {
  height: 470px;
  text-align: center;
}

/* logging */
div#logLines {
  background: white;
  color: black;
  margin: 5px;
  padding: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 660px;
  width: 1200px;
  font-family: SourceSansProRegular;
  font-size: 10px;
  line-height: 14px;
  font-weight: normal;
  display: none;
}

/* text types */

span.h1 {
  font-family: LG Display-Regular;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
}

span.h2 {
  font-family: LG Display-Regular;
  font-size: 21px;
  font-weight: normal;
}

span.h3 {
  font-family: LG Display-Regular;
  font-size: 18px;
  font-weight: normal;
}

span.h4 {
  font-family: SourceSansProRegular;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
  text-transform: uppercase;
}

span.h5 {
  font-family: SourceSansProItalic;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

span.h6 {
  font-family: SourceSansProRegular;
  font-size: 16px;
  line-height: 24px;
  /*padding-left:10px;*/
  font-weight: normal;
  /*margin-left:10px;*/
}

span.h7 {
  font-family: SourceSansProRegular;
  font-size: 10px;
  line-height: 20px;
  font-weight: normal;
}

/* font definitions */

@font-face {
  font-family: LG Display-Regular;
  src: url('../resources/epg/fonts/SourceSansPro-Semibold.otf');
}

@font-face {
  font-family: SourceSansProRegular;
  src: url('../resources/epg/fonts/SourceSansPro-Regular.otf');
}

@font-face {
  font-family: SourceSansProItalic;
  src: url('../resources/epg/fonts/SourceSansPro-It.otf');
}

div#eventsDiv {
  position: absolute;
  width: 800px;
  height: 620px;
}

/********************************************** REMOVE THIS THIS!!!!!!!!! ************************/
#brokenTable {
  display: none !important;
}
/********************************************** REMOVE THIS THIS!!!!!!!!! ************************/
