/*Main css file*/

@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot'); /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/************* MAIN CONTAINER ***************/
.page-content {
    margin-left: 250px;
}
.page-sidebar {
    width: 250px;
}
.page-sidebar:before {
	width: 245px;
}

/************* MODAL **************/
.modal {
	/* Fixes the problem with modal losing scroll when other modal is closed */
    overflow-y: auto;
}

/************* ACL ***************/

.ztree li span.button-icon {line-height:0; margin:0; width:16px; height:16px; display: inline-block; vertical-align:middle;
	border:0 none; cursor: pointer;outline:none;
	background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
	background-image:url("ztree/img/diy/ico.png");}

#icons-body {
	margin: 0 auto;
	font-size: 1.2em;
}
.icons-header {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}
.icons-header span{
	color: #19a6e0;
}
#icons-body .ui-selecting {
	background: #FECA40;
}
#icons-body .ui-selected {
	background: #F39814;
	color: white;
}
/***************    ****************/
body {
    min-width: 300px;
}
body:before {
	background-image: url('../img/background.jpg');
	background-color: transparent;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}
.page-body {
	background-color: transparent;
}
#logoMiddle {
	height:90px;
	background-image: url('../img/logo_middle.png');
	background-color: transparent;
	background-repeat:   no-repeat;
	background-position: center center;
	position: fixed;
	position: fixed;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    top:45%;	
}


.navbar-container .page-header {min-height:0px;padding:0px;border:0px;height:0px;}
.page-header .header-buttons {right: 250px;}


.new_row_form{
	background-color: #fff;
    padding: 20px 0;
}

#form_details_new th, #form_details_new td {
    padding: 2px;
}

.custom_inner_table {
    width: 100%;
}
.custom_inner_table th{
    width: 200px;
    text-align:right;
    border-right:1px solid #ddd !important;
}
.custom_inner_table tr:nth-child(2n+1) td, .custom_inner_table tr:nth-child(2n+1) th {
    background-color: #fff !important;
}
.custom_inner_table tr:nth-child(2n) td, .custom_inner_table tr:nth-child(2n) th {
    background-color: #F5F5F5 !important;
}
.custom_inner_table td, .custom_inner_table th{
	border-top: 1px solid #ddd !important;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.table_data {
    margin: 0;
}
.clear_table_width{
	width: auto !important;
}
.clear_table_width th{
	width: auto !important;
}
.table_input {
    display: none;
}
label.error {
    color: #d50909;
    padding-left: 5px;
}
.DTTTFooter{
	margin: 0 !important;
}
#expandabledatatable_paginate a, .pager > li > a, #expandabledatatable_paginate span, .pager > li > span {
    border-width: 1px;
}
#expandabledatatable_paginate a, .pager > li > a {
    background-color: #fff;
    border-color: #ccc;
    color: #444;
    margin: 0 -1px 0 0;
}
#expandabledatatable_paginate  a, #expandabledatatable_paginate span > span{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    margin-bottom: 3px;
    padding: 6px 6px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
#expandabledatatable_paginate .paginate_button.current{
	background-color: #2dc3e8;
    border-color: #2dc3e8;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#expandabledatatable_paginate a:hover{
	background-color:#EBEBEB;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#expandabledatatable_paginate .disabled a:hover{

}
.paginate_button.disabled :hover{
	background-color: #fff !important;
    border: 1px solid #ddd;
    color: #337ab7;
}

#expandabledatatable2_paginate a, .pager > li > a, #expandabledatatable2_paginate span, .pager > li > span {
    border-width: 1px;
}
#expandabledatatable2_paginate a, .pager > li > a {
    background-color: #fff;
    border-color: #ccc;
    color: #444;
    margin: 0 -1px 0 0;
}
#expandabledatatable2_paginate  a, #expandabledatatable2_paginate span > span{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    margin-bottom: 3px;
    padding: 6px 6px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
#expandabledatatable2_paginate .paginate_button.current{
	background-color: #2dc3e8;
    border-color: #2dc3e8;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#expandabledatatable2_paginate a:hover{
	background-color:#EBEBEB;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.edit.table_data {
    margin-right: 6px;
}
.update.table_input {
    margin-right: 6px;
}
.alert_min{
	display: none;
	color: red;
}
.dataTables_length .input-sm {
    width: 65px;
}
.DTTT.btn-group {
    right: 63px ;
}
.dataTables_filter .input-sm {
   	width: 137px;
}
.DTTTFooter .col-sm-6  {
    display: table;
    float: left;
    width: 50%;
}
.table_input {
    padding: 2px;
}
.custom_inner_table select {
    padding: 0;
    width: 170px;
}
th.sorting, th.sorting_asc, th.sorting_desc {
    padding-right: 22px !important;
}
.pages_info div br{
	display: none;
}
.row.DTTTFooter > div {
    padding: 0 !important;
}

.btn.add {
	margin-top: 5px;
}

/***********  CentralPoints selectpicker fix  ***********/
#EditModal .dropdown-menu {
	position: relative;
}

#EditModal .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 300px;
}

/***********  CompanyInfo  ***********/
#search-select {
	width:200px;
}

.well.with-header .select2-selection__choice{
	width:100%;
	background-color: #2dc3e8;
	border: none;
	color: #FFF;
	padding: 2px;
    margin-top: 3px;
}

.well.with-header .select2-selection__choice__remove {
	color: #FFF;
	float: right;
}

.cities {
	height: 220px;
}

.help-block {
	color: green;
}

@media screen and (max-width: 500px) {
	#expandabledatatable {
	    width:100% !important;
	}
	.widget {
	    display: block !important;
	    max-width: 100% !important;
	    width: 100% !important;
	}
	.dataTables_wrapper.form-inline.no-footer {
    	overflow-x: scroll;
	}
	.btn.table_data span, .btn.table_input span{
		display: none;
	}
	.alert_min{
		display: block;
	}
	.pages_info div {
	    line-height: 1;
	    padding: 4px 0;
	}
	.pages_info div br{
		display: block;
	}
}

#edit-company_info-modal {
	overflow-y: scroll;
}

/*
 |------------------------------------------------------------------------------
 | Dlogic Table
 |------------------------------------------------------------------------------
 */
 .control-label-lightgray {
    color: lightgray;
 }

.no-input {
	border: none !important;
	background-color: white !important;
	cursor: auto !important;
}
/*
 |------------------------------------------------------------------------------
 | Vehicles
 |------------------------------------------------------------------------------
 */

.bus_container ol{
	background-color: #E1E1E1;
	border-radius: 5px;
	border: 1px solid #ADADAD;
	display: inline-block;
	margin: 0;
	padding: 5px 0px;
}

.bus_container ol li{
	float: left;
	width: 45px;
	margin: 0px 5px 5px !important;
}

.bus_container ol li > p, #element li > p, .ui-draggable-dragging > p{
	background-color: #ABABAB;
	border-radius: 5px;
	margin: 0;
	height: 45px !important;
	text-align: center;
	line-height: 45px;
}

.driverExtend{
	width: 100px !important;
}
.driverExtend > p{
	background-repeat: no-repeat;
	background-position: center;
	height: 100% !important;
}

.driver{ background: url('/public/img/bus_elements/driver.png'); }
.entrance{ background: url('/public/img/bus_elements/L.png'); }
.exit{ background: url('/public/img/bus_elements/D.png'); }
.space{ background-color: #F1F1F1 !important; }

#element li {
    width: 45px;
    margin: 5px;
    float: left;
}

.ui-draggable-dragging{ z-index: 1000}

/*
 |------------------------------------------------------------------------------
 | Reports
 |------------------------------------------------------------------------------
 */

.report-form-date-group {
	margin-top: 25px;
}

/*
 |------------------------------------------------------------------------------
 | Dispatch settings
 |------------------------------------------------------------------------------
 */
.disps-modal-header {
    text-align: center;
    width: 100%;
    background-color: #a0d468;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

/*
 |------------------------------------------------------------------------------
 | Dispatch and Reports
 |------------------------------------------------------------------------------
 */

 .widget {
    /** minimun height for date picker popup to align for reports*/
}

.report-text-center {
	text-align: center;
}

.report-table__data--left-aligned {
	text-align: right;
}

#report_table tr > th, #report_table_level_2 tr > th, #report_table_level_3 tr > th {
	padding: 2px;
	text-align: center;
	border-bottom: 2px solid;
}

