* {
    font-family: Helvetica;
}

body {
	zoom: 100%;
	margin: 0px;
}

.current-date {
	background: #eeeeee;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

/* Date-Picker */

.date-item {
	padding: 10px;
	border-bottom: 1px solid #dddddd;
	/*text-align: center;*/
	cursor: pointer;
}

.date-item:last-child {
	border-bottom: none;
}

.date-item:hover {
	background: #dddddd;
}

.date-item.selected {
	color: red;
}

.modal-base {
	position: fixed; 
	z-index: 25;
	background: #ffffff;
	animation-duration: 0.3s;
	animation-name: bounceIn;
}

.modal-date-picker {
	position: fixed;
	left: 100px;
	top: 50px;
	border-radius: 5px;
	/*width: 150px;*/
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	/*height: 270px;*/
}

/* current time marker */

.marker {
    width: 3px;
    background-color: #cc0000;
    height: 100%;
    position: absolute;
    left: 0px;
	top: 0px;
	/*bottom: 0px;*/
    z-index: 3;
}

/* Header */

.header-placeholder { /* ADAM */
	height: 50px;
}

.header-content {
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
	height: 50px;
    /*height: 4rem;*/
    border-bottom: 1px solid #e1e1e1;
    padding: 0 1.5rem;
    background: #fff;
	
	vertical-align: middle;
	line-height: 50px;
}

/* ADAM */
.schedule-container {
	position: relative;
}

.time-marker {
	position: absolute;
	left: 0px;
	z-index: 7;
	background: #cc0000;
	color: white;
	border-radius: 3px;
	width: 50px;
	text-align: center;
}

.modal-overlay {
	opacity:    0.5; 
	background: #000; 
	width:      100%;
	height:     100%; 
	z-index:    20;
	top:        0; 
	left:       0; 
	position:   fixed; 
}

.modal-box {
	opacity: 1.0; 
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	position: fixed; 
	z-index: 25;
	background: #ffffff;
	animation-duration: 0.3s;
	animation-name: bounceIn;
	overflow: scroll;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  70% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.modal-padding {
	padding: 20px;
}

.modal-box h3.titleSub {
	color: #666666;
	font-weight: normal;
}

.modal-box .image {
	text-align: center;
	padding-top: 1em;
}

/*.channel {
	width: 320500px;
	height: 50px;
}

.ch_name {
	border-bottom: 1px solid grey;
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;	 fake -- to vertically align text 
}

.ch_timeline {
	border-bottom: 1px solid grey;
	display: inline-block;
	height: 50px;
	width: 320000px;
}

.prog {
	background: #ffffff;
	border: 1px solid grey;
	display: inline-block;
	height: 50px;
	overflow: hidden;
	vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.prog.placeholder {
	background: #dddddd;
	border: none;
	border-bottom: 1px solid grey;
}

.prog_duration {
	color: grey;
	font-size: 0.8em;
	display: block;
}

.prog_title {
	display: block;
}

.day {
	background: #cccccc;
	border: 1px solid grey;
	display: inline-block;
	height: 50px;
	overflow: hidden;
	vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.channels {
	vertical-align: top;
	width: 150px;
	display: inline-block;
}

.timelines {
	vertical-align: top;
	width: calc(100% - 160px);
	overflow: scroll;
	display: inline-block;
}*/

.centered-200 {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
}


.tv-logo {
    width: calc(100% - 10px);
	vertical-align: middle;
}

.schedule-row-channel-container {
    text-align: center;
    line-height: 70px;
}

/* SEZNAM */

ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
	list-style: none;
}

.schedule-row-schedule {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.schedule-row-schedule-channel {
    height: 4.5rem;
}

.schedule-row-programmes {
	/*background: #f0f0f0;	 ADAM */
    position: relative;		/* ADAM: Removing this row causes Safari on iPad to crash... */
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    list-style: none;
}

.schedule-row-programme {
    position: absolute;
    top: 0;
    height: 100%;
}

.row-tv-programme {
    width: 100%;
    height: 100%;
    padding: .5rem 0 .5rem 1rem;
    box-sizing: border-box;
    left: -1px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    white-space: nowrap;
    background: #fff;
    overflow: hidden;
    transition: width .1s ease-in-out,box-shadow .1s ease-in-out;
}

.row-tv-programme.past {
	background-color: #f5f5f5;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);
	color: #888888;
}

.row-tv-programme.current {
/*	background-color: #f5f5f5;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,.5) 35px, rgba(255,255,255,.5) 70px);*/
	color: #cc0000;
}

.row-tv-programme-title {
    line-height: 1.5rem;
    margin: 0 0 .25rem;
    font-size: .875rem;
}

h1 {
    display: block;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.schedule-row-time-axis-container, .schedule-row-time-axis-container-placeholder {
    top: 0rem;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    z-index: 4;
	overflow: hidden;	/* ADAM */
}

.sticky-container {
    position: -webkit-sticky;
    position: sticky;
}

.schedule-row-time-axis {
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #505050;
    font-size: 1rem; /*.6875rem;*/
    font-weight: 700;
    background: #f1f1f1;
}

.schedule-row-time-axis-point {
    float: left;
    width: 19rem;
    height: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.schedule-row-channels-container, .schedule-row-channels-container-placeholder {
    left: 0;
    width: 0;
    height: 0;
    z-index: 3;
}

.schedule-row-channels {
    width: 4.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}

.schedule-row-channel {
    width: 100%;
    height: 4.5rem;
    box-sizing: border-box;
    /*text-indent: -4999.5rem;*/
	font-size: 6pt; /* ADAM */
    border-right: 2px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.schedule-row-channel-container {
    width: 100%;
    height: 100%;
    margin: 0;
}

.row-tv-programme-content {
    display: inline-block;
}

.row-tv-programme-time {
    line-height: 1rem;
    font-size: .75rem;
}

/*.modal h2 {
	margin-top: 0px;
}

.modal h3.time {
	color: #666666;
	font-weight: normal;
}

.modal h3.titleSub {
	color: #666666;
	font-size: 0.2em;
	font-weight: normal;
}*/