
        .bus-ticket-panel {
            background: linear-gradient(135deg, #076E6E 0%, #0A8A8A 100%);
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            cursor: pointer;
            transition: all 0.3s ease;
            overflow: hidden;
            margin: 15px 0;
            min-height: 200px;
        }

        .bus-ticket-panel:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
        }

        .ticket-header {
            background: rgba(0, 0, 0, 0.1);
            text-align: center;
            padding: 12px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        .duration {
            color: white;
            font-size: 18px;
            font-weight: 600;
        }

        .route-info {
            display: flex;
            align-items: center;
            padding: 20px;
            color: white;
        }

        .departure, .arrival {
            flex: 1;
            text-align: center;
        }

        .time {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 4px;
        }

        .date {
            font-size: 12px;
            opacity: 0.8;
        }

        .route-line {
            display: flex;
            align-items: center;
            margin: 0 20px;
            flex: 2;
        }

        .line {
            height: 2px;
            background: white;
            flex: 1;
            opacity: 0.6;
        }

        .bus-icon {
            margin: 0 15px;
            text-align: center;
            position: relative;
        }

        .bus-icon i {
            font-size: 24px;
            color: white;
        }

        .next-day {
            position: absolute;
            top: -8px;
            right: -8px;
            background: #F2C40D;
            color: #076E6E;
            font-size: 10px;
            font-weight: bold;
            padding: 2px 6px;
            border-radius: 10px;
        }

        .ticket-footer {
            background: rgba(0, 0, 0, 0.1);
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }

        .passenger-count {
            color: white;
            font-size: 14px;
        }

        .price-action {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .price {
            color: #F2C40D;
            font-size: 20px;
            font-weight: bold;
        }

        .select-btn {
            background: #F2C40D;
            color: #076E6E;
            border: none;
            padding: 10px 20px;
            border-radius: 25px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }

        .select-btn:hover {
            background: #E6B800;
            transform: translateX(2px);
        }

        .select-btn i {
            font-size: 14px;
        }



body.modal-open.modal[style]:not([style='display: none;'])
{
display:flex!important;
height:100%;
}
body.modal-open .modal[style]:not ([style='display: none;'] )
	.modal-dialog {
	margin: auto;
}


#img_bus {

  position: absolute;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 2s;
}
@-webkit-keyframes run {
  0% {
    left:0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0;    
  }
}



.topnav {
  overflow: hidden;
  background-color: #F2C40D ;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  border-bottom: 1px solid white;
}

.topnav a.icon {
  background: #F2C40D;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}


.col-select-hinfahrt-row {
	background-color: white;
}

#col-select-hinfahrt-row:hover .col-price-selection {
	background-color: #2e6592 ! important;
	color: white;
	font-weight: bold;
}

#col-select-hinfahrt-row:hover .col-date-selection {
	background-color: #2e6592 ! important;
	color: white;
	font-weight: bold;
}

.col-select-rueckfahrt-row {
	background-color: white;
}

#col-select-rueckfahrt-row:hover .col-price-selection {
	background-color: #2e6592 ! important;
	color: white;
	font-weight: bold;
}

#col-select-rueckfahrt-row:hover .col-date-selection {
	background-color: #2e6592 ! important;
	color: white;
	font-weight: bold;
}

.col-price-selected {
	background-color: #2e6592 ! important;
	color: white;
	font-weight: bold;
}

.col-date-selected {
	background-color: #262c31  ! important;
	color: white;
	font-weight: bold;
}

.col-date-selection {
	background-color: white;
}

.templateMenuLabel {
	font-size: 8pt ! important;
}

.headerBadge {
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
	background: #0091d9;
	display: inline-block;
	font-size: 10px;
	box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0
		rgba(0, 0, 0, .07);
	color: #fff;
	font-weight: 700;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	padding: 2px 4px 3px;
	text-align: center;
	line-height: normal;
}

.dashboardItem {
	background: #1073b5;
	border: 1px solid white;
}

.dashboardItem:hover {
	border: 1px solid white;
}

.dashboardLogo {
	display: block;
	bottom: 0px;
	right: 0px;
}

.columnStandart {
	display: table-cell;
}

.columnDispStandart {
	display: table-cell;
}

.panelDispMap {
	display: block;
}