.report-scrollable-table {
	overflow-x: auto;
	text-align: center;
}
.header-operator-name, .report-header-line-number {
	font-size: 16px;
	font-weight: bold;
	background-color: #eeeeee;
	padding: 5px;
	margin: 5px 0 5px 0;
}

.report-error-data {
	background-color: #ff0000;
}
.report-tfoot-total {
	background-color: #8ac63e !important;
	font-weight: bold;
}

.report-legend {
	border: 1px solid #eee;
	font-weight: bold;
}

.report-line-numbers, .report-sellers {
	font-weight: bold;
}
.header-xls-export-btn {
	border: 0.5px solid #FFF;
	height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.sum-row-color {
	background-color: #87CEFA !important
}

.sum-row-color a {
    color: black;
}

.something-planned {
	background-color: #ed9e9e !important
}

.report-datepicker-header {
    background-color: #5db2ff;
    width: 220px;
    min-width: 200px;
    padding: 10px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    color: white;
}

#report-datepicker-container {
    margin: 0 auto;
}

#report-datepicker-container table{
    border-collapse: separate;
    border-spacing: 3px 3px;
}
#report-datepicker-container .datepicker{
    z-index: 7!important;
    margin: 0 auto;
    background-color: #fff;
}
#report-datepicker-container .datepicker:before, #report-datepicker-container .datepicker:after{
    content: none;
}

/*
 |================================================================================
 | Maps Live And History
 |================================================================================
 
#map-main-container {
	min-width: 1000px;
}
*/
#map-frame {
	/*display: block;*/
	position: relative;
	margin-top: 15px;
}

#show-map-normal {
	margin-top: 5px;
}
/* toggle class, iframe resize */
.resize-map-frame{
	width: 100%;
}

.map-time, .map-date {
	font-size: 16px;
	margin-right: 25px;
	color: #777!important;
}

#map-navbar {
	padding: 0;
    margin: 0 0 5px 0;
    border: none;
    height: 45px;
    min-height: 45px;
    z-index: 200;
    border-radius: 0;
    background-clip: padding-box;
    position: relative;
    background: #2dc3e8;
}

#map-logo a img {
	width: 200px;
	height: 45px;
	margin-left: 8px;
	padding:2.5px;
}

/*.gm-style-iw div { */
/* overflow:hidden !important; */
/*}*/

#map-gadgets-nav {
	text-align: center;
    padding: 0;
    margin-right: 20px;
    /*position: absolute;
    left: 189px;
    top: 0;*/
    z-index: 2;
    width: 35px;
    height: 45px;
}
#map-gadgets-nav.active {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
#map-gadgets-nav :hover {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

#map-home-nav {
	text-align: center;
    padding: 0;
    margin-right: 20px;
    /*position: absolute;
    left: 189px;
    top: 0;*/
    z-index: 2;
    width: 35px;
    height: 45px;
}
#map-home-nav :hover {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.map-collapse-icon {
	width: 35px;
	display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    padding: 11px 5px;
    line-height: 22px;
    position: relative;
    -webkit-transition: background-color .218s ease;
    -moz-transition: background-color .218s ease;
    -o-transition: background-color .218s ease;
    transition: background-color .218s ease;
    -webkit-transition: -webkit-box-shadow .218s ease;
    -moz-transition: -moz-box-shadow .218s ease;
    -o-transition: box-shadow .218s ease;
    transition: box-shadow .218s ease;
    -webkit-transition: color .318s ease;
    -moz-transition: color .318s ease;
    -o-transition: color .318s ease;
    transition: color .318s ease;
}

#map-main-container {
	height: calc(100vh - 45px);
	display: flex;
	width: 100%;
	gap: 0;
	position: relative;
}

#map-frame-div {
	height: 100%;
	flex: 1;
	min-width: 0;
	position: relative;
}

#map-live-history-container {
	/*width: 100%;*/
	display: none;
	background-color: #EEEEEE;
	position: absolute;
    top: 35px;
    z-index: 1;
    margin-top: 10px;
    margin-left: 15%;
}
.map-live-history-input {
    width: 100%;
    padding-left: 5px;
}

/*
 |==============================================================================
 | Maps History
 |==============================================================================
 */

#mh-main-container {
	margin: auto 10px;
}
.mh-header {
   border: 1px solid black;
}

#mh-map-main-container {
    height: 90vh;
    padding-left: 5px;
    padding-right: 5px;
}

.mh-map-side-container {
	margin-top: 15px;
	border: 1px solid black;
	padding: 5px;
}

.mh-map-side-container .table {
	font-size: 11px;
}

#mh-map-frame-div {
    height: 95%;
}

#mh-map-frame {
    /*display: block;*/
    position: relative;
    margin-top: 15px;
    border: 1px solid black;
    padding: 1px;
}

.mh-btns-contrainer {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.mh-btns-contrainer .btn {
	font-size: 11px;
	padding: 5px;
}

.mh-btns-contrainer .show-btn {
    width: 70%;
}

.mh-btns-contrainer .step-btn {
    width: 35%;
}

.mh-btns-contrainer i {
    font-size: 11px;
}

#mh-slider {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.mh-legend-container {
	margin: 10px 0;
}

.mh-legend-icon {
	vertical-align: top;
}

.mh-legend-road {
	vertical-align: top;
    height: 20px;
    width: 20px;

    display: inline-block;
    margin-top: 2px;
    margin-left: 8px;
}

.mh-legend-speeding {
	background-color: #ff0000;
}

.mh-legend-all-ok {
    background-color: #00ff00;
}

.mh-legend-no-gps {
    background-color: #ff00ff;
}

.mh-legend-stop {
    background-color: #000000;
}


.mh-legend-icon-text {
	display: inline-block;
	width: 75%;
}

.mh_caption {
	margin-left: 5px !important;
}

/*******************************************   GADGETS  **************************************/
#gadgets-container {
	height: 100%;
	position: absolute;
	top: 0;
	right: 15px;
	flex: 0 0 380px;
	width: 380px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 8px;
}
#gadgets-header {
	height: 35px;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}
#gadgets-header div:not(.gadgets-mobile-close-btn){
	width: 29.333%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}
#gadgets-header div:not(.gadgets-mobile-close-btn):hover{
	font-size: 14px;
	background-color: #2dc3e8;
	cursor: pointer;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}
#gadgets-header div.active:not(.gadgets-mobile-close-btn){
	font-size: 14px;
	background-color: #2dc3e8;
	cursor: pointer;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}
#gadgets-header span{
	color: #FFF;
	line-height: 35px;
}
#gadgets-header .messages-notification {
    line-height: 1;
}



/*******************     ACCORDION   **********************/
#filters-accordion, #settings-accordion, #events-accordion{
	margin-top: 10px;
}
.accordion > a {
  text-decoration: none;
  color: inherit;
}

.accordion > p {
  font-size: 1.1em;
  margin: 1em 0;
}

.accordion {
  list-style: none;
  padding: 0;
}
.accordion .inner {
  padding: 1.5em;
  /*overflow: hidden;*/
  display: none;
  border-left: 3px solid #57b5e3;
  border-right: 3px solid #57b5e3;
  height: auto;
  max-height: 63vh;
  overflow-y: scroll;
}

@media screen and (max-height: 725px) {
	.accordion .inner {
		height: 50vh;
	}
}
.accordion .inner:last-of-type {
	border-bottom: 3px solid #57b5e3;
}
/*
.accordion li i {
	position: relative;
	top: -20px;;
}
*/
ul .inner.show {
	display: block;
}

ul li a.toggle-select-gadget {
  width: 100%;
  display: block;
  /*background: rgba(0, 0, 0, 0.78);
  color: #fefefe;*/
  padding: 3px;
  border-radius: 0.15em;
  transition: background .3s ease;
}
ul li a.toggle-select-gadget div{
	display: inline-block;
	text-align: right;
}

ul li a.toggle-select-gadget:hover {
  background: rgba(0, 0, 0, 0.9);
}

/********************** MAP FILTERS *****************/
.select-cp-buttons, .select-lineType-buttons, .select-lineNo-buttons, .select-garageNo-buttons {
	width: 100%;
}
.select-cp-buttons button, .select-lineType-buttons button, .select-lineNo-buttons button, .select-garageNo-buttons button{
	width: 70%;
	margin: 0 auto;
	font-size:14px;
}


/********************** MAP SETTINGS *****************/
input.settings-input {
	border: 0;
}
.map-settings-th {
	background-color: #a0d468;
}
.select-settings-div .bootstrap-select .dropdown-menu{
	margin: 0;
}

#save-settings {
	margin-top: 5px;
}

/********************** MESSAGES ( EVENTS ) *****************/

#events-header {
	width: 100%;
	height: 20px;
}

#events-header span {
	font-color: #fff;
}

#events-fullscreen {
	font-size: 26px;
    vertical-align: middle;
    cursor: pointer;
    color: #11a9cc;
}
.messages-notification {
	background-color: #f07746 !important;
	font-size: 15px !important;
	font-weight: 600;
	height: 20px;
}

#messages-buttons {
	margin-bottom: 10px;
}
#messages-buttons button {
	height: 35px;
	width: 32.5%;
}

#show-messages-map {
	padding: 0;
}

/*************   POPUP SEND MESSAGE   **************/
#send-msg-div {
}

/*****************************   select2 LIVE MAP   *******************************/
.select-cp-option-menu, .select-lineType-option-menu, .select-lineNo-option-menu, .select-garageNo-option-menu {
	margin: 10px auto 0 auto;
	text-align: center;
}

#selected-cps {
	width: 280px;
}

/* hide selected options */
.select2-results__option[aria-selected=true] {
    /*display: none;*/
}

#selected-lineType {
	width: 200px;
}

#selected-buses {
	width: 160px;
}

#selected-lines {
	width: 300px;
}
#gadgets-container .select2-selection__choice {
	width:100%;
	color:#FFF;
	background-color: #2dc3e8;
    border: none;
    /*border-radius: 4px;*/
    cursor: default;
    float: left;
    /*margin-right: 5px;*/
    margin-top: 2px;
    padding: 0 5px;
}

#gadgets-container .select2-selection__choice__remove {
	color: #FFF;
	float: right;
}

#gadgets-container .select2-selection__rendered {
	padding: 2px;
}

/*********************   RESPONSIVE  LIVE  MAP   **********************************/

@media screen and (max-width: 3000px) {
	.brxx{
		display: none;
	}
}

@media screen and (max-width: 1300px) {
	#gadgets-header div{
		font-size: 12px;
	}
	#gadgets-header div:hover{
		font-size: 12px;
	}
	#gadgets-header div.active{
		font-size: 12px;
	}
	.brxx{
		display: none;
	}
}

@media screen and (max-width: 1180px) {
	#gadgets-header div{
		font-size: 10px;
	}
	#gadgets-header div:hover{
		font-size: 10px;
	}
	#gadgets-header div.active{
		font-size: 10px;
	}
	.brxx{
		display: inline;
	}
}

@media screen and (max-width: 30px) {
	.brxx{
		display: block;
	}
}

@media (min-width: 768px) {
	#show-messages-modal .modal-dialog {
    	width: 900px;
	}
}

/* --- Mobile close button (hidden on desktop) --- */
.gadgets-mobile-close-btn {
	display: none;
}

/* ========================================================================
   MOBILE RESPONSIVE — DISPATCH LIVE MAP (max-width: 768px)
   ======================================================================== */
@media (max-width: 768px) {

	/* === GLOBAL LAYOUT === */
	#map-main-container {
		flex-direction: column !important;
		height: 100vh !important;
		height: 100dvh !important;
		overflow: hidden;
		padding: 0 !important;
	}
	#map-frame-div {
		flex: 1 1 auto !important;
		min-height: 0;
		width: 100% !important;
		padding: 0 !important;
	}
	#map-frame-div #map {
		border-radius: 0 !important;
	}

	/* === NAVBAR === */
	#map-navbar {
		position: sticky;
		top: 0;
		z-index: 505;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 6px;
		height: 44px;
		box-shadow: 0 1px 4px rgba(0,0,0,.15);
	}
	#map-navbar #map-logo {
		max-width: 100px;
	}
	#map-navbar #map-logo img {
		max-height: 28px;
		width: auto;
	}
	#map-home-nav {
		min-width: 40px;
		min-height: 40px;
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	#map-gadgets-nav {
		min-width: 44px;
		min-height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 6px;
		transition: background .15s;
	}
	#map-gadgets-nav.active {
		background: rgba(255,255,255,.2);
	}
	#map-gadgets-nav .fa {
		font-size: 20px;
		transition: transform .25s ease;
	}
	#map-gadgets-nav .fa.fa-chevron-up {
		font-size: 18px;
	}

	/* --- Time/Date strip on map --- */
	#map-time-date {
		font-size: 11px;
		padding: 2px 6px;
		white-space: nowrap;
		opacity: .9;
	}

	/* --- Fullscreen toggle buttons --- */
	#show-map-fullscreen,
	#show-map-normal {
		font-size: 11px;
		padding: 6px 10px;
		min-height: 34px;
		border-radius: 6px;
	}
	#events-fullscreen {
		font-size: 20px;
	}

	/* === BACKDROP === */
	.map-gadgets-backdrop {
		display: none;
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,.5);
		z-index: 490;
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
		transition: opacity .25s;
	}
	.map-gadgets-backdrop.active {
		display: block;
	}

	/* === GADGETS PANEL (slide-in from right) === */
	#gadgets-container {
		position: fixed !important;
		top: 0;
		right: 0;
		width: 88vw !important;
		max-width: 380px;
		height: 100vh !important;
		height: 100dvh !important;
		z-index: 500;
		background: #f8f9fa;
		box-shadow: -4px 0 20px rgba(0,0,0,.2);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 0 !important;
		transform: translateX(110%);
		transition: transform .3s cubic-bezier(.4,0,.2,1);
		display: flex !important;
		flex-direction: column;
	}
	#gadgets-container.mobile-open {
		transform: translateX(0) !important;
	}
	#gadgets-container.hidden {
		transform: translateX(110%) !important;
		pointer-events: none;
	}

	/* === GADGETS HEADER (tabs) === */
	#gadgets-header {
		position: sticky;
		top: 0;
		z-index: 5;
		display: flex !important;
		flex-wrap: nowrap;
		align-items: stretch;
		padding: 0 !important;
		padding-right: 44px !important;
		min-height: 44px;
		height: auto !important;
		border-radius: 0 !important;
		box-shadow: 0 2px 6px rgba(0,0,0,.1);
	}
	#gadgets-header > div:not(.gadgets-mobile-close-btn) {
		flex: 1;
		display: flex !important;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 8px 4px;
		width: auto !important;
		font-size: 11px !important;
		border-right: 1px solid rgba(255,255,255,.15);
		transition: background .15s;
	}
	#gadgets-header > div:not(.gadgets-mobile-close-btn) span {
		line-height: 1.3 !important;
		font-size: 11px;
	}
	#gadgets-header-messages {
		display: inline-flex !important;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 4px;
	}
	#gadgets-header-messages .badge {
		font-size: 11px !important;
		height: 18px;
		min-width: 18px;
		line-height: 18px;
		padding: 0 4px;
	}

	/* --- Mobile close button (X) --- */
	.gadgets-mobile-close-btn {
		display: flex !important;
		position: absolute;
		top: 6px;
		right: 6px;
		width: 32px;
		height: 32px;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		color: #fff;
		cursor: pointer;
		z-index: 10;
		border-radius: 50%;
		background: rgba(0,0,0,.25);
		transition: background .15s, transform .15s;
		-webkit-tap-highlight-color: transparent;
	}
	.gadgets-mobile-close-btn:active {
		background: rgba(0,0,0,.45);
		transform: scale(.9);
	}

	/* === GADGETS CONTENT AREA === */
	#gadgets-container > .toggle-view,
	#filters-accordion, #settings-accordion, #events-accordion {
		padding: 8px 10px;
		margin-top: 0 !important;
		flex: 1;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	/* === FILTER ACCORDION === */
	.accordion {
		margin: 0;
		padding: 0 !important;
	}
	.accordion li {
		margin-bottom: 6px;
	}
	ul li a.toggle-select-gadget {
		padding: 10px 12px !important;
		font-size: 13px;
		border-radius: 8px !important;
		display: flex !important;
		align-items: center;
		min-height: 44px;
	}
	ul li a.toggle-select-gadget span {
		font-size: 13px;
	}
	.accordion .inner {
		padding: 10px 8px;
		max-height: 55vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		border-left-width: 2px;
		border-right-width: 2px;
	}

	/* --- Filter buttons (stacked full-width) --- */
	.select-cp-buttons,
	.select-lineType-buttons,
	.select-lineNo-buttons,
	.select-garageNo-buttons {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}
	.select-cp-buttons button,
	.select-lineType-buttons button,
	.select-lineNo-buttons button,
	.select-garageNo-buttons button {
		width: 100% !important;
		min-height: 42px;
		font-size: 13px !important;
		border-radius: 6px;
		padding: 8px 10px;
	}

	/* --- Select dropdowns full-width --- */
	.select-cp-option-menu,
	.select-lineType-option-menu,
	.select-lineNo-option-menu,
	.select-garageNo-option-menu {
		margin: 8px 0 0 0;
		text-align: left !important;
		width: 100% !important;
	}
	.select-cp-option-menu > label,
	.select-lineType-option-menu > label,
	.select-lineNo-option-menu > label,
	.select-garageNo-option-menu > label {
		display: block !important;
		width: 100% !important;
	}
	#selected-cps, #selected-lineType, #selected-buses, #selected-lines {
		width: 100% !important;
	}
	.select-cp-div,
	.select-lineType-div,
	.select-lineNo-div,
	.select-garageNo-div {
		width: 100% !important;
	}
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
		width: 100% !important;
	}
	#group_buses {
		width: 100% !important;
		min-height: 38px;
		font-size: 14px;
		border-radius: 6px;
		padding: 6px 8px;
	}

	/* --- Select2 on mobile --- */
	.select2-container,
	#gadgets-container .select2-container,
	#gadgets-container .select2,
	.select-cp-option-menu .select2-container,
	.select-lineType-option-menu .select2-container,
	.select-lineNo-option-menu .select2-container,
	.select-garageNo-option-menu .select2-container,
	span.select2-container {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}
	.select2-container .select2-selection,
	#gadgets-container .select2-container .select2-selection {
		width: 100% !important;
		min-height: 40px;
		border-radius: 4px;
	}
	.select2-container .select2-selection__rendered {
		width: 100% !important;
		padding: 4px !important;
		display: flex;
		flex-wrap: wrap;
		gap: 3px;
	}
	#gadgets-container .select2-selection__choice {
		width: auto !important;
		max-width: 100%;
		font-size: 12px;
		padding: 3px 8px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	/* Select2 search input full-width */
	.select2-container .select2-search--inline .select2-search__field {
		width: 100% !important;
		min-height: 30px;
	}
	/* Original select elements also full-width */
	.select-box-map,
	#gadgets-container select {
		width: 100% !important;
	}

	/* === SETTINGS TABLE === */
	.select-settings-div {
		padding: 0 !important;
	}
	.select-settings-div .table {
		font-size: 12px;
	}
	.select-settings-div .table > tbody > tr > td,
	.select-settings-div .table > tbody > tr > th,
	.select-settings-div .table > thead > tr > td,
	.select-settings-div .table > thead > tr > th {
		padding: 8px 6px;
		vertical-align: middle;
	}
	.select-settings-div .table > tbody > tr > td:first-child {
		font-size: 12px;
		line-height: 1.3;
		max-width: 55vw;
		word-wrap: break-word;
	}
	.select-settings-div .table > tbody > tr > td:last-child {
		text-align: center;
		white-space: nowrap;
	}
	.settings-input {
		width: 60px !important;
		min-height: 34px;
		text-align: center;
		font-size: 14px;
		border: 1px solid #ccc !important;
		border-radius: 4px;
		padding: 4px;
	}
	#save-settings {
		width: 100%;
		min-height: 44px;
		font-size: 14px;
		margin-top: 8px;
		border-radius: 6px;
	}
	.selectpicker {
		width: 100% !important;
	}

	/* === MESSAGES SECTION === */
	#messages-buttons {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}
	#messages-buttons button {
		width: 100% !important;
		height: auto;
		min-height: 44px;
		font-size: 13px;
		padding: 10px 12px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
	}
	#send_message_div {
		min-height: 60px;
		overflow-wrap: break-word;
		word-break: break-word;
		width: 100%;
		font-size: 13px;
	}
	#send-msg-div textarea {
		width: 100% !important;
		min-height: 80px;
		font-size: 14px;
	}
	/* Messages modal on mobile */
	#show-messages-modal .modal-dialog {
		margin: 10px;
		width: auto !important;
	}
	#show-messages-modal .modal-body {
		max-height: 70vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 8px;
	}
	#show-messages-modal .table {
		font-size: 11px;
	}

	/* === HISTORY PANEL (full-screen overlay) === */
	#map-live-history-container {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100vw !important;
		max-width: 100vw;
		height: 100vh !important;
		height: 100dvh !important;
		z-index: 510;
		background: #f5f6f8;
		box-shadow: none;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 !important;
		padding: 0;
	}
	#map-live-history-container .widget {
		margin: 0;
		box-shadow: none;
	}
	#map-live-history-container .widget-header {
		position: sticky;
		top: 0;
		z-index: 5;
		padding: 10px 12px;
		display: flex;
		align-items: center;
		gap: 6px;
	}
	#map-live-history-container .widget-header .widget-caption {
		font-size: 13px;
	}
	#map-live-history-container .widget-body {
		padding: 10px 12px;
	}

	/* --- Legend (compact horizontal) --- */
	#map-live-history-container .mh-legend-container {
		display: inline-flex;
		align-items: center;
		margin-right: 10px;
		margin-bottom: 4px;
	}
	#map-live-history-container .mh-legend-icon-text {
		font-size: 11px;
		width: auto;
	}
	#map-live-history-container .mh-legend-road {
		min-width: 20px;
		margin-right: 4px;
	}

	/* --- History form layout --- */
	#map-live-history-container form.form-horizontal {
		margin: 0;
	}
	#map-live-history-container .form-group {
		margin-bottom: 6px;
		margin-left: 0 !important;
		margin-right: 0 !important;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#map-live-history-container .form-group label {
		text-align: left !important;
		width: auto;
		padding: 4px 8px 4px 0;
		font-size: 13px;
		font-weight: 500;
		margin: 0;
		flex: 0 0 auto;
	}
	#map-live-history-container .form-group .col-sm-6,
	#map-live-history-container .form-group .col-sm-8,
	#map-live-history-container .form-group .col-sm-2 {
		width: auto;
		flex: 1;
		padding-left: 0;
		padding-right: 0;
	}
	#map-live-history-container .form-group .col-sm-2:empty {
		display: none;
	}
	#map-live-history-container .map-live-history-input {
		width: 100%;
		min-height: 38px;
		font-size: 14px;
		padding: 6px 10px;
		border: 1px solid #ccc;
		border-radius: 6px;
		background: #fff;
	}

	/* --- GPS radio options compact --- */
	#map-live-history-container .row {
		margin: 0;
		padding: 2px 0;
	}
	#map-live-history-container .row .col-xl-4,
	#map-live-history-container .row .col-lg-4,
	#map-live-history-container .row .col-md-4,
	#map-live-history-container .row .col-sm-4 {
		width: auto;
		padding: 0 4px 0 0;
	}
	#map-live-history-container .row .col-xl-6,
	#map-live-history-container .row .col-lg-6,
	#map-live-history-container .row .col-md-6,
	#map-live-history-container .row .col-sm-6 {
		width: auto;
		padding: 0;
	}
	#map-live-history-container .row label {
		font-size: 12px;
		margin: 0;
	}

	/* --- Playback control buttons --- */
	#map-live-history-container .mh-btns-contrainer {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		margin: 8px 0;
		justify-content: center;
	}
	#map-live-history-container button,
	#map-live-history-container .btn {
		min-height: 42px !important;
		padding: 8px 12px !important;
		font-size: 13px;
		border-radius: 6px;
		flex: 1 1 auto;
	}
	#map-live-history-container .show-btn {
		flex: 1 1 100%;
	}
	#map-live-history-container .step-btn {
		flex: 1;
		min-width: 50px;
		font-size: 12px;
		padding: 6px 8px !important;
	}
	/* Close history button prominent at bottom */
	#close-history {
		width: 100%;
		min-height: 48px !important;
		font-size: 15px !important;
		font-weight: 600;
		margin-top: 12px;
		background: #e74c3c;
		color: #fff;
		border: none;
		border-radius: 8px;
	}
	#close-history:active {
		background: #c0392b;
	}

	/* --- History slider --- */
	#mh-slider {
		margin: 10px 0;
	}

	/* --- History info display --- */
	#map-live-history-container #current_time,
	#map-live-history-container #current_speed,
	#map-live-history-container #current_distance,
	#map-live-history-container #vehicle_map_data,
	#map-live-history-container #current_driver {
		font-size: 14px;
		font-weight: 500;
	}

	/* === MAP CONTROLS ON MAP === */
	.map-style-switcher {
		flex-wrap: wrap !important;
		gap: 4px;
		bottom: 8px !important;
		right: 8px !important;
	}
	.map-style-switcher .map-style-btn {
		padding: 6px 8px !important;
		font-size: 11px;
		min-height: 32px;
		border-radius: 4px;
	}
	.map-fullscreen-btn {
		width: 40px !important;
		height: 40px !important;
		font-size: 16px !important;
	}

	/* === TABLES & GENERAL COMPACT === */
	.table > tbody > tr > td, .table > tbody > tr > th,
	.table > tfoot > tr > td, .table > tfoot > tr > th,
	.table > thead > tr > td, .table > thead > tr > th {
		padding: 6px 4px;
		font-size: 12px;
	}

	/* === MAP POPUPS === */
	.maplibregl-popup-content {
		max-width: 90vw !important;
		max-height: 280px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		font-size: 13px;
		padding: 10px;
		border-radius: 8px;
	}

	/* --- Google Maps InfoWindow on mobile --- */
	.gm-style-iw-c {
		max-width: 82vw !important;
		max-height: 60vh !important;
		border-radius: 8px !important;
		padding: 0 !important;
	}
	/* X close button visible and bigger */
	.gm-style-iw-c > button,
	.gm-style-iw-chr > button {
		top: 2px !important;
		right: 2px !important;
		width: 36px !important;
		height: 36px !important;
		background: rgba(0,0,0,.12) !important;
		border-radius: 50% !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		z-index: 10 !important;
	}
	.gm-style-iw-c > button img,
	.gm-style-iw-chr > button span {
		width: 18px !important;
		height: 18px !important;
	}
	.gm-style-iw-d {
		max-height: 55vh !important;
		overflow: auto !important;
		-webkit-overflow-scrolling: touch;
		padding-right: 4px;
	}
	.description_div {
		max-width: 78vw !important;
		width: auto !important;
		font-size: 12px !important;
		border-width: 2px !important;
	}
	.description_div .desc_header {
		padding: 6px 8px !important;
		font-size: 12px !important;
	}
	.description_div div[style*="background-color:#8ac63e"],
	.description_div div[style*="background-color:#f4b400"] {
		font-size: 11px !important;
		padding: 4px !important;
		height: auto !important;
		line-height: 1.3 !important;
	}
	.description_div div[style*="margin:5px"] {
		margin: 4px !important;
		font-size: 12px !important;
		line-height: 1.4;
	}
	/* Popup action buttons compact on mobile */
	.description_div ~ button,
	.description_div + button,
	div[id] > button[onclick*="openHistoryDialog"],
	div[id] > button[onclick*="openAddNewMessageModal"] {
		padding: 8px 6px !important;
		font-size: 13px !important;
		min-height: 40px;
		border-top-width: 2px !important;
	}

	/* === MODALS ON MOBILE === */
	.modal .modal-dialog {
		margin: 8px !important;
		width: auto !important;
	}
	.modal .modal-body {
		max-height: 75vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	/* === UTILITY === */
	.map-logo {
		display: none !important;
	}
	.brxx {
		display: none !important;
	}
	/* Prevent body scroll when panel is open */
	body.mobile-panel-open {
		overflow: hidden !important;
		position: fixed;
		width: 100%;
	}
	/* Touch feedback for interactive elements */
	#gadgets-container button,
	#gadgets-container a,
	#gadgets-container .select-gadget-button {
		-webkit-tap-highlight-color: rgba(0,0,0,.05);
	}

}

