body {
	font-family: sans-serif;
	margin: 0px;
	font-size: 14px;
}

/* header */

header.top {
	position: sticky;
	top: 0px;
	width: 100%;
	min-height: 25px;
	margin: 0px;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05),inset 0 -1px 0 rgba(0,0,0,0.15);
	z-index: 2000;
}

/* header > logo */

header.top div.logo {
	/*width: 200px;*/
}

header.top div.logo span {
	color: #ffffff;
	background-color: #009EE3;
}

header.top div.logo span a.navbar-brand {
	/*line-height: 14px;*/
	/*padding: 0px;*/
	color: #ffffff;
	margin-right: 0px;
}

/* header > nav */

header.top nav {
	padding: 0px;
}

header.top nav ul.navbar-nav {
	/*line-height: 14px;*/

	width: 100%;
}

header.top nav ul.navbar-nav li a.nav-link.active {
	/*color: rgba(0,102,164);*/
}

ul.dropdown-menu {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	--bs-dropdown-link-active-bg: #F0F0F4;
}

.dropdown-item {
	font-size: 14px;
}

/* header > contact */

header.top div.header-top
{
	/*height: 50px;*/
	line-height: 14px;
	font-size: 13px;
	text-align: right;
	display: block ruby;
}

header.top div.header-top ul {
	margin: 0px;
	padding: 0px;
	/*font-size: 12px;*/
}

header.top div.header-top ul li {
	display: list-item;
}

header.top div.header-top ul li i {
	display: inline;
}

header.top div.header-top ul li a {
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
	font-weight: bold;
}

/* nav */

nav.breadcrumb {
	background: #f5f5f5;
	padding: 10px;
	margin: 20px 0;
	border-radius: 4px;
	color: #999999
}

nav.breadcrumb ol.breadcrumb {
	margin: 0px;
}

/*  */

a, a:hover {
	text-decoration: none;
	color: #2a6496;
}

/* Line number */

.line-number, .line-number:hover {
	font-weight: 700;
/*	color: #ffffff;
	background-color: #009EE3;*/
	border-radius: 3px;
	font-size: 12px;
	padding: 1px 5px;
}

h1 .line-number, h1 .line-number:hover {
	font-size: 22px;
	margin-top: -4px;
	padding: 2px 12px;
}

span.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

span.label-info {
	background-color: #5bc0de;
}

span.label-success {
	background-color: #5cb85c;
}

span.label-danger {
	background-color: #d9534f;
}

/**/

.glyphicon
{
position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  }

.btn-group {
	margin-bottom: 10px;
}

.btn-group a {
	font-size: 14px;
}

/* table */

table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 14px;
	margin-bottom: 20px;
}

th {
	border-bottom: 1px solid #111111;
}

th.hour {
	width: 34px;
}

tr.info td {
	background-color: #d9edf7;
}

table.table thead tr th, table.table tbody tr td {
	padding: 5px;
}

/* table order */

table.table-order th {
	cursor: pointer;
}

table.table-order th::after {
	/*
	content: "\f0dc";
	font-family: FontAwesome;*/
	font-size: 12px;
	color: #ccc;
	float: right;
	padding-top: 4px;
}

table.table-order th.asc::after {
	/*
	content: "\f0de";
	font-family: FontAwesome;
	*/
	color: #000;
}

table.table-order th.desc::after {
	/*
	content: "\f0dd";
	font-family: FontAwesome;
	*/
	color: #000;
}

/* h* */

h1 {
	font-size: 36px;
	margin-bottom: 10px;
}

h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

/* dl */

dl {
	margin-bottom: 10px;
}

dt {
	width: 160px;
	float: left;
	text-align: right;
}

dd {
	margin-left: 180px;
	margin-bottom: 0px;
}

/* list */

ul.lines-dir-list
{
	list-style-type: none;
	margin: 0px 0px 10px 20px;
	padding: 0px;
}