.icon_delete {
	color: #9d0000;
	font-size: 15pt;
}

.icon_edit {
	color: #f06c00;
	font-size: 15pt;
}

.colNoPadding {
	padding: 0px ! important;
	vertical-align: middle ! Important;
}

table.dataTable thead>tr>th {
	padding-top: 0px ! important;
	padding-bottom: 0px ! important;
	padding-right: 11px ! important;
}

.tableHeaderInput {
	height: 25px ! important;
}

table.dataTable thead>tr>th.hasinput {
	padding: 3px ! important;
}

#ribbon {
	min-height: 15px ! important;
}

#ribbon .breadcrumb {
	padding: 5px ! important;
}

.jarviswidget>header {
	/*height: 34px ! important;*/
	/*line-height: 34px ! important;*/
	
}

.jarviswidget>header h2 {
	line-height: 25px ! Important;
}

header>.widget-toolbar {
	height: 25px ! important;
	line-height: 25px ! important;
}

.jarviswidget .widget-body {
	min-height: 0px ! important;
}

.widgetHeaderButton {
	margin: 3px ! important;
}

.modal-header {
	padding: 5px ! important;
}

.modal-header .close {
	margin-top: 3px;
}

a>label {
	margin-bottom: 1px;
	margin-top: 1px;
}

.smart-form .label {
	margin-bottom: 0px ! important;
}

.smart-form fieldset {
	padding: 5px 5px 0px ! important;
}

.smart-form footer {
	padding: 5px 5px 12px ! important;
}

.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea
	{
	height: 30px ! important;
}

.smart-form .select i {
	height: 10px ! important;
}

.table>tbody>tr>td {
	vertical-align: middle;
	padding: 4px 5px;
}

.modal {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.jarviswidget>header h2 {
	font-size: 9pt;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	font-size: 9pt;
}

.table>thead>tr>th {
	padding: 3px 3px;
}

.progressbar-container {
	width: 1100px;
	margin: 50px auto;
}

.progressbar {
	counter-reset: step;
}

.progressbar li {
	list-style-type: none;
	width: 20%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #7d7d7d;
}

.progressbar li:before {
	width: 30px;
	height: 30px;
	content: close-quote;
	counter-increment: none;
	line-height: 30px;
	border: 2px solid #7d7d7d;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
}

.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #7d7d7d;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active {
	color: #2e6591 !important;
}

.progressbar li.active:before {
	border-color: #2e6591;
	background-color: #2e6591;
}

.progressbar li.completed {
	color: #2e6591;
}

.progressbar li.completed:before {
	border-color: #2e6591;
	background-color: #2e6591;
}

.progressbar li.completed+li:after {
	background-color: #2e6591;
}

.selectedDate {
	color: white !important;
	background-color: #13ac48 !important;
}

.selectedDate:hover {
	color: #13ac48 !important;
	background-color: white !important;
}

.active:hover > .selectedDate {
	color: #13ac48 !important;
	background-color: white !important;
}

.active > .selectedDate {
	color: white !important;
	background-color: #13ac48 !important;
}

#header {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

#logo-group {
	display: flex;
}

.panelLanguage {
	display: flex;
	margin-right: 20px !important;
}

.label {
	color: #333 !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
	border-top: none !important;
}


.input-font-size
{
	font-size: 15pt;
}

@media handheld , screen and (max-width: 1199px) {
	.progressbar-container {
		width: 800px;
		margin: 50px auto;
	}
}

@media handheld , screen and (min-width: 992px) {
	.table-mobile {
		display: none !important;
	}
}

@media handheld , screen and (max-width: 991px) {
	.progressbar-container {
		width: 700px;
		margin: 50px auto;
	}
	.table-desktop {
		display: none !important;
	}
}



@media handheld , screen and (max-width: 801px) {
	
	
.input-font-size
{
	font-size: 14pt ! important; 
}

	.dashboardLogo {
		display: none;
	}
	.columnStandart {
		display: block;
		width: 100%;
		max-width: none;
	}
	.columnDispStandart {
		display: block;
		width: 100% ! important;
	}
	.panelDispMap {
		display: none;
	}
	.progressbar-container {
		display: none ! important;
	}
}

@media handheld , screen and (max-width: 600px) {
	.panelLanguage {
		display: none !important;
	}
}