/* === SMALL PHONES (max-width: 400px) === */
@media (max-width: 400px) {
	#gadgets-container {
		width: 100vw !important;
		max-width: 100vw;
	}
	#gadgets-header > div:not(.gadgets-mobile-close-btn) span {
		font-size: 10px;
	}
	#map-live-history-container .step-btn {
		font-size: 11px;
		padding: 4px 6px !important;
	}
	#map-live-history-container .mh-legend-container {
		display: flex;
		margin-right: 0;
	}
}

/**********************************************************************************************/
/*********************					PLANNING						 **********************/
/**********************************************************************************************/

/*****  MAIN  *****/
#planning-container-main{
	width:100%;
}

#planning-header, #realisation-header, #line-settings-header {
	text-align: center;
	background-color: #008000;
	color: #FFF;
	padding: 5px;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
/********************  DATEPICKER  ********************/

#planning-datepicker-header {
	background-color:#a0d468;
    width: 220px;
    min-width: 200px;
    padding: 10px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
}
#planning-datepicker-container {
	margin: 0 auto;
}
#planning-datepicker-container table{
    border-collapse: separate;
    border-spacing: 3px 3px;
}
#planning-datepicker-container .datepicker{
	z-index: 7!important;
	margin: 0 auto;
    background-color: #fff;
}
#planning-datepicker-container .datepicker:before, #planning-datepicker-container .datepicker:after{
    content: none;
}

.planning-day-created {
	background-color: rgba(25,166,224, 0.5);
}
.planning-day-error {
	background-color: rgba(237,28,36, 0.5);
}
.planning-day-planned {
	background-color: rgba(0,128,0, 0.5);
}

.planning-timepicker{
    padding: 2px;
    width: 42px;
    height: 20px;
}
/********************  FILTERs  ********************/

#planning-filter-header {
	background-color:#a0d468;
	color: #000;
	padding: 10px;
	margin: 0 auto 10px auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#planning-filter-container, #realisation-filter-container {
	max-width:400px;
	min-width: 260px;
    margin: 0 auto;
}
#planning-filter-main .bootstrap-select>.dropdown-toggle.bs-placeholder {
	color: #000;
}
#planning-filter-main .table>tbody>tr>td {
	padding: 0;
	vertical-align: middle;
	text-align: right;
	margin: 0 5px 0 5px;
	width: 200px;
}
#planning-filter-main .table>tbody>tr>td:first-child {
	padding-right: 5px;
	font-weight: bold;
	background-color: #F6F6F6;
}
#planning-filter-main .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 200px;
}
#planning-filter-footer {
	margin-top: 5px;
}
#planning-filter-footer table th {
	padding: 5px;
	text-align: center;
}
#planning-filter-footer table td {
	background-color: #FFF;
	padding: 3px;
}
#planning-filter-button, #realisation-filter-button, #line-settings-filter-button {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	font-weight: bold;
    font-size: 18px;
}
#planning-filter-footer table th{
	font-weight: bold;
}

/*****  BUTTONS  *****/
#planning-buttons-container {
	width: 90%;
	margin: 0 auto;
}
.planning-main-button {
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
    font-weight: bold;
}
/***************  NOTIFICATION  ***************/
.planning-warning-notification {
    text-align: center;
    width: 100%;
    background-color: #e46f61;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;

}

.planning-warning-close-button {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}


/***************  TABLEs  ***************/
.planning-table-field {
	max-width: 70px;
}
/*** progressbar  ***/
.planning-tables-all td.td-data-vehicle-progress {
	min-width: 840px;
	width: 840px;
	max-width: 840px;
}

.table-data-vehicle-progress {
	width: 840px;
}

.table-data-vehicle-progress .progress {
	margin: 0;
	width: 100%;
}
.progressbar-timeline-hours {
	display:inline-block;
	background-color:#FFF;
	border-right:0.5px solid #000;
	border-left:0.5px solid #000;
	height: 20px;
}/*
.progressbar-timeline-span {
	position: absolute;
    top: 25px;
    left: 3px;
}
.table-data-vehicle-progress {
	position: relative;
}*/
.planning-table-buttons {
    padding: 0 5px;
}
.table-data-vehicle-span-row {
	display: block;
}

.table-data-display-span-row {
    display: block;
    margin-bottom: 2px;
}

.planning-tables-all .table>thead>tr>th {
	white-space: normal;
	padding: 1px;
	text-align: center;
	vertical-align: middle;
}

.planning-tables-all .table>tbody>tr>td {
	white-space: normal;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}
