/*:root {
	 box-sizing: border-box;
	 font-size: 62.5%;
}
 *, *::before, *::after {
	 box-sizing: inherit;
}*/
 body {
	 /*background-color: #745e73;
	 color: #fff;*/
	 margin: 0;
	 -webkit-font-smoothing: antialiased;
}
 a {
	 text-decoration: none;
}
.bg-blue {
    background-color: #0073b7 !important;
}
.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}
.bg-green
{
	background-color: #00a65a !important;
}


.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
	color: #fff !important
}
 .nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

 .swiper-container {
	 width: 100%;
	 height: 100%;
	 /*margin: 50px auto 0;*/
}
 @media screen and (min-width: 800px) {
	 .swiper-container {
		 /*width: 70%;
		 margin-left: 15%;*/
	}
}
 .swiper-slide {
	 background: #fff;
	 color: #333;
	 /*font-size: 3.5rem;*/
	 height:  calc( 100vh - 56px );
	 /*display: flex;*/
	 justify-content: center;
	 /*margin-top: 56px;*/
	 /*align-items: center;*/
	 /*text-align: center;*/
	 overflow-y:auto;
}
 .swiper-container-horizontal > .swiper-pagination {
	 top: 0;
	 bottom: auto;
}
 .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	 margin: 0;
}
 .active-mark {
	 background: #C9D6F8;
	 width: 33.3%;
	 height: 4px;
	 position: absolute;
	 left: 0;
	 top: 52px;
	 transition: left 0.2s ease-out;
}

 .swiper-pagination-bullet {
	 
	 font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	 background-color: #fff;
	 border-radius: 0;
	 box-sizing: border-box;
	 color: #1A4AC5;
	 cursor: pointer;
	 font-size: 2rem;
	 font-weight: normal;
	 opacity: 1;
	 height: 56px;
	 width: 33.3%;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 text-align: center;
	 transition: font-weight 0.22s ease;
	 /*border: 1px solid;*/
    border-bottom: 4px solid #C9D6F8;
}
 .swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active ~ .active-mark {
	 left: 0%;
}
 .swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active ~ .active-mark {
	 left: 33.3%;
}
 .swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active ~ .active-mark {
	 left: 66.6%;
}
 .swiper-pagination-bullet:first-of-type.swiper-pagination-bullet-active ~ .active-mark {
	 left: 0;
}
 .swiper-pagination-bullet-active 
 {
	 font-weight: bold;
	 background-color:#1A4AC5;
	 color:#fff;
}
/* ADMIN LTE */

.box {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border-top: 3px solid #d2d6de;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.box.box-primary {
	border-top-color: #3c8dbc
}

.box.box-info {
	border-top-color: #00c0ef
}

.box.box-danger {
	border-top-color: #dd4b39
}

.box.box-warning {
	border-top-color: #f39c12
}

.box.box-success {
	border-top-color: #00a65a
}

.box.box-default {
	border-top-color: #d2d6de
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
	display: none
}

.box .nav-stacked>li {
	border-bottom: 1px solid #f4f4f4;
	margin: 0
}

.box .nav-stacked>li:last-of-type {
	border-bottom: none
}

.box.height-control .box-body {
	max-height: 300px;
	overflow: auto
}

.box .border-right {
	border-right: 1px solid #f4f4f4
}

.box .border-left {
	border-left: 1px solid #f4f4f4
}

.box.box-solid {
	border-top: 0
}

.box.box-solid>.box-header .btn.btn-default {
	background: transparent
}

.box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover {
	background: rgba(0, 0, 0, 0.1)
}

.box.box-solid.box-default {
	border: 1px solid #d2d6de
}

.box.box-solid.box-default>.box-header {
	color: #444;
	background: #d2d6de;
	background-color: #d2d6de
}

.box.box-solid.box-default>.box-header a,
.box.box-solid.box-default>.box-header .btn {
	color: #444
}

.box.box-solid.box-primary {
	border: 1px solid #3c8dbc
}

.box.box-solid.box-primary>.box-header {
	color: #fff;
	background: #3c8dbc;
	background-color: #3c8dbc
}

.box.box-solid.box-primary>.box-header a,
.box.box-solid.box-primary>.box-header .btn {
	color: #fff
}

.box.box-solid.box-info {
	border: 1px solid #00c0ef
}

.box.box-solid.box-info>.box-header {
	color: #fff;
	background: #00c0ef;
	background-color: #00c0ef
}

.box.box-solid.box-info>.box-header a,
.box.box-solid.box-info>.box-header .btn {
	color: #fff
}