ul.lines-dir-list li
{
	margin: 2px 0 0;
}

td ul.lines-dir-list
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

td ul.lines-dir-list li
{
	margin: 2px 0 0;
}

ul.lines-list
{
	list-style-type: none;
	margin: -4px 0px 0px;
	padding: 0px;
}

ul.lines-list li
{
	margin: 2px 2px 0;
	float: left;
}

/* maps */

div.map {
	width: 100%;
	height: 600px;
	border-radius: 4px;
	margin-bottom: 20px;
}

/* maps > leaflet */

.leaflet-popup-content-wrapper {
	border-radius: 5px;
}

/* filter */

div.filter {
	width: 250px;
	float: right;
}

div.filter input, div.filter span {
	font-size: 12px;
}

/*
table > order
*/

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
	outline: 0px;
	outline-offset: 0px;
}


/* szinezes */

/*
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #f8f1ea;
}
.table > :not(caption) > * > * {
color: #757575
}
*/

/* idovonal */

.hc-wrapper {
	position: absolute;
	min-width: calc(100% - 70px);
	margin-left: 70px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	text-align: center;
}

.hc-wrapper .tl-vehicles {
	position: absolute;
	left: -70px;
	right: 0;
	left: 0px;
}

.hc-wrapper .tl-vehicles .tl-row {
	position: relative;
	height: 60px;
	border-bottom: 1px solid #cccccc;	
	/*margin-left: 70px;*/
}

.hc-wrapper .tl-vehicles .tl-row .tl-licensePlate {
	position: absolute;
	left: 5px;
	bottom: 0;
	color: #999;
	color: #757575;
}

.hc-wrapper .tl-vehicles .tl-row .hc-actual {
	bottom: 37px;
	height: 15px;
	margin-left: 70px;
	background-color: #152B32;
	/*background-color: #<?php #echo $list[$i]["route_color"][$j]; ?>*/
	margin-left: 0px;
}

.hc-wrapper .tl-vehicles .tl-row .hc-scheduled {
	height: 25px;
	bottom: 7px;
	margin-left: 70px;
	text-align: left;
	padding-left: 5px;
	line-height: 25px;
	font-weight: bold;
	margin-left: 0px;
}

.hc-wrapper .tl-column {
	position:relative;
	width: calc(100%); /*120px*/
	/*width: 120px;*/
	height: 600px;
	/*flex: 0 0 120px;*/
	/*border-left: 2px solid #cccccc;*/
}

.hc-wrapper .tl-column .tl-column-header {
	position: relative;
	top: -20px;
	/*width: 120px;*/
	width: calc(100%);
	/*padding: 0 2px;*/
	/*left: -60px;*/
	left: calc(100% / 2 * -1);
}

.hc-wrapper .tl-column .tl-column-line {
	width: calc(25%); /*0*/
	height: calc(100%);	 /* - 20px*/
	/*margin-left: 30px;*/
	top: -20px; /**/
	border-left: 1px solid #cccccc;
	float: left;
}

.hc-wrapper .tl-column .tl-column-line2 {
		width: calc(25%); /*0*/
	height: calc(100%);	 /* - 20px*/
	/*margin-left: 30px;*/
	top: -20px; /**/
	border-left: 2px solid #cccccc;
	float: left;
	
border-left: 2px solid #cccccc;
}

.hc-wrapper .tl-actual-time {
	position: absolute;
	width: 0;
	height: calc(100%);
	border-left: 2px solid #e53835;
	float: left;
}

/**/

.popover {
	font-family: sans-serif;
	font-size: 14px;
	--bs-popover-max-width: auto;
}

.popover-header {
	font-size: 14px;
}
/*
.popover .btn, .popover .btn:hover {
	color: unset;
	background-color: unset;
}
*/
.popover .line-number, .popover .line-number:hover
{
/*	background-color: #ff0000;	*/
}