.planning-table-headers {
	text-align: center;
	width: 100%;
	background-color: #a0d468;
	padding: 10px;
	font-size: 20px;
    font-weight: bold;
}
/***************  WIDGETs  ***************/
#planning-processing-departure .bootstrap-select>.dropdown-toggle.bs-placeholder {
	color: #000;
}
#planning-processing-departure .table>tbody>tr>td {
	padding: 0;
	vertical-align: middle;
	text-align: center;
	margin: 0 5px 0 5px;
}
#planning-processing-departure .table>tbody>tr>td:first-child {
	padding-right: 5px;
	font-weight: bold;
	background-color: #F6F6F6;
	text-align: right;
}
#planning-processing-departure button {
	width: 100%;
	padding: 2px;
}
.planning-buttons-bold button {
	font-weight: bold;
	margin-top: 10px;
}
.planning-processing-margin {
	margin-top: 5px;
}
.planning-processing-header {
	margin:10px 0 5px 0;
	background-color: #19a6e0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 5px;
}
#planning-processing-datepicker-container {
	height: 260px;
	padding:20px;
	border: 1px solid #000;
    position: relative;
}
#planning-processing-departure-body {
    max-width: 430px;
    min-width: 300px;
    margin: 0 auto;
}
#planning-processing-departure .widget-header {
	text-align: center;
}
#planning-processing-departure .widget-header .widget-caption {
	float: none;
	color: #000;
	font-size: 20px;
    font-weight: bold !important;;

}
#planning-processing-departure .widget-header .widget-buttons {
	float: right;
}

/***************  GROUP DEPARTURES  ***************/
.planning-group-departures-main-headers {
	width: 100%;
	background-color: #19a6e0;
	font-size: 16px;
	font-weight:bold;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#planning-group-departures-settings .bootstrap-select>.dropdown-toggle.bs-placeholder {
	color: #000;
}
.planning-group-departures .table>tbody>tr>td,.planning-group-departures .table>thead>tr>th {
	padding: 1px;
	vertical-align: middle;
	text-align: center;
	margin: 0 5px 0 5px;
}
#planning-group-departures-settings .table>tbody>.planning-group-departures-settings-select-td>td:first-child {
	padding-right: 5px;
	font-weight: bold;
	background-color: #F6F6F6;
	text-align: right;
}
#planning-group-departures-settings .planning-group-departures-settings-checkbox-td>tbody>tr>td {
	text-align: left;
	padding: 2px 2px 2px 5px;
	vertical-align: middle;
}
#planning-group-departures-settings .planning-group-departures-settings-checkbox-td>tbody>tr>td span {
	float:left;
	margin-right: 5px;
}

#group-departures-search-table-container {
	width: 60%;
	height: 300px;
    overflow-x: auto;
}
#group-departures-search-selectbox-container {
	width: 40%;
}
#group-departures-search-table>tbody>tr>td:nth-child(odd){
  text-align: left;
}
#group-departures-search-table .ui-selecting, #group-departures-selected-table .ui-selecting {
	background: #FECA40;
}
#group-departures-search-table .ui-selected, #group-departures-selected-table .ui-selected {
	background: #F39814;
	color: white;
}
#group-departures-choose-stuff, #group-departures-choose-vehicle, #group-departures-choose-warrant {
	padding: 0;
	vertical-align: top;
}
#group-departures-choose-stuff select, #group-departures-choose-vehicle select, #group-departures-choose-warrant select {
	width: 100%;
	max-height: 300px;
}
/*
#group-departures-selected-table .ui-selecting {
	background: #FECA40;
}
#group-departures-selected-table .ui-selected {
	background: #F39814;
	color: white;
}
*/
/***************  SELECTED DEPARTURES  ***************/
#planning-selected-departures-main .table>tbody>tr>td{
	padding: 0;
	vertical-align: middle;
	text-align: center;
	margin: 0 5px 0 5px;
}
.selectpicker-cp {
	width: 200px;
}

/***************  CHANGE VEHICLE  ***************/
#planning-change-vehicle-main {
	padding: 5px;
}
.select-change-vehicle-multiple {
	min-height: 293px;
    position: relative;
    top: 10px;
}
.select-change-vehicle-multiple option{
	padding: 5px;
	font-size: 13px;
	color: #000;
}
.select-change-vehicle-multiple option:hover{
	background-color: #5897fb;
	color: #FFF;
}
.select-change-vehicle-multiple option:checked{
	background: #F39814;
	color: #FFF;
}
#planning-change-vehicle-planned, #planning-change-vehicle-changed {
	min-height: 355px;
}
#planning-change-vehicle-main .select2-results__option[aria-selected] {
	cursor: default;
}
/***************  DEPARTURE WARRANT  ***************/
#planning-departure-warrant-main {
	margin: 10px;
}
#planning-departure-warrant-main .table>tbody>tr>td {
   	padding: 0;
    height: 285px;
    text-align: center;
    margin: 0 5px 0 5px;
}

#planning-departure-warrant-table-container {
	/*width: 70%;*/
}
#planning-departure-warrant-buttons {
	margin-top: 20px;
	text-align: center;
}
#planning-departure-warrant-buttons button {
	width: 90%;
	font-weight: bold;
}
#planning-departure-warrant-buttons label {
	font-weight: bold;
	font-size: 13px;
}
#selectbox-departure-warrant-choose-vehicle, #selectbox-departure-warrant-choose-warrant, #selectbox-departure-warrant-choose-driver {
	width: 100%;
}
#departure-warrant-choose-vehicle, #departure-warrant-choose-driver, #departure-warrant-choose-warrant{
	width: 33%;
}

/******************  RESPONSIVE PLANNING  ***********************/

@media screen and (max-width: 1400px) {
	#planning-header, #realisation-header {
		font-size: 28px;
	}
	#planning-filter-header {
		font-size: 16px;
	}
	#planning-filter-button {
		font-size: 14px;
	}
	.planning-main-button {
		font-size: 14px;
	}
	.planning-table-headers {
		font-size: 16px;
	}
	.table-data-vehicle-progress span {
		font-size: 10px;
	}
	.planning-processing-header {
		font-size: 14px;
	}
	#planning-processing-departure .widget-header .widget-caption {
		font-size: 16px;
	}
	.planning-group-departures-main-headers {
		font-size: 14px;
	}
	#planning-filter-main .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
		width: 150px;
	}
	#planning-filter-main .table>tbody>tr>td {
	    width: 150px;
	}
	#planning-filter-footer {
		font-size: 12px;
	}
	#planning-filter-footer table th {
		font-size: 12px;
	}
	.planning-timepicker {
	    padding: 1px;
	    width: 38px;
	    height: 15px;
	    font-size: 11px;
	}
	#planning-group-departures-settings .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
		width: 165px;
	}
	.planning-buttons-bold button {
		font-size: 14px;
	}
	#planning-group-departures-buttons button, #planning-group-departures-search-buttons button {
		font-size: 14px;
	}
	#planning-change-vehicle-buttons button {
		font-size: 14px;
	}
}


@media screen and (max-width: 1180px) {
	#planning-header, #realisation-header {
		font-size: 24px;
	}
	#planning-filter-header {
		font-size: 12px;
	}
	#planning-filter-button {
		font-size: 10px;
	}
	.planning-main-button {
		font-size: 9px;
	}
	.planning-table-headers {
		font-size: 12px;
	}
	.planning-processing-header {
		font-size: 10px;
	}
	#planning-processing-departure .widget-header .widget-caption {
		font-size: 12px;
	}
	.planning-group-departures-main-headers {
		font-size: 10px;
	}/*
	#planning-filter-main .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
		width: 100px;
	}
	#planning-filter-main .table>tbody>tr>td {
	    width: 100px;
	}*/
	#planning-filter-footer {
		font-size: 11px;
	}
	#planning-filter-footer table th {
		font-size: 11px;
	}
	.planning-timepicker {
	    padding: 2px;
	    width: 35px;
	    height: 15px;
	    font-size: 11px;
	}
	#planning-buttons-container {
    	width: 70%;
	}
	#planning-buttons-container .btn {
   		padding: 6px 0px;
	}
	#planning-group-departures-settings .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
		width: 142px;
	}
	.planning-buttons-bold button {
		font-size: 10px;
	}
	#planning-group-departures-buttons button, #planning-group-departures-search-buttons button {
		font-size: 10px;
	}
	#planning-change-vehicle-buttons button{
		font-size: 10px;
	}
}

@media screen and (max-width: 767px) {
	.planning-datepicker-wrapper {
	    margin-bottom: 240px;
	}
}

@media screen and (max-width: 979px) {
	.page-sidebar {
	    display: none;
	    float: none;
	}
	.page-content {
    	margin-left: 0;
	}
}

/***************  CONTAINERS VIEW  ***************/

#planning-group-departures-view, #planning-selected-departures-view, #planning-change-vehicle-view, #planning-processing-view, #planning-column-settings-view {
    /*background-color: #eeeeee;*/
    margin: 0 auto;
}