.box.box-solid.box-danger {
	border: 1px solid #dd4b39
}

.box.box-solid.box-danger>.box-header {
	color: #fff;
	background: #dd4b39;
	background-color: #dd4b39
}

.box.box-solid.box-danger>.box-header a,
.box.box-solid.box-danger>.box-header .btn {
	color: #fff
}

.box.box-solid.box-warning {
	border: 1px solid #f39c12
}

.box.box-solid.box-warning>.box-header {
	color: #fff;
	background: #f39c12;
	background-color: #f39c12
}

.box.box-solid.box-warning>.box-header a,
.box.box-solid.box-warning>.box-header .btn {
	color: #fff
}

.box.box-solid.box-success {
	border: 1px solid #00a65a
}

.box.box-solid.box-success>.box-header {
	color: #fff;
	background: #00a65a;
	background-color: #00a65a
}

.box.box-solid.box-success>.box-header a,
.box.box-solid.box-success>.box-header .btn {
	color: #fff
}

.box.box-solid>.box-header>.box-tools .btn {
	border: 0;
	box-shadow: none
}

.box.box-solid[class*='bg']>.box-header {
	color: #fff
}

.box .box-group>.box {
	margin-bottom: 5px
}

.box .knob-label {
	text-align: center;
	color: #333;
	font-weight: 100;
	font-size: 12px;
	margin-bottom: 0.3em
}

.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.box .overlay,
.overlay-wrapper .overlay {
	z-index: 50;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px
}

.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	color: #000;
	font-size: 30px
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
	background: rgba(0, 0, 0, 0.5)
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
	content: " ";
	display: table
}

.box-header:after,
.box-body:after,
.box-footer:after {
	clear: both
}

.box-header {
	color: #444;
	display: block;
	padding: 10px;
	position: relative
}

.box-header.with-border {
	border-bottom: 1px solid #f4f4f4
}

.collapsed-box .box-header.with-border {
	border-bottom: none
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	line-height: 1
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
	margin-right: 5px
}

.box-header>.box-tools {
	position: absolute;
	right: 10px;
	top: 5px
}

.box-header>.box-tools [data-toggle="tooltip"] {
	position: relative
}

.box-header>.box-tools.pull-right .dropdown-menu {
	right: 0;
	left: auto
}

.box-header>.box-tools .dropdown-menu>li>a {
	color: #444!important
}

.btn-box-tool {
	padding: 5px;
	font-size: 12px;
	background: transparent;
	color: #97a0b3
}

.open .btn-box-tool,
.btn-box-tool:hover {
	color: #606c84
}

.btn-box-tool.btn:active {
	box-shadow: none
}

.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px
}

.no-header .box-body {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.box-body>.table {
	margin-bottom: 0
}

.box-body .fc {
	margin-top: 5px
}

.box-body .full-width-chart {
	margin: -19px
}

.box-body.no-padding .full-width-chart {
	margin: -9px
}

.box-body .box-pane {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 3px
}

.box-body .box-pane-right {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 0
}

.box-footer {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top: 1px solid #f4f4f4;
	padding: 10px;
	background-color: #fff
}

.chart-legend {
	margin: 10px 0
}

@media (max-width:991px) {
	.chart-legend>li {
		float: left;
		margin-right: 10px
	}
}

.box-comments {
	background: #f7f7f7
}

.box-comments .box-comment {
	padding: 8px 0;
	border-bottom: 1px solid #eee
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
	content: " ";
	display: table
}

.box-comments .box-comment:after {
	clear: both
}

.box-comments .box-comment:last-of-type {
	border-bottom: 0
}

.box-comments .box-comment:first-of-type {
	padding-top: 0
}

.box-comments .box-comment img {
	float: left
}

.box-comments .comment-text {
	margin-left: 40px;
	color: #555
}

.box-comments .username {
	color: #444;
	display: block;
	font-weight: 600
}

.box-comments .text-muted {
	font-weight: 400;
	font-size: 12px;
}

/*timeline*/

.timeline {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 5px;
    background: #ecf0f5;
	padding-bottom: 5px;
}

.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #ddd;
	left: 31px;
	margin: 0;
	border-radius: 2px
}

.timeline>li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 15px;
	min-height: 30px;
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table
}

.timeline>li:after {
	clear: both
}

.timeline>li>.timeline-item {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-top: 0;
	background: #fff;
	color: #444;
	margin-left: 60px;
	margin-right: 15px;
	padding: 0;
	position: relative;
	padding-left: 8px;
}

.timeline>li>.timeline-item>.time {
	color: #999;
	float: right;
	padding: 10px;
	font-size: 12px
}

.timeline>li>.timeline-item>.timeline-header {
	margin: 0;
	color: #555;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
	font-size: 16px;
	line-height: 1.1
}

.timeline>li>.timeline-item>.timeline-header>a {
	font-weight: 600
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
	padding: 10px
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	color: #666;
	background: #d2d6de;
	border-radius: 50%;
	text-align: center;
	left: 18px;
	top: 0
}

.timeline>.time-label>span {
	font-weight: 600;
	padding: 5px;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px
}

.timeline-inverse>li>.timeline-item {
	background: #f0f0f0;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none
}

.timeline-inverse>li>.timeline-item>.timeline-header {
	border-bottom-color: #ddd
}
.timeline>li>.timeline-item>.timeline-header {
    padding: 7px;
    line-height: 1;
}
.timeline>li>.timeline-item>.time {
	padding: 7px;
}
.timeline>li>.timeline-item>.timeline-body, .timeline>li>.timeline-item>.timeline-footer {
    padding: 5px;
	padding-left: 0px;
}

.timeline>li>.timeline-item {
	margin-right: 0px;
}
.timeline>li {
    margin-right: 0px;
    margin-bottom: 5px;
}
.timeline_event_header
{
    color: #1A4AC5;
    font-weight: bold;
	margin-left: 6px;
	font-size: 16px;
}
.timeline_event_header:second-line-height{
	padding-left:100px;
}
.timeline_live
{
    color: red;
    white-space: nowrap;
    float: left;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.42857143;
    padding-right: 0px;
    margin-right: 10px;
}
.timeline_time
{
	color: #999;
	padding: 0px 2px 2px 0px;
	font-size: 12px;
	line-height: 1.4em;
}
.timeline>li>.timeline-item>.timeline-body
{
	    border-top: 1px solid #f4f4f4;
}

/*KVARTA CLASSES */
.timeline_active {
	
    background-color: wheat !important;
	padding: 5px 10px 5px 0px;
}
.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}
.tv-item{
	height:60px;
	background-color:#A1C1FF;
	cursor:pointer;
	border-bottom: 1px solid lightgray;
}
.tv-item-active{
	background-color:#4A77E8;
	color:white;
	/*border:1px solid white;*/
}
.tv-item-active span.tv-item-name, .tv-item-active span. .tv-item-active tv-item-cur-event,span.tv-item-cur-time {
	/*text-shadow: 1px 1px 2px #000;*/
}
.tv-item-header{
	height:40px;
	background-color:#4A77E8;
	color:white;
	border: 1px solid;
}
.tv-item-header-next
{
	font-size: 16px;
	line-height: 40px;
}
.tv-item-header-now
{
    float: left;
    width: 35%;
	font-size: 16px;
	line-height: 40px;
	margin-left: 10px;
	height: 34px;
}
.tv-item-program-select
{
	text-align:center;
	width: 150px;
	float:left;
	
}
.tv-item-active div.tv-item-img
{
	background: #d4d4d4;
}
.tv-item-img
{
	padding:5px;
	width: 150px;
	height: 59px;
	display: flex;
	float:left;
	background: #f5f5f5;
	vertical-align:middle;
}
.tv-item-img img
{
	max-width: 140px;
	max-height: 50px;
	object-fit: contain;
	margin: 0 auto;
}
.tv-item-name{
	font-weight:bold;
	/*float:left;
	width:150px;*/
	margin-left:20px;
	/*padding:10px;*/
	text-shadow: 1px 1px 2px #fff;
}

.tv-item-event{
	line-height: 16px;
	font-weight:bold;
	font-size: 16px;
    text-overflow: ellipsis;
	max-height: 32px;
	padding-right: 5px;
	/*text-shadow: 1px 1px 2px #fff;*/
}
.tv-item-now{
	margin-left:10px;
	float:left;
	width: 35%;
	overflow: hidden;
}
.tv-item-next{
	float:left;
	width: 35%;
	overflow: hidden;
}
.tv-item-time{
/*	text-shadow: 1px 1px 2px #fff;*/
}
	
	/* Style The Dropdown Button */
.dropbtn {
  background-color: #4A77E8;
  color: white;
  min-width: 150px;
  height: 38px;
  /*padding: 16px;*/
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  /*margin-left:10px;*/
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align:left;
}

/* Links inside the dropdown */
.dropdown-content div {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  cursor:pointer;
}