/***************  MODALS  ***************/

#planning-container .modal-dialog {
	width:75%;
	min-width: 500px;
}
#planning-modal-body {
	background-color: #f5f5f5;
	padding:0;
    min-height: 500px;
}

/***************  SELECT2 DEPARTURE WARRANT  ***************/

.planning-format-select2 .select2-results{
	height: 255px;
}
.planning-format-select2 .select2-container--default .select2-results>.select2-results__options {
	max-height: 250px;
}

.planning-format-select2 .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #F07746;
	color: #FFF;
}

.planning-format-select2 .select2-container--default .select2-results__option[aria-disabled=true] {
    /**background-color: #d2d2d2;*/
    color: red;
    cursor: not-allowed;
}

.planning-format-select2 label {
	width: 100%;
}

.selectbox-departure-driver-filers {
	text-align: center;
}

.selectbox-departure-driver-filers label {
	display: inline;
}

.planning-format-select2 label p{
	margin: 0;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
    font-size: 14px;
}
.planning-format-select2 div{
	padding: 0;
}

/***************  DISPLAY BY DEPARTURE TABLE  ***************/
.higlight-dbd-row {
	background-color: gold !important;
}

/***************  DISPLAY PROCESSING  ***************/
.higlight-new-row {
    background-color: gold !important;
}

table.dataTable td.dataTables_empty {
    text-align: center !important;
}

/* Hack to make Bootstrap Timepicker widget dropdown appear in a Bootstrap modal.
   See https://github.com/jdewit/bootstrap-timepicker/issues/326
   */
.bootstrap-timepicker-widget {
    z-index: 3000 !important;
}

#new-departures-area {
    border: solid 1px lightgray;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

#order-select-modal > .modal-dialog  {
	width: 50%;
	height: 150px;
}

/**********************************************************************************************/
/*********************					DISPATCH MESSAGES				 **********************/
/**********************************************************************************************/

.expandabledatatable-messages-body {
	position: relative;
	min-height: 400px;
}

.expandabledatatable-messages-body #expandabledatatable_wrapper, .expandabledatatable-messages-body #expandabledatatable2_wrapper {
	/*width: 49% !important;
	display: inline-block;*/
}
.expandabledatatable-messages-table {
	width: 49.6% !important;
	display: inline-block;
    min-height: 345px;
}
.expandabledatatable-messages-table2 {
	width: 49.6% !important;
	display: inline-block;
	position: absolute;
	right: 5px;
    min-height: 345px;
}
/*
.expandabledatatable-messages-body .row.DTTTFooter {
	width: 49% !important;
}
*/
.selectpicker-custom {
	width: 600px;
	margin: 0 auto;
}
.selectpicker-custom .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 345px;
}

.inline-table {
	width: 49.7%;
	display: inline-block;
}

/***************  PricePerKmByLine  ***************/

.price-per-km-data .bootstrap-select .dropdown-menu{
    margin: 0;
}


/***************  Toastr  ***************/
#toast-container > .toast {
    background-image: none !important;
}

#toast-container > .toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}
#toast-container > .toast-warning:before {
    content: "\f059";
}
#toast-container > .toast-error:before {
    content: "\f06a";
}
#toast-container > .toast-info:before {
    content: "\f05a";
}
#toast-container > .toast-success:before {
    content: "\f058";
}

.toast-error {
	background-color: #df5138;
}


/**********************************************************************************************/
/*********************					REALISATION						 **********************/
/**********************************************************************************************/

.error-text {
	color: #FF0000;
}
.d-block {
	display: block;
}

#realisation-main-view {
	font-weight: bold;
	font-size: 12px;
}
#realisation-main-view label {
	font-weight: bold;
	font-size: 11px;
}
.realisation-datetime-input {
	padding: 0px 0 0 5px;
    height: 20px;
    font-size: 10px;
}
#realisation-filter-datetime .date-picker, #realisation-filter-datetime .time-picker {
	width: 95px;
}
.realisation-analysis-container{
	margin: 10px 0;
}
#realisation-filter-buttons {
	text-align: center;
}

#realisation-filter-buttons .btn {
    min-width: 150px;
    max-width: 150px;
    height: 50px;
    white-space: normal;
    padding: 5px;
    font-weight: bold;
}
#remaining_time_span {
    height: 20px;
}
#remaining_time_span label {
	margin: 0;
}

#realisation-datepicker-container {
}
#realisation-timepicker-container {
}
.realisation-margin-top {
	margin-top: 15px;
}
#realisation-datepicker-header {
    background-color: #a0d468;
    width: 200px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}
#realisation-datepicker {
	display: inline-block;
	background-color: #FFFFFF;
}
#realisation-datepicker .datepicker-inline {
	width: 200px;
}

#realisation-filter-header {
    background-color: #a0d468;
    color: #000;
    padding: 10px;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
#realisation-datepicker .datepicker:before, #realisation-datepicker .datepicker:after {
    content: none;
}

/*******************  TABLE  ***************************/
#realisation-dataTable {
	table-layout: fixed;
}
.realisation-label-margin {
	/*margin-left: 10px;*/
}

#realisation-analysis-table {
	margin-top: 20px;
}
.realisation-analysis-span {
	white-space: nowrap;
}
#realisation-container #realisation-analysis-table .table>thead>tr>th, #realisation-container #realisation-analysis-table .table>tbody>tr>td {
    font-size: 73%;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    height: 65px;
}

.realisation-filter-margin {
	margin-top: 5px;
}

#realisation-container input[type=radio]~.text:before {
	line-height: 20px;
    height: 20px;
    min-width: 20px;
}
.realisation-td-bordered {
	border-bottom: 1px solid #000;
	height: 14px;
}
.realisation-time-input {
	background-color: transparent !important;
	-webkit-appearance: none !important;
    outline: none !important;
    padding: 0 !important;
	width: 36% !important;
	border: 0 !important;
	color: #444 !important;

	-webkit-user-select: all;  /* Chrome all / Safari all */
	-moz-user-select: all;     /* Firefox all */
	-ms-user-select: all;      /* IE 10+ */
	user-select: all;          /* Likely future */
}
.realisation-time-input.realisation-error {
	position: relative;
    left: -5px;
}
.realisation-km-speed-input {
	background-color: transparent !important;
	-webkit-appearance: none !important;
    outline: none !important;
    padding: 0 !important;
	width: 31% !important;
	border: 0 !important;
	color: #444 !important;

	-webkit-user-select: all;  /* Chrome all / Safari all */
	-moz-user-select: all;     /* Firefox all */
	-ms-user-select: all;      /* IE 10+ */
	user-select: all;          /* Likely future */
}
.realisation-data-changed {
	background-color: rgba(247, 144, 23, 0.3);
}
.realisation-manual-data {
	display: inline-block;
	float: left;
	color: #bf1e2e;
	font-size: 12px;
    max-height: 12px;
    cursor: pointer;
    cursor: hand;
}
.realisation-td-click-revert {
	color: #11a9cc;
}
.realisation-link {
	cursor: pointer;
	cursor: hand;
}
.realisation-default {
	display: none;
}
.realisation-success {
	color: #79bc21;
}
.realisation-error {
	color: #bf1e2e;
}
.realisation-modified-departure {
	background-color: rgba(121, 188, 33, 0.1);
}
.realisation-error span.realisation-error, .realisation-error span {
	position:relative;
	left: -6px;
}
span.realisation-realised-error {
	left: 0 !important;
}
.realisation-double-departure {
	background-color: rgba(247, 144, 23, 0.2);
}
.realisation-realisationTd {
	/*border: 1px solid #000;*/
	font-weight: bold;
	font-size: 9px;
	width: 100%;
}
.realisation-manual-container_2 {
	display: inline-block;
	position: relative;
    left: -18%;
}
.realisation-manual-container_7 {
	display: inline-block;
	position: relative;
    left: 3%;
}
.realisation-manual-container_4 {
	display: inline-block;
	position: relative;
    left: 19%;
}
.realisation-manual-container_5 {
	display: inline-block;
	position: relative;
    left: 30%;
}
.realisation-comments-container {
	font-size: 12px;
	display: inline-block;
    height: 70px;
    width: 300px;
}
.realisation-comments-container .bootstrap-select.btn-group .dropdown-menu {
    max-width: 450px;
}
.realisation-comments-container .bootstrap-select.btn-group {
    margin-top: 5px;
}
.realisation-submit-container {
	font-size: 12px;
	display: inline-block;
    width: 110px;
    margin-left: 15px;
}
.realisation-submit-container button {
    margin-right: 5px;
    font-size: 12px;
    height: 25px;
    padding: 0 4px 0 4px;
    width: 100%;
}
.realisation-comments-header{
	height: 20px;
	margin-bottom: 5px;
	background-color: #a0d468;
	font-weight: bold;
}
.realisation-comments-input {
	width: 300px;
	height: 25px;
	padding-left: 5px;
	font-size: 12px;
}
#realisation-container .checkbox input[type=checkbox] {
	display: none;
}

.realisation-canceled-departure {
	background-color: rgba(241, 130, 130, 0.3);
}
.realisation-divided-departure {
	background-color: rgba(121, 188, 33, 0.2);
}
.realisation-missing_terminal_data {
	background-color: rgba(241, 200, 200, 0.3);
}
#realisation-change-vehicles-table input[type=checkbox] {
    opacity: 1;
    position: unset;
}

#realisation-change-vehicles-table-tbody {
    white-space: nowrap;
}

#realisation-swap-vehicles-table input[type=checkbox] {
    opacity: 1;
    position: unset;
}

#realisation-swap-vehicles-table-tbody {
    white-space: nowrap;
}

#realisation-swap-vehicles-table_2 input[type=checkbox] {
    opacity: 1;
    position: unset;
}

#realisation-swap-vehicles-table-tbody_2 {
    white-space: nowrap;
}
/*********************	SCROLLBAR  *********************/
#realisation-analyse-table {
	height: 95vh;
    margin: 0 auto;
}
#realisation-analyse-table .scrollbar-dynamic > .scroll-element.scroll-y {
    z-index: 999;
}
#realisation-analyse-table .scrollbar-dynamic > .scroll-element.scroll-x {
	z-index: 999;
}
#realisation-analyse-table .scroll-wrapper {
	height: 100% !important;
}

#realisation-analyse-table-inner {
	height: 100% !important;
}

/******** AUTOCOMPLETE COMBOBOX JQUERY UI **********/
.realisation-comments-container .ui-widget {
	text-align: left;
    margin-top: 5px;
}
.realisation-custom-combobox {
	position: relative;
	display: inline-block;
	    background: #FFFFFF;
}
.realisation-custom-combobox .tooltip-inner {
    position: relative;
    left: 20px;
}
.realisation-custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
    background: #FFFFFF;
    border: 1px solid #bcbcbc;
}
.realisation-custom-combobox-toggle.ui-state-hover {
	background: #FFFFFF;
}
.realisation-custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
	width: 271px;
    background: #FFFFFF;
}

.realisation-fade-div {
	position : absolute;
   	left : 0;
   	top: 0;
    z-index : 13;
    opacity : 0.7;
    width: 100%;
	height: 65px;
	background-color: rgba(127, 127, 127, 0.3);
}



/***********  REALISATION COMMENTS  ***************/

#comment-events-info {
	font-size: 12px;
	font-weight: 600;
}

.realisation-disabled-before-endtime {
	pointer-events: none;
}
.realisation-img {
    position: relative;
    top: -4px;
}

#comment-events-modal .table {
	margin-top: 20px;
	margin-bottom: 20px;
}

/***********  REALISATION DIVIDE DEPARTURE  ***************/

#divide-departure-modal select {
    padding: 4px 8px;
}



/**********************************************************************************************/
/*********************					LINE SETTINGS					 **********************/
/**********************************************************************************************/

#line-settings-table .table>tbody>tr>td,#line-settings-table .table>thead>tr>th {
	padding: 1px;
	vertical-align: middle;
	text-align: center;
}

.line-settings-table-highlight {
	background-color: moccasin;
}

.table-text-centar>thead>tr>th, .table-text-centar>tbody>tr>td, .table-text-centar>tbody>tr>th{
	padding: 1px;
	vertical-align: middle;
	text-align: center;
}

.checkbox-classic {
    opacity: 1 !important;
    position: static !important;
    left: 0 !important;
}

#line-settings-map-container {
    height: 500px;
    width: 690px;
}
#line-settings-events-stations-container button {
	white-space: normal;
	width: 100%;
	margin-top: 5px;
}

#line-settings-shedule-container {
	width: 60%;
}

#line-settings-shedule-container-alt {
    width: 60%;
}

input[type="text"].line-settings-terminus-edit {
    width: 50px;
    color: #000;
    background-color: #FFF;
    border: none;
    text-align: center;
}

input[type="number"].line-settings-deviation-edit {
    width: 35px;
    color: #000;
    background-color: #FFF;
    border: none;
    text-align: center;
}

@media (min-width: 768px) {
	.modal-xl {
	    width: 1260px;
	    max-width: 1300px;
	}

	.modal-xl-1300 {
       width: 90%;
       max-width:1300px;
    }
}

.line-settings-station-departures-container {
	width: 120px;
}

.shedule-departure-marked {
    font-weight: bold;
    color: darkred !important;
}
#line-settings-map-stations-table .ui-selected {
	background: #F39814;
	color: white;
}

input[type="text"].line-settings-deviation-timepicker {
	width: 55px;
	color: #000;
	background-color: #FFF;
    border: none;
    text-align: center;
}

/**********************************************************************************************/
/*********************					TRACKER						 **********************/
/**********************************************************************************************/

#real-time-tracker-table>thead>tr>th, #real-time-tracker-table>tbody>tr>td {
  text-align: center;
  vertical-align: middle;
}
#real-time-tracker-table>tbody>tr>td:nth-child(n+1), #real-time-tracker-table>tbody>tr>td:nth-child(4) {
  text-align: center;
  vertical-align: middle;
}
#real-time-tracker-table>tbody>tr>td:nth-child(1),#real-time-tracker-table>tbody>tr>td:nth-child(n+5) {
  text-align: right;
  vertical-align: middle;
}
#real-time-tracker-table>tbody>tr>td:last-child {
  text-align: center;
  vertical-align: middle;
}

.tracking-no-response {
	background-color: rgba(237,28,36, 0.5);
}

.tracking-response {
	background-color: rgba(25,166,224, 0.5);
}
#real-time-tracker-table>tbody>tr.tracking-response>td {
  padding: 1px;
  padding-right: 8px;
}

.tracking-center-text {
  text-align: center !important;
}

/**********************************************************************************************/
/*********************					CASHIERS						 **********************/
/**********************************************************************************************/

#manual-fiscal-header {
	text-align: center;
	background-color: #008000;
	color: #FFF;
	padding: 5px;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

#manual-fiscal-datepicker-header {
    background-color: #a0d468;
    width: 200px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

#manual-fiscal-datepicker {
	display: inline-block;
	background-color: #FFFFFF;
	font-weight: bold;
}

#manual-fiscal-datepicker .datepicker:after,  #manual-fiscal-datepicker .datepicker:before {
	content: none;
}

#manual-fiscal-datepicker .datepicker-inline {
	width: 200px;
}

#manual-fiscal-filter-button {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	font-weight: bold;
    font-size: 18px;
}
#manual-fiscal-filters-container span {
	font-weight: bold;
}

#dispatch_enable_realisation {
	opacity: 1;
    position: static;
    left: 0;
}

#travel-order-modal #modal-body {
	display: flex; 
	justify-content: space-evenly; 
	gap: 16px;
}

#travel-order-modal #modal-body > div {
	gap: 8px;
	display: flex; 
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
}

#travel-order-modal #modal-body > div:nth-child(2) {
	justify-content: flex-start;
}

#travel-order-modal label {
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
    font-size: 14px;
}

#travel-order-modal #button-div {
	display: flex; 
	width: 100%; 
	align-items: flex-start; 
	justify-content: flex-start; 
	gap: 8px;
	padding: 14px 0;
}

#travel-order-modal #button-div > button {
	font-weight: 700;
}

#travel-order-modal input[type="text"], #travel-order-modal input[type="date"], #travel-order-modal textarea {
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #fff;
    color: #333;
    transition: border-color 0.3s, background-color 0.3s;
	width: 290px;
}

#travel-order-modal input[type="text"]:disabled {
    background-color: #f5f5f5;
    color: #999;
    border-color: #ddd;
    cursor: not-allowed;
}

#travel-order-modal input[type="text"]:not(:disabled):focus {
    border-color: #007bff;
    outline: none;
    background-color: #eef6ff;
}

#travel-order-modal input#order_no {
    color: #555;
}