/* Change color of dropdown links on hover */
.dropdown-content div:hover, .dropdown-content div.active {
	background-color: lightgray;
}
.dropdown-settings
{
    float: right;
    padding: 0px;
    margin-top: -5px;
    margin-right: -4px;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #1A4AC5;
  color:white;
}

.dropbtn-settings{
	height: 55px;
    min-width: 110px;
	background-color: white;
    color: #1A4AC5;
}
.dropdown-content-settings{
	margin-left: 0px;
    min-width: inherit;
}

.company-div
{
	padding: 5px;
    height: 55px;
}
.company-logo
{
	height: 45px;
    float: left;
}
.current-time{
	float: left;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: gray;
    height: 30px;
    margin-left: 20px;
}

.next-event-header{
	float: left;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    width: 130px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}
.no-border-radius{
	margin-bottom:0px;
	border-radius: 0px;
	/*border-bottom: 1px solid darkgray;*/
	box-shadow: none;
}
.video-event-header{
	max-height: 50px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.video-event-title{
    font-weight: bold;
    width: calc( 100% - 130px);
    text-overflow: ellipsis;
    overflow: hidden;
}

.tv-logo-event
{
	float: left;
    max-width: 120px;
    margin-right: 10px;
    height: 40px;
    object-fit: contain;
	padding: 0px 5px;
	width: 120px;
}
#current_event_body
{
	padding: 5px 5px 3px 5px;
    border-bottom: none !important;
	border-top: 1px solid darkgray;
}
#video-info-div
{
	width: 100%;
    background: wheat !important;
	display: table;
	border: 1px solid darkgray;
	border-top: 0px;
}

.next_event_link{
	cursor:pointer;
}



.video-js .vjs-prev-event, .video-js .vjs-next-event, .video-js .vjs-current-event {
	position: absolute;
	height: auto;
	width: calc(50% - 20px);
    /*padding: 5px;*/
    /*padding-left: 15px;*/
	cursor: pointer;
	background-color: rgba(43,51,63,.7) !important;
	/*margin-left: 10px;
    margin-right: 10px;*/
}
.video-js .vjs-current-event
{
	width: calc(50% - 20px);
	/*width: 50%;*/
	max-width: 100%;
}
/*
.video-js .vjs-next-event {
	border-left: 1px solid white;
}*//*
.video-js .vjs-prev-event{
	width: calc(50% - 10px);
}*/

.video-js .vjs-current-event 
{
	left: 0px;
	top: -11em;	
	margin-left:10px;
/*	margin-top:10px;*/
}

.video-js .vjs-next-event {
	margin-left:10px;
	margin-right:10px;
    left: 50%;
	top: -6em;
}
.video-js .vjs-prev-event {
	margin-left:10px;
	
	left: 0%;
	top: -6em;
}


.video-js .video-event-time{
	font-size: 0.8em;
}
.video-js .vjs-next-event .vjs-control-text,.video-js .vjs-prev-event .vjs-control-text  {
	color: black;
	background-color:blue;
}
.vjs-next-event .next-event-icons ,.vjs-prev-event .prev-event-icons,.video-js .current-event-icons {
	padding-left: 0px;
	
	height: inherit;
	margin-right: 10px;
	vertical-align: middle;
	float:left;
	font-weight:bold;
	font-size: 2em;
	line-height: 1.25em;
}
.video-js .vjs-next-event .vjs-div-epg, .video-js .vjs-prev-event .vjs-div-epg,.video-js .vjs-current-event .vjs-div-epg{
	float:left;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2em;
	width:100%;
	padding: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before, .video-js .vjs-control:focus {
  text-shadow: none;
}
.timeline>li>.timeline-item>.timeline-body, .epg-text, .box-body
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.timeline_thumbnail
{
    height: 80px;
    width: 142px;
    float: left;
    padding-right: 5px;
}

    
@media only screen and (max-width: 500px) {
	.video-js .vjs-prev-event, .video-js .vjs-next-event, .video-js .vjs-current-event,  .dropdown-settings {
		display:none;
	}
	
}
/* For desctop to clear the background 
@media only screen and (min-width: 500px) {
	#current_event_body
	{
		min-height: 91px;
	}
}*/

@media only screen and (max-width: 800px) 
{
	.tv-item-next , .tv-item-header-next, .tab-title
	{
		display:none;
	}
	#video-info-div
	{
		display:block;
	}
	.tv-item-now
	{
	    width: calc( 100% - 160px );
	}
}
