@import url('fonts/open_sans/open-sans.css');
@import url('fonts/open_sans_condensed/open-sans-condensed.css');
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #1e1e1e;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	background: #f4f4f4;
}
h1, h2, h3, h4, h5, h6 {
	color: #1e1e1e;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999!important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999!important;
}
input:focus::-webkit-input-placeholder 
{
    color: transparent!important;
}
.fa-position {
	position: absolute;
	right: 40px;
	top: 14px;
}
/*a {
	color: #23a1d1;
}*/
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;	
}
label {
/*	font-size: 12px;
	font-weight: normal;*/
}
#thumb-logo {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.form-control {
    min-height: 38px;
}
.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
	min-height: unset;	
}
.col-form-label-sm {
	font-size: 12px;
}
.dropdown-item {
	font-size: 13px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .col-form-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu, .dropdown-menu li {
	font-size: 13px;
}
.dropdown-menu li > a:hover {
	background-color: #007bff!important;
	color: #fff;
/*	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
}

body.common-home #home-bg {
    width: 100%;
    overflow: visible;
    background: url(../image/bg.jpg) no-repeat center center;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
body.common-home #home-bg.bg1 {
	background: url(../image/bg1.jpg) no-repeat center center;
}
body.common-home #home-bg.bg2 {
	background: url(../image/bg2.jpg) no-repeat center center;
}
body.common-home #home-bg.bg3 {
	background: url(../image/bg3.jpg) no-repeat center center;
}
@media (min-width: 992px) {
	body.common-home #home-bg {
    	min-height: 100vh;
    }	
}
body.common-home footer {
	margin-top: 0;
}

/* BUTTONS */
.btn-light-default,
.btn-light-primary,
.btn-light-danger {
	display: inline-block;
	font-weight: 600;    
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;	
    padding: 10px 16px;
}

.btn-light-default {
    color: #212529;
    background-color: #fff;
    border-color: transparent;	
}
.btn-light-default:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light-primary {
	color: #007bff;
	background-color: #e7f0f8;
	border-color: #e7f0f8;
}
.btn-light-primary:hover {
	background-color: #d1e0f5;
	color: #007bff;
	border-color: 
}
.btn-light-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f8d7da;
}
.btn-light-danger:hover {
    color: #721c24;
    background-color: #f5c6cb;
    border-color: #f5c6cb;
}
.buttons-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    align-items: center;
	margin-bottom: .5rem;
}
.buttons-toolbar .buttons-left > *:not(:first-child) {
	/*margin-left: 4px;*/
}
.buttons-left > * {
	/*display: inline-flex;*/
	display: inline-block;
}

@media (max-width: 478px) {
	.buttons-toolbar .buttons-left {
		margin-bottom: 8px;
	}
	.buttons-toolbar .buttons-left,
	.buttons-toolbar .buttons-right {
		-ms-flex-preferred-size: 100%;
	    flex-basis: 100%;
	    max-width: 100%;
	    display: flex;
	    justify-content: space-between;
	}
	.buttons-toolbar .buttons-left .btn-group {
		width: 100%;
		display: block;
	}
	.buttons-toolbar .buttons-right > *,
	.buttons-toolbar .buttons-left > * {
		flex-basis: 50%;
		margin-right: 8px;
	}
	.buttons-toolbar .buttons-left .btn {
		display: block;
		width: 100%;
	}
	.buttons-toolbar .buttons-right > *:last-child,
	.buttons-toolbar .buttons-left > *:last-child {
		margin-right: 0;
	}
}

main .breadcrumb {
	padding: 0 1rem;
	background: transparent;
}
.orders-wrapper {
	background-color: #fff;
	padding: 1rem;
	margin-bottom: 2rem;
}
.table-orders thead th {
    padding: .75rem .5rem;	
    border-bottom-width: 1px;
}
.filter {
	position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    z-index: 1050;
    width: 320px;
    transform: translateX(330px);
    border-left: 1px solid #e8e8e8;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    transition-property: transform, opacity, visibility;
    transition: transform 0.8s cubic-bezier(0.3, 1, 0.44, 1);
}
.filter.open {
	transform: translateX(0px);
}
.filter-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.btn-close {
	font-size: 13px;
	font-weight: 600;
}
.filter-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;  
}
.filter-title i {
	font-size: .75em;
    color: #007bff;
}
.filter-body {
	-ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    height: calc(100vh - 45px - 63px);
    overflow: auto;
}
.filter-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);	
}

.filter__clear-list {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.filter__clear-item {
	display: block;
	margin-bottom: 0;		
}
.filter__clear-link {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	color: #1e1e1e;
}
.filter__clear-link .icon-close {
	color: #dc3545;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: normal;
    margin-right: 5px;
}
.filter__clear-block {
    margin-bottom: 15px;
}
.filter-more {
	position: relative;	
}
.filter-more:before {
	font-family: "Font Awesome 5 Free";
	content: '\f077'; 
	font-weight: 900;   
	margin-right: 5px;
}
.filter-more.collapsed:before {
	content: '\f078'; 
}

ol.list-passengers {
padding-left: 20px;
margin-bottom: 0;
/*font-size: .875rem;*/
font-size: 11px;
}
.list-passengers li {
	white-space: nowrap;
}
#column_display .dropdown-toggle::after {
	display: none;
}
#filter-order .card-header > a {
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 1rem;
}
#filter-order .card-header > a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f056'; 
	font-weight: 900;   
	color: #007bff; 
	float: right; 
}  
#filter-order .card-header > a.collapsed:after {
	content: '\f055';  
}
tbody #column_order_id > a {
	position: relative;
    display: block;
    max-height: 40px;
    padding: .65rem .5rem;
    font-weight: 600;
}
tbody  #column_order_id > a:before {
	content: "#";
	color: #777;
}

/* top */
/*
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}*/
/* logo */
#logo {
	margin: 0 0 10px 0;
}

#logo h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -5px;
}

/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	/*margin-bottom: 10px;*/
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
    left: auto;
    right: 0;
    width: 300px;
    min-width: 290px;
    padding: 5px;
	border-top-width: 0.1875rem;
    border-top-style: solid;
    border-top-color: #377dff;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);    
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	/*min-width: 427px;*/
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

.table-cart-item {

}
#cart .dropdown-menu li:first-child {
	max-height: 300px;
	overflow-y: auto;
}









/* menu */
.common-home #menu.active,
.common-home #menu-toggle.active {
	background: rgba(52,58,64,0.98)!important;
}
.common-home #menu {
	background: rgba(52,58,64,0.8)!important;
}
#menu .nav-telephone i,
#menu .nav-currency i {
	color: #007bff;
}
#menu .navbar-nav .dropdown-menu {
	border-top-width: 0.1875rem;
    border-top-style: solid;
    border-top-color: #377dff;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);
}
#menu .nav-telephone .dropdown-item {
	padding: .15rem 1.0rem;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
	#menu {
	    min-height: 60px;
	}
}
.menu-overlay {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    visibility: hidden;
}
.menu-overlay.active {
    visibility: visible;
    left: 280px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.menu-auth {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    color: #fff;    
}
.menu-auth-image {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: #fff;
    overflow: hidden;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}	
.menu-auth-image i {
	font-size: 45px;
}
.menu-auth-image a {
	/*color: rgba(255,255,255,0.6);*/
}
.menu-auth-info {
    display: inline-block;
    max-width: 200px;
}	
.menu-auth-content a {
    text-transform: uppercase;
}	
.menu-auth-login .btn-login {
	color: #ba9e5c;
    background: none;
    padding: 5px 0;
    text-transform: none;
    border: none;
    font-size: 14px;
    line-height: 24px;
}
.menu-auth-content p {
    line-height: 16px;
    margin-bottom: 0;
    color: #ccc;
}

.login-link {
	display: flex;
	align-items: center;
}
#menu .navbar-toggler {
	border-color: transparent;
}
#menu-toggle {
    position: fixed;
    width: 280px;
    height: -moz-calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: -o-calc(100% - 60px);
    height: calc(100% - 60px);
    padding: 0;
    margin: 0;
    top: 60px;
    left: -290px;
    background-color: #343a40!important;
    z-index: 101;
    overflow-y: auto;
    transition: all 0.3s;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(52,58,64,0.8);
    -moz-box-shadow: 3px 3px 10px 0px rgba(52,58,64,0.8);
    box-shadow: 3px 3px 10px 0px rgba(52,58,64,0.8);
}
@media (min-width: 991px) {	
	#menu-toggle,
	.menu-overlay {
		display: none;
	}
}
#menu-toggle.active {
    left: 0px;
}

#menu-toggle .card {
	border-radius: 0;
	border-width: 1px 0;
	background: initial;
}
#menu-toggle .card-header {
	border-radius: 0;
    text-transform: uppercase;
    color: #f8f8f8;	
    font-size: 14px;
}
#menu-toggle .list-group-item,
#menu-toggle .list-group-item a {
	background: inherit;
	color: #aaa;
	text-transform: uppercase;
}
#menu-toggle .list-group-item {
	border-width: 1px 0;
}

#menu .nav-login {
	display: flex;
	align-items: center;
}
#menu .nav-login img {
	background: #fff;
}
@media (max-width: 992px) {
	#menu .nav-login, #menu .nav-telephone {
		display: none;
	}
}



/*
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}*/
/* content */
main {
/*    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 214px);
    margin-top: 110px;*/
}
.common-home main {
    margin-top: -60px;
    padding: 0;
}
body > header {
    width: 100%;
    min-height: 60px;	
}
body > main {
	padding-top: 2rem;
	padding-bottom: 3rem;
	min-height: calc(100vh - 60px - 54px);
}
body.common-home > header {
	/*height: 0;*/
}
body.common-home > header + main {
	/*min-height: calc(100vh - 60px);*/
/*    margin-top: 0px;
    min-height: calc(100vh - 0px);*/
}
#content {
	/*height: calc(100vh - 250px);*/
}
/* footer */
/*footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}*/
/* alert */
/*.alert {
	padding: 8px 14px 8px 14px;
}*/
/* breadcrumb */
/*.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/

/* Pagination */
/*.pagination {
	display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination > li > a, 
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #007bff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    min-width: 36px;
    min-height: 36px;
    line-height: 22px;
    text-align: center;
    font-weight: 600;
}
.pagination .page-item .page-link {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.page-item.active .page-link,
.page-item.active .page-link.disabled {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    opacity: 1;
}*/
/* buttons */

.buttons {
	margin: 1em 0;
}
.btn {
	padding: 8.5px 12px;
	font-size: 13px;
	border-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 12px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;	
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

/*
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}*/
/* list group */
/*.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}*/
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {	
    font-family: "Font Awesome 5 Free";
    content: '\f053'; 
    font-weight: 900; 
}
.carousel-control .icon-next:before {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
/*.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}*/

label.col-form-label span::after {
    font-family: "Font Awesome 5 Free";
    color: #1E91CF;
    content: "\f05a";
    margin-left: 4px;   
    font-weight: 900;
}

/* My Style */


/*
.collapse {
  visibility: hidden;
}
.collapse.show {
  visibility: visible;
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: auto;
}*/
/*
#auth_login .dropdown-menu {
	width: 260px;
}

#menu #login-block {
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 767px) {
	#menu #login-block {
		right: 50px;
	}
}
#menu .navbar-toggler {
	border-width: 0;
}

#auth_login .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -19px;
    left: 23px;
    border: 8px solid transparent;
    border-bottom: 11px solid rgba(0,0,0,.15);
    -webkit-transform: scaleX(1.5);
    -moz-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    -o-transform: scaleX(1.5);
    transform: scaleX(1.5);
}
#auth_login .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -17px;
    left: 24px;
    border: 7px solid transparent;
    border-bottom: 10px solid #fff;
    -webkit-transform: scaleX(1.5);
    -moz-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    -o-transform: scaleX(1.5);
    transform: scaleX(1.5);
}
#auth_login .dropdown-menu.dropdown-menu-right:before {
	right: 23px;
	left: unset;
}
#auth_login .dropdown-menu.dropdown-menu-right:after {
	right: 24px;
	left: unset;
}

.dropdown-menu .dropdown-caret {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}
.dropdown-caret.right {
    left: auto;
    right: 8px;
}
.dropdown-caret .caret-outer {
    border-bottom: 10px solid #8899a6;
    border-bottom-color: rgba(0,0,0,0.25);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}
.dropdown-caret .caret-outer, .dropdown-caret .caret-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: -1px;
}
.dropdown-caret .caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    border-bottom-color: rgba(255,255,255,0.98);
}
.dropdown-menu .dropup-caret {
    position: absolute;
    bottom: -10px;
    left: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}
.dropup-caret.right {
    left: auto;
    right: 8px;
}
.dropup-caret .caret-outer {
    border-top: 10px solid #8899a6;
    border-top-color: rgba(0,0,0,0.25);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}
.dropup-caret .caret-outer, .dropup-caret .caret-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-left: -1px;
}
.dropup-caret .caret-inner {
    top: 0px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
    border-top-color: rgba(255,255,255,0.98);
}
.dropdown-menu,
.form-control,
.input-group-text {
	border-radius: 0;
}

#form-auth-login 
.input-group-text,
.dropdown-menu {
	font-size: 12px;
}
#form-auth-login .login-forgot-password a {
	font-size: 12px;
}
#form-auth-login .auth-title {
	text-align: center;
	margin-bottom: 20px;
}
.login-tools {
    display: flex;
    justify-content: space-between;
}
#auth_login .nav-link {
	color: rgba(255,255,255,.5);
}
#auth_login .nav-link:hover {
    color: rgba(255,255,255,.75);
}

#telephones {
	display: none;
}
@media (max-width: 767px) {
	#telephones {
		display: block;
		position: absolute;
		right: 150px;
		top: 8px;
	}	
	#auth_login {
		position: absolute;
		right: 80px;
		top: 8px;
	}
	.d-login  {
		display: none;
	}	
}
@media (max-width: 478px) {

}
*/
/* 	Footer */
footer {
/*	position: absolute;
	width: 100%;*/
	/*margin-top: 50px;*/
}
footer .footer-wrap {	
    background: rgba(52,58,64,0.8);
    bottom: 0;
    width: 100%;	
}
footer .footer-wrap {
	
}
body.common-home footer {
    margin-top: -54px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #727888;
    min-height: 54px;
}
.footer-bottom a,
.footer-bottom p {
	color: #aaa;
	margin: 0;
	opacity: .5;
    opacity: .5;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;	
}
.footer-bottom a:hover {
	opacity: 1;
}
@media (max-width: 478px) {
	.footer-bottom a > span {
		display: none;
	}
}

body.common-home #route_search {
    height: 100vh;
    display: flex;
    align-items: center;	
}
.route-search-content {
    background: rgba(52,58,64,1);
    padding: 20px;
    /*margin-bottom: 25px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;    
}
.common-home .route-search-content {
	display: block;
	margin-bottom: 5rem;
}
.route-search-wrap {
    width: 100%;
    margin-bottom: 0;
}
.common-home .route-search-content {
    background: rgba(52,58,64,0.8);
}
.route-search-content .tag-list li > a {
	font-weight: normal;
	font-size: 12px;
} 
.route-search-content 
.route-search-wrap {
	width: 100%;
}

@media (max-width: 478px) {
	body.common-home #route_search {
		align-items: start;
		margin-top: 80px;
	}	
	.route-search-content {
		display: none;
	}
}

form {
	width: 100%;
}

.route-search-header {
	text-align: center;
}
.route-search-header h1 {
    font-size: 33px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.route-search-header h2 {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 35px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.route-search-content .tag-list > li {
	color: #aaa;
}

.bg1 .route-search-header h1, .bg1 .route-search-header h2 {
	color: #1e1e1e;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.bg2 .route-search-header h1, .bg2 .route-search-header h2,
.bg3 .route-search-header h1, .bg3 .route-search-header h2 {
	color: #fff;	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

/*@media (max-width: 478px) {
	body.common-home #route_search {
		display: block;
	}
}*/

/* Форма поиска рейса */
#form_route_search label {
	color: #aaa;
}
@media (min-width: 768px) {
	#form_route_search label {
		display: none;
	}
	#form_route_search .form-group {
		margin-bottom: 0px;
	}
	.common-home #form_route_search .form-group {
		margin-bottom: 20px;
	}
}
.common-home #form_route_search label {
	display: block;
	font-weight: normal;
}
#input-quantity {
	text-align: center;
}

/* Select 2 */
.select2-container--bootstrap .select2-selection--single {
	height: 38px;
}
.select2-container--bootstrap .select2-selection {
	font-size: 13px;	
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	padding: 4px 0;
}
.select2-container--bootstrap .select2-results__group {
	color: #495057;
	text-transform: uppercase;
	background: #eee;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #007bff;
}
#input-zone.is-invalid + .select2 > .selection > .select2-selection {
	border-color: #dc3545;
}

#route_search {
	/*display: none;*/
}


/* BREADCRUMB WIZARD*/
#wizard {
	margin-bottom: 50px;
}
#wizard .breadcrumb {
	background-color: transparent;
    padding: 0;
    width: 100%;
    border-radius: .25em;
    margin: 1em auto;
}
#wizard .breadcrumb li {
    position: relative;
    padding: 0;
    margin: 0 5px 0 0;
    width: calc(25% - 5px);
}
#wizard .breadcrumb li>* {
    -webkit-transition: background-color .6s ease,border-color .6s ease;
    -moz-transition: background-color .6s ease,border-color .6s ease;
    -o-transition: background-color .6s ease,border-color .6s ease;
    transition: background-color .6s ease,border-color .6s ease;
}
#wizard .breadcrumb li > a {
	display: flex;
	align-items: center;
    position: relative;
    padding: 1em .8em .8em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    border-color: #edeff0;   
    white-space: nowrap; 	
}
#wizard .breadcrumb li.active>* {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
#wizard .breadcrumb li.inactive>*
 {
    background-color: #e5e5e5 !important;
    border-color: #e5e5e5;
    cursor: not-allowed !important;
    pointer-events: none!important;
    color: #999 !important;
    border-width: 0 !important;
}
#wizard .breadcrumb-item+.breadcrumb-item::before {
	display: none;
}
#wizard .breadcrumb li:first-of-type>* {
    border-radius: .25em 0 0 .25em;
}
#wizard .breadcrumb li:last-of-type>* {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;
}
#wizard .breadcrumb li:last-of-type {
    margin-right: 0;
}
#wizard .breadcrumb li::after, #wizard .breadcrumb li>*::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 100%;
    height: 0;
    width: 0;
    border: 21px solid transparent;
    border-right-width: 0;
    border-left-width: 10px;
}
#wizard .breadcrumb li>*::after {
    z-index: 2;
    border-left-color: inherit;
}
#wizard .breadcrumb li::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #fff;
    margin: 0;
}

#wizard .breadcrumb li:last-of-type > a::after {
    display: none;
}
#wizard .breadcrumb li .step {
    font-size: 2em;
}
#wizard .breadcrumb li .desc {
    padding: 0 0.5rem;
}
#wizard .breadcrumb a:hover {
    color: #fff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
}
#wizard .breadcrumb li a.btn-change-param {
	display: block;
	text-align: right;
	background: #d1ecf1;
    color: #0c5460;	
}
/*
#wizard .breadcrumb li:first-of-type>* {
    border-radius: .25em 0 0 .25em;
}
#wizard .breadcrumb li:last-of-type>* {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;
}

#wizard .breadcrumb li > a::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 100%;
    height: 0;
    width: 0;
    border: 21px solid transparent;
    border-right-width: 0;
    border-left-width: 10px;
}
#wizard .breadcrumb li > a::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #fff;
    margin: 0;
}
#wizard .breadcrumb li .step {
	font-size: 2rem;
}
#wizard .breadcrumb li .desc {

}*/
/*
#wizard .breadcrumb li>* {
    position: relative;
    padding: 1em .8em .8em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    border-color: #edeff0;
}
#wizard .breadcrumb li~li>*, 
#wizard .breadcrumb linear~li>*:hover {
    background-color: #e5e5e5 !important;
    border-color: #e5e5e5;
    cursor: not-allowed !important;
    color: #2c3f4c !important;
    border-width: 0 !important;
}

#wizard .breadcrumb li>* .step, 
#wizard .breadcrumb li>* .step:before {
	font-size: 2em;
    -webkit-transition: background-color .6s ease,border-color .6s ease;
    -moz-transition: background-color .6s ease,border-color .6s ease;
    -o-transition: background-color .6s ease,border-color .6s ease;
    transition: background-color .6s ease,border-color .6s ease;
}
#wizard .breadcrumb li .desc {
    padding-top: 10px;
    padding-left: 10px;
    vertical-align: super;
}
#wizard .breadcrumb li:first-of-type>* {
    border-radius: .25em 0 0 .25em;
} 
#wizard .breadcrumb li::before {
	display: none;
}
#wizard .breadcrumb li::after, 
#wizard .breadcrumb li>*::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 100%;
    height: 0;
    width: 0;
    border: 31px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
}   
#wizard .breadcrumb li::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #fff;
    margin: 0;
}*/
/*
.bus-route_search .breadcrumb-search {
	display: flex;
    justify-content: space-between;
    align-items: center;	
	background-color: #e9ecef;
    border-radius: .25rem;	
    padding: 0;
    margin-bottom: 2.5rem;
}
.bus-route_search .breadcrumb-search .breadcrumb {
	margin: 0;
	padding: 0.563rem 0.75rem;
}
.bus-route_search .breadcrumb-search .breadcrumb li {
	color: #818182;
	text-transform: uppercase;
}
.bus-route_search .breadcrumb-search .breadcrumb li a {
	text-transform: uppercase;
}
.bus-route_search .breadcrumb-search .breadcrumb li.active a {
	font-weight: bold;
}
.breadcrumb-search .breadcrumb-item+.breadcrumb-item::before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";    
    display: inline-block;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #6c757d;
}
@media (max-width: 767px) {	
	.bus-route_search .breadcrumb-search {
	    display: block;
	    background: transparent;
	    text-align: center;
	    margin-bottom: 15px;
	}
	.breadcrumb-search .breadcrumb-item+.breadcrumb-item::before {
	    padding-right: 0.5rem;
	    padding-left: 0.5rem;
	}	
	.route-search-content{
	    padding: 5px 15px;
	    margin-bottom: 15px;		
	}	
}
@media (max-width: 478px) {
	.bus-route_search .breadcrumb-search .breadcrumb{
		display: none;
	}
}
*/

/* Route Calendar */
.choose-date {	
 position: relative;
}
.choose-date .table-wrap {
    margin-left: 42px;
    margin-right: 42px;        
    width: calc(100% - 84px);
}
.choose-date .table-wrap table {

}
.choose-date .table-wrap table tr {
	width: 100%;
}
.choose-date .table-wrap table td {
	border: none;
    vertical-align: middle;
    text-align: center;
    padding: 0 2px;   
}
.choose-date .table-wrap table td a {
	display: block;
	color: #555;
	border: 1px solid #dee2e6;
	padding: 9px 4px;
}
.choose-date .table-wrap table td a span.date {
	display: block;
	white-space: nowrap;
}
.choose-date .table-wrap table td a span.price {
	font-weight: bold;
	white-space: nowrap;
}
 
.choose-date .table-wrap table td.active a,
.choose-date .table-wrap table td:hover,
.choose-date .table-wrap table td a:hover,
.choose-date .table-wrap table td a.current
 {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
.choose-date .table-wrap table td a.current {
	position: relative;
    cursor: not-allowed !important;	
    pointer-events: none!important;	
}
.choose-date .table-wrap table td a.current:after {
	content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -5px;
    border: 10px solid transparent;
    border-bottom: 10px solid #007bff;
}
.choose-date .table-wrap table td a.danger {
	border-bottom-color: #dc3545;
}
.choose-date .table-wrap table td a.warning {
	border-bottom-color: #ffc107;
}
.choose-date .table-wrap table td a.success {
	border-bottom-color: #28a745;
}
.choose-date .control {
    position: absolute;
    border: 1px solid #dee2e6;    
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    top: 0px;
    color: #555;
    background-color: #f8f9fa;
    background-image: none;
    border-color: #dee2e6;
    cursor: pointer;
}
.choose-date .control:hover {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

.choose-date .control.control_prev {
	left: 0;
}
.choose-date .control.control_next {
	right: 0;
}
.choose-date .control:disabled {
    color: #555;
    border-color: #dee2e6;
    background-color: #f8f9fa;
    opacity: 0.5;
}
.choose-date a.disabled, a.disabled {
    cursor: not-allowed !important;	
    pointer-events: none!important;
    opacity: 0.5;	
}
.form-control.disabled, a.disabled {
    /*opacity: 0.3;*/
    /*background-color: #e9ecef;*/
    cursor: not-allowed !important;	
    pointer-events: none!important;
}

.table-route-search {
	min-height: 160px;
}
.table-route-search tbody > tr > td,
.table-route-search tbody > tr > th,
.table-route-search thead > tr > th {
	vertical-align: middle;
}

@media (max-width: 478px) {
	.table-route-search thead > tr > th,
	.table-route-search tbody > tr > td {
		display: none;
	}
	.table-route-search thead > tr > th:first-child,
	.table-route-search thead > tr > th:last-child,
	.table-route-search tbody > tr > td:first-child,
	.table-route-search tbody > tr > td:last-child	{
		display: table-cell;
	}
}

/* LOADER */
.loader-bg {
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(0,0,0,.5);
}
.loader-bg.show {
	display: block;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #007bff; /* Blue */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* ALERT */
.alert {
    width: 100%;
}
.alert .icon {
	font-size: 1.5rem;
}
.alert .close {
	color: #000;
	text-shadow: none;
	opacity: 0.2;
}
.alert .close:focus, .alert .close:hover {
	opacity: 0.5;
}
.alert-dismissible .close {
	padding: 7px 14px;
}
.alert-contrast {
    padding: 0;
}
.alert-contrast > .icon {
    display: table-cell;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255,255,255,.5);
    opacity: 0.8;
}
.alert-contrast > .message {
    display: table-cell;
    padding: 0.8rem;
}
.reset-date {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 10;
    width: 30px;
    color: #007bff;
    height: 38px;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
}
.icon-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 2px;
    z-index: 10;
    width: 30px;
    color: #007bff;
    height: 38px;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
}

.date .input-group>.custom-select:not(:last-child), .date .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
.disabled .form-control {
	background-color: #e9ecef;
	opacity: 1;
}

.disabled .icon-calendar,
.disabled .reset-date {
	color: #999;
}
.form-control.disabled {
	background-color: #e9ecef;
}
.form-control.disabled + span.reset-date,
.form-control.disabled + span.reset-date + span.icon {
	color: #999;
}

/* CARD */
.card-header {
    font-size: 18px;
}
.card-border-color {
    border-top: 3px solid rgb(201, 201, 201);
}
.card-border-color-primary {
    border-top-color: rgb(66, 133, 244);
}
.card-border-color-primary i {
	color: #007bff;
}
.table-no-bordered td, .table-no-bordered th {
	border-width: 0;
}
.table-route-info th.route {
	font-size: 1.25rem;
}
.table-passengers thead tr th,
.table-passengers tbody tr td {
	vertical-align: middle;
}
ul.list-contact li i {
	color: #007bff;
}
.card .form-group + .form-group {
    border-top: 1px solid #ededed;
}
.card .form-passenger .form-group + .form-group {
	border: none;
}	
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

/* Account Order Info */
.table tr td,
.table tr th
 {
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
	    white-space: nowrap;
	}
}
.table-frame-0 thead tr:first-child th,
.table-frame-0 thead tr:first-child td,
.table-frame-0 tbody tr:first-child td
 {
	border-top: 0;
}
.table-frame-0 thead tr:first-child th:first-child,
.table-frame-0 thead tr:first-child td:first-child,
.table-frame-0 tbody tr:first-child td:first-child,
.table-frame-0 tbody tr td:first-child,
.table-frame-0 tbody tr th:first-child,
.table-frame-0 tfoot tr th:first-child
 {
	border-left: 0;
}
.table-frame-0 thead tr:first-child th:last-child,
.table-frame-0 thead tr:first-child td:last-child,
.table-frame-0 thead tr th:last-child,
.table-frame-0 tbody tr th:last-child,
.table-frame-0 tbody tr td:last-child,
.table-frame-0 tfoot tr th:last-child
 {
	border-right: 0;
}
.table-frame-0 tbody tr:last-child td,
.table-frame-0 tfoot tr:last-child th,
.table-frame-0 tfoot tr:last-child td,
.table-frame-0 tfoot th:last-child td
 {
	border-bottom: 0;
}

.order-status-wrap {
	margin-right: 10px;
}
.order-status {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-divider {
	position: relative;
}
.btn-divider::after {
	content: ' | ';
	color: #ccc;
}

/* INVOICE */
/*.table.table-no-bordered > tbody > tr > td,
.table-no-bordered {
	border-width: 0;
}*/

#invoice {
	position: relative;
}
#formularul {
	position: absolute;
	right: 0;
	border-bottom: 1px solid #000;
	font-size: 18px;
}

/* Furnizor */
#platitor td,
#servicii td
 {
    border: 1px solid #000;
}
#invoice table#furnizor {
	margin-bottom: 0;
}
#invoice table > tbody > tr > td {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

#invoice table#furnizor > tbody > tr:last-child > td {
	padding-bottom: 30px;
}

#invoice td.factura {
	text-align: center;
	border-left: 1px solid #000;
}
#invoice td.factura h3 {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

/* Platitor */
#invoice table#platitor {
	margin-bottom: 0;
}
#invoice table#platitor,
#invoice table#platitor > tbody > tr:last-child > td
 {
	border-bottom-width: 0;
}

/* Servicii */
#invoice table#servicii {
	margin-bottom: 30px;
}
#invoice table#servicii thead > tr > th {
	font-size: 18px;
	vertical-align: middle;
}
#invoice table#servicii tfoot > tr > th {
	font-size: 24px;
	padding: 15px 5px;
}
#invoice table#servicii {
	border-width: 0;
}
#invoice table#servicii tfoot > tr > th.b0 {
	border-width: 0;
}

#invoice table#director {
	margin-top: 20px;
}

#invoice p {
	font-size: 22px;
}

/* Boarding pass */
#boarding .table-route th, #boarding .table-route td,
#boarding .table-passengers th, #boarding .table-passengers tr,
#boarding .table-passengers th, #boarding .table-passengers tr td
 {
    border: 1px solid #000;
}
#boarding {
	font-size: 13px;
}
#boarding .header {
    min-height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}

#boarding .content {
	position: relative;	
}

#boarding .content p {
	font-size: 12px;
	line-height: 18px;
}

#boarding .content h3 {
	font-size: 18px;
}

#boarding .content .text-title {
	font-size: 21px;
	margin-bottom: 30px;
}

#boarding .table-route-info > tbody > tr > td {
	font-size: 12px;
	padding: 4px 10px;
}

#boarding .table-route-info > tbody > tr > th {
	font-size: 12px;
	vertical-align: middle;
}
#boarding .table-route-info > tbody > tr > td.route-name {
	font-size: 16px;
}
#boarding .content .table-passengers > tbody > tr > td,
#boarding .content .table-passengers > thead > tr > th {
	font-size: 12px;
	padding: 4px 10px;
}

#boarding .table-right {
	right: 0;
}

#boarding .table-passengers > thead:first-child > tr > th {
	text-align: center;
	vertical-align: middle;
}
#boarding .table-transfer > tbody > tr > td {
	font-size: 10px;
}

#boarding .table-passengers {
	margin-bottom: 50px;
}

#boarding .table-transfer > thead > tr > td {
	font-weight: normal;
}

.table-border-black,
.table-border-black > thead > tr > th, 
.table-border-black > tbody > tr > th, 
.table-border-black > tfoot > tr > th, 
.table-border-black > thead > tr > td, 
.table-border-black > tbody > tr > td, 
.table-border-black > tfoot > tr > td {
	border: 1px solid #000;
	color: #000;
}
.table-sm tbody > tr > th, .table-sm tbody > tr > td {
    padding: 0.3rem;
}

.route_time_start, .route_time {
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
	color: #1e91cf;
}






label .edit {
	font-weight: normal;
	border-bottom: 1px dashed #1e1e1e;
	cursor: pointer;
}

/*.input-group-link .input-group-text {
    background-color: unset;
    border: unset;	
    padding: 0;
}
.input-group-link .form-control {
	border-width: 0;
	padding: 0; 
}*/
.table a.desc:after {
    /*content: " \f106";
    font-family: FontAwesome;
    font-size: 14px;*/

    font-family: "Font Awesome 5 Free";
    content: "\f106";
    margin-left: 4px;   
    font-weight: 900;    
}
.table a.asc:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    margin-left: 4px; 
    font-weight: 900;        
}
@media (min-width: 1200px) {
	.container {
	    max-width: 1200px;
	}
}

/* F.A.Q. accourdion */
.accordion-faq .card-header  {
  padding: 0;
  transition: 0.3s ease-in-out;
}
.accordion-faq .card-header {
	padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #e7eaf3;	
}

.accordion-faq .card-header:hover {
  background-color: #f8fafd;
}

.accordion-faq .card-header .btn {
	color: #1e1e1e;
    text-align: left;
    font-weight: bold;
	white-space: inherit;
}
.accordion-faq .card-header .btn-link:hover,
.accordion-faq .card-header .btn-link:focus
 {
    color: #0052ea;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}
.accordion .card:first-of-type {
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion-faq .card-header .icon-caret,
#menu-toggle .icon-caret {
  width: 15px;
  height: 15px;
  position: relative;
}  
.accordion-faq .card-header .icon-caret:before, .accordion-faq .card-header .icon-caret:after,
#menu-toggle .icon-caret:before, #menu-toggle .icon-caret:after {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background-color: #007bff;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1px;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s ease-out;  
}
.accordion-faq .card-header .collapsed .icon-caret:after,
#menu-toggle .collapsed .icon-caret:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: #007bff !important;
	opacity: 1;
	z-index: 2;  
} 
.accordion-faq .card-header .icon-caret:after,
#menu-toggle .icon-caret:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff !important;
    opacity: 0;
}
#order_total {
	font-size: 24px;
	font-weight: bold;
	color: #007bff;
}
#order_total + small {
	color: #007bff;
}
.nav-buttons {
	width: 100%;
    text-align: center;
}
.nav-buttons .btn-prev {
	float: left;
}
.nav-buttons .btn-next {
	float: right;
}
.nav-buttons .text_total {
	margin: 0;
}
.nav-buttons #order_total {
	color: #fff;
	font-size: 18px;
}
.navbar.nav-total {
	opacity: 0.8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;	
}
.navbar.nav-total:hover {
	opacity: 1;
}

#maintenence {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 190px);    
}
.common-home #maintenence {
	height: 100vh;	
}
#limit-orders .input-group-text,
#limit-orders .form-control {
	background-color: #fff;
    border: none;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    color: #777;
}
#limit-orders .form-control {
	width: 55px;
}
#limit-orders .form-control:focus {
	box-shadow: none;
}
/*#date_from {
	position: relative;
}
#date_from::after {
    font-family: "Font Awesome 5 Free";
    content: '\f073'; 
    font-weight: 900;	
    font-size: 15px;
	position: absolute;
	right: 15px;
	bottom: 8px;    
	color: #007bff;	
	z-index: 1;
}*/



/* Icons */
.icon-wheel {
    background: url(../image/icon-wheel.png) center center no-repeat;    
}
.icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;  
}

/* Route Seating Chart */
.bus-warp {
    max-width: 320px;
    margin: 0 auto;	
    padding: 30px 2px;
    background-color: #A6A8AB;
    display: block;
    height: auto;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

.bus-seating-chart.lower-deck .item-seat.row-front {
	height: 64px;
}
.bus-seating-chart.upper-deck .item-seat.row-front {
	height: 14px;
}
.bus-seating-chart .item-seat.row-back {
	height: 14px;
}
.bus-seating-chart li.item-seat.row-front.seat-1 {
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius-topleft: 14px;
	border-top-left-radius: 14px;
}
.bus-seating-chart li.item-seat.row-front.seat-5 {
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topright: 14px;
	border-top-right-radius: 14px;
}
.bus-seating-chart li.item-seat.row-back.seat-1 {
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius-bottomleft: 14px;
	border-bottom-left-radius: 14px;
}
.bus-seating-chart li.item-seat.row-back.seat-5 {
	-webkit-border-bottom-right-radius: 14px;
	-moz-border-radius-bottomright: 14px;
	border-bottom-right-radius: 14px;
}
.bus-seating-chart {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    height: auto;
    width: 100%;
} 
.bus-seating-chart > .item-seat {
    position: relative;
    float: left;
    width: 20%;
    border: 1px solid #fff;
    background-color: #f8f8f8;
    height: 3rem;
    padding: 6px;
}
.bus-seating-chart .item-seat.seat-1 {
	clear: both;
}
.bus-seating-chart .no-seat {
	font-family: 'Open Sans Condensed', sans-serif;	
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	text-align: center;
    color: #000;
    /*text-shadow: 1px 1px 0 #1e1e1e;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 50px;
    width: 100%;
    overflow: hidden;
}
.seating-chart-tab .nav-link {
	font-weight: bold;
	text-transform: uppercase;
	color: #495057;
	background: #f0f0f0;
}
.seating-chart-tab .nav-link.active {
	color: #007bff;
}
.seating-chart-tab .nav-link:hover {
	color: #007bff;
}

/*
.bus-seating-chart .input-seat,
.bus-seating-chart .input-table,
.bus-seating-chart .input-stairs,
.bus-seating-chart .input-door,
.bus-seating-chart .input-empty {
	text-align: center;
	box-shadow: none;
	cursor: pointer;
}*/


/* Seat checkbox */
/*
.seat-check {
    position: relative;
    display: block;
    padding: 0;
    height: 2rem;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.seat-check-label {
	position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    cursor: pointer;
}
.item-seat input[type="checkbox"],
.item-seat input[type="text"]
{
	position: relative;
    width: 100%;
    height: 2rem;
    -webkit-appearance: none;
    background: white;
    border: 1px solid #dcdcdc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.item-seat input[type="checkbox"]:checked::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2rem;
    top: 0;
    left: 0;
    display: block;    
    background-color: #007bff;    
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0,123,255,.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;    
}
.item-seat input[type="checkbox"]:checked + label {
	color: #fff;
}
.item-seat.enabled input[type="checkbox"] {
	background-color: transparent;
    border-color: #28a745;    
}
.item-seat.enabled input[type="checkbox"] + label {
	color: #28a745;
}
.item-seat.enabled input[type="checkbox"]:hover {
	background-color: #28a745;
	transition: background-color 0.3s linear;
}
.item-seat.enabled input[type="checkbox"]:hover + label {
	color: #fff;
}
.item-seat.enabled input[type="checkbox"]:checked::after {
    background-color: #28a745;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40,167,69,.5);
}
.item-seat.enabled input[type="checkbox"]:checked + label {
	color: #fff;
}
*/
/* Disabled */
.item-seat > input {
	position: relative;
    width: 100%;
    height: 2rem;
    -webkit-appearance: none;
    background: white;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s linear;
}
.item-seat.enabled > input {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.item-seat.enabled > input:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;	
}
.item-seat.enabled > input.active
{
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.item-seat.enabled > input.active:hover {
	color: #fff;
    background-color: #c82333;
    border-color: #bd2130;	
}
.item-seat.disabled > input {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; 
}
.item-seat > input.input-table {
    color: #f3a638;
    background-color: #f3a638;
    border-color: #db870d;
}
.item-seat > input.input-stairs {
	color: #54b7d3;
    background-color: #54b7d3;
    border-color: #2f98b6;
}
.item-seat > input.input-door {
    color: #007bff;
    background-color: #007bff;
    border-color: #007bff;
}

.class {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 6px;
    height: 6px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.economy-class {
    /*background-color: #0062cc;  */
    box-shadow: inset 0px 1px 0px 0px #0062cc; 
    border-top-color: #0062cc!important; 
}
.business-class {
    /*background-color: #bd2130;*/
   	box-shadow: inset 0px 1px 0px 0px #bd2130;
   	border-top-color: #bd2130!important; 
}
#seating_chart_tab .nav-link.active {
	font-weight: bold;
}

#route_from_seating_chart,
#route_to_seating_chart {
	position: relative;
	margin-bottom: 5rem!important;
}

#route_from_seating_chart .alert,
#route_to_seating_chart .alert {
	position: absolute;
	top: -3rem;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}
.bd-callout-primary {
    border-left-color: #007bff;
}
.bd-callout-secondary {
    border-left-color: #6c757d;
}
.bd-callout-success {
    border-left-color: #28a745;
}
.bd-callout-danger {
    border-left-color: #dc3545;
}
.bd-callout-warning {
    border-left-color: #ffc107;
}
.bd-callout-info {
    border-left-color: #17a2b8;
}
.bd-callout-light {
    border-left-color: #f8f9fa;
}
.bd-callout-dark {
    border-left-color: #343a40;
}

.input-daterange input {
	background: #fff url(../image/calendar-alt-regular-primary.svg) no-repeat right center;
    background-size: 30px 18px;
}
.input-daterange input:disabled {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);	
    cursor: not-allowed;
}

/* Currency converter */
.nav-currency .dropdown-menu {
	padding-left: 10px;
	padding-right: 10px;
}
.nav-currency .dropdown-menu table {
	margin: 0;
}
.nav-currency .dropdown-menu table thead th {
	color: #6c757d;
	font-size: 11px;
}
.input-group-currency {
	position: relative;
}
#input-currency-date {
	background: url(../image/calendar-alt-regular-gray.svg) left center/contain no-repeat, url(../image/angle-down-solid-gray.svg) right center/contain no-repeat;
	background-size: 30px 12px;	
	background-color: #f4f4f4;   
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);		
    border: none;
    text-align: center;
}
.accountBox {
	transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -ms-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
}
.accountBox:hover {
	color: #fff;
	background-color: #007bff;
}
.accountBox:hover .card-icon,
.accountBox:hover .card-title,
.accountBox:hover .card-text {
	color: #fff;
}
.accountBox .card-icon {
	font-size: 35px;
	padding: 15px;
}

.card-order .card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.card-order .card-title {
	font-size: 1rem;
	margin-bottom: 0;
}
#limit-orders a {
	/*font-size: 1rem*/
}
.card-order .panel-title {
	display: inline-block;
}
.card-order .panel-title:first-child {
	margin-right: 15px;
}
.card-header i {
	color: #007bff;
}
/*
 *
 * Список рейсов
 *
 */
.toggle-search {
	position: relative;
	padding: 0;
	border-bottom: 1px dashed #007bff;
 }
.toggle-search:after {
	font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: 900;
    margin-left: 5px;
    font-size: .8em;
}
.toggle-search.open:after {
    content: '\f077';
}

.nav-routes {
	-ms-flex-direction: row!important;
    flex-direction: row!important;	
    margin: 0;    
}
.tab-content {
	padding: 1rem;
	background-color: #fff;
	border: 1px solid;
	border-color: #fff #dee2e6 #dee2e6;
}
.nav-routes .nav-link {
	font-size: 18px;
	font-weight: 600;
	color: #1e1e1e;
}
.nav-routes .nav-link.active {
	color: #007bff;
}

/* Навигация по дням */
.nav-date {
	-ms-flex-pack: justify;
    justify-content: space-between;  
}
.nav-date .nav-item {
	margin-right: 5px;
	text-align: center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;		
}
.nav-date .nav-item a {
	color: #6c757d;
	background-color: #fff;
}
.nav-date .nav-item a:hover {
	color: #1e1e1e;
}
.nav-date .nav-item:last-child {
	margin-right: 0;
}
.nav-date .nav-item.date-prev {
	width: 38px;
}
.nav-date .nav-item.date-yesterday,
.nav-date .nav-item.date-tomorrow {
	width: 25%;
}
.nav-date .nav-item.date-now {
	/*width: 30%;*/
	width: calc(100% - 50% - 38px - 38px - 25px);
}
.nav-date .nav-link {	
	border: 1px solid #dee2e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;		
}
.nav-date .nav-item.date-now .nav-link {
	padding-top: 12px;
	padding-bottom: 12px;
	border: none;
}
.nav-date .nav-item.date-now {
	font-size: 18px;
	font-weight: bold;
	border: 1px solid;
	border-color: #dee2e6 #dee2e6 #fff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-color: #fff;
	background-color: #fff;
	margin-bottom: -1px;
}
.nav-date .nav-item .nav-link.active {
	color: #1e1e1e;
}
@media (max-width: 576px) { 
	.nav-date .nav-item.date-yesterday, .nav-date .nav-item.date-tomorrow {
	    width: 38px;
	}
	.nav-date .nav-item.date-now {
	    width: calc(100% - 100px);
	    max-width: 200px;
	}	
}

/*
.route-result {
	-ms-flex-direction: row!important;
    flex-direction: row!important;	
}
.route-result__list {
	background-color: #fff;
	padding: 1rem;
	border-right: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}
.route-result__header {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;	
	padding-bottom: 5px;
	color: #777;	
}
.column__depart-arrive {
    width: calc(60% - 150px);
}
.column__transfer {
    width: 150px;
    text-align: center;
}
.column__total {
    width: 20%;
    text-align: center;
}
.column__action {
	width: 20%;
}

.route-result__item {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.route-result__item:last-child {
	border: none;
	margin-bottom: 0;
}
.route-result__notice {
	width: 100%;
	text-align: right;
}
.route-result__info {
	width: 60%;
}
.route-result__action {
    width: 40%;
}
.route-result__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;	
}
.route-result__row.action {
	align-items: center;
	justify-content: space-between;
}
.route-result__col > p {
	margin: 0;
}
.route-result__col.col-image {
	width: 50px;
	flex-basis: 50px;
	padding-right: 10px;
}
.route-result__col.col-time {
	width: 50px;
	flex-basis: 50px;
}
.depart-time {
	font-weight: 600;
}
.route-result__col.col-zone {
	position: relative;
    flex-basis: calc(100% - 250px);
    width: 100%;
    max-width: calc(100% - 250px);	
    padding-left: 20px;
}
.route-result__col.col-zone:before {
	font-family: "Font Awesome 5 Free";
    content: '\f309';
    font-weight: 900;
    position: absolute;
    left: 0px;
    line-height: 40px;
    color: #28a745;
}
.route-result__col.col-zone.danger:before {
	color: #dc3545;
}
.route-result__col.col-zone.warning:before {
	color: #ffc107;
}
.route-result__col.col-transfer {
	width: 150px;
	flex-basis: 150px;
	text-align: center;
}
.route-result__col.col-transfer > .transfer {
	color: #dc3545;
}
.route-result__col.col-total {
	font-size: 24px;
    font-weight: bold;
    width: 50%;
    flex-basis: 50%;
    text-align: center;
}
.route-result__col.col-action {
    width: 50%;
    flex-basis: 50%;
    text-align: right;
}
.notice > p {
	margin: 0;
}

@media (max-width: 576px) { 
	.route-result__header {
		justify-content: space-between;
	}	
	.column__depart-arrive, .column__transfer {
	    width: auto;
	}	
	.column__total {
	    display: none;
	}	
	.route-result__info, .route-result__action {
		width: 100%;
	}
	.route-result__col.col-time {
	    width: 50px;
	    flex-basis: 50px;
	}
	.route-result__col.col-zone {
	    flex-basis: calc(100% - 150px);
	    width: 100%;
	    max-width: calc(100% - 150px);
	}
	.route-result__col.col-transfer {
	    width: 50px;
	    flex-basis: 50px;
	}
	.route-result__col.col-total {
		text-align: left;
	}

	.route-result__notice {
		text-align: center;
	}	  
}
*/
.route-result__list {
    background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;    
}
.route-result__item {
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	position: relative;
}
.route-result__item.active:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    font-weight: 900;
    color: #007bff;
    font-size: 20px;
    left: -10px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    line-height: 20px;
}
.route-result__item:last-child {
	border: none;
}
.route-result__row {
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: justify;
    justify-content: space-between;		

	-ms-flex-align: center;
	align-items: center;    

	flex-wrap: wrap;
}
.route-result__col {
	margin-right: 10px;
}
.route-result__col:last-child {
	margin-right: 0;
}
.route-result__col.col-image {
    width: 50px;
}
.route-result__col.col-route {
	width: calc(100% - 60px - 85px - 140px);
}
.route-result__col > p {
    margin: 0;
}
.route-result__col.col-transfer {
	width: 75px;
	text-align: center;
}
.route-result__col.col-transfer > .transfer {
	color: #dc3545;
}
.route-result__col.col-action {
    width: 130px;
}
#input-hotel + .dropdown-menu {
  /*max-height: 150px;*/
  width: calc(100% - 10px);
  overflow-y: auto;
  overflow-x: hidden;
}
#input-hotel + .spinner-grow {
	position: absolute;
    right: 13px;
    top: 8px;
}

@media (max-width: 576px) {
	.route-result__col.col-route {
		flex-basis: calc(100% - 60px);
		margin-right: 0;
	}
}


/*
 *
 * ROUTE SEATING CHART
 *
 */
.route-seating-chart {
	
}
section#route-seating-chart {
	margin: 1.5rem 0;
    border: 1px solid #dee2e6;	
	padding-top: 2rem;
	padding-bottom: 3rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;  
	background-color: #fff;	
}
.bus-warp {
    max-width: 320px;
    margin: 0 auto;
    padding: 30px 2px;
    background-color: #A6A8AB;
    display: block;
    height: auto;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;    
}
.icon-wheel {
    width: 30px;
    height: 30px;
    display: inline-block;	
    background: url(../image/icon-wheel.png) center center no-repeat;    
    background-size: contain;
}
.bus-seating-chart {
	display: table;
	background-color: #fff;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;	
}
.bus-seating-chart.lower-deck thead > tr > td {
	height: 48px;
}
.bus-seating-chart.upper-deck thead > tr > td {
	padding: 3px;
}
.bus-seating-chart th, 
.bus-seating-chart td {
	text-align: center;
	border: 0;	
	padding: 6px;
	width: 20%;
}
.seat {
	position: relative;
    width: 100%;
    max-width: 60px;
    height: 30px;
    margin: 0 auto;
}
.seat > label {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    font-size: 13px;
    font-weight: bold;	
    line-height: 26px;    
    -webkit-appearance: none;
    background: white;
    border: 2px solid #adb5bd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
    overflow: hidden;
    cursor: pointer;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
}
.seat.class-economy > label {
	border-color: #FF9931;
}
.seat.class-comfort > label {
	border-color: #00B0F0;
}
.seat.class-standard > label {
	border-color: #00B050;
}
.seat.status-reserved > label {
	color: #dc3545;
	background-color: #ffc107;
}
.seat.status-blocked > label {
	color: #dc3545;
}
.seat.status-booked {
    width: 100%;
    height: 30px;
    font-size: 13px;
    font-weight: bold;	
    line-height: 26px;    
    -webkit-appearance: none;
    background: white;
    border: 2px solid #ffc107;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 	
	cursor: not-allowed;
	color: rgba(0,0,0,0.4);  

	border-color: #adb5bd;
	background-color: #adb5bd;
	opacity: .4;
	cursor: not-allowed;	  
}
.seat input[type="checkbox"] {
	position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.seat input[type="checkbox"]:checked + label {
	color: #fff;
    background-color: #28a745;
    border-color: #28a745;	
}
#stairs,
#door,
#table,
#empty {
    width: 100%;
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    -webkit-appearance: none;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;	
    text-indent: -9000px;    
}
#stairs {
	background: url(../image/icon-stairs.png) center center; 
	background-size: contain;
}
#door {
	background: url(../image/icon-door.png) center center; 
	background-size: cover;
}
#table {
	background: url(../image/icon-table.png) center center; 
	background-size: cover;
}

/* Legend seat map */
.legend-item {
	margin-right: 20px;
}
.legend-item span {
    display: inline-block;
    vertical-align: middle;
}
.legend-item span.seat-status {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin: .25rem;
    background-color: #fff;
    border: 2px solid #A6A8AB;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;    
}

.legend .seat-status.comfort {
	border-color: #00B0F0;
}
.legend .seat-status.standard {
	border-color: #00B050;
}
.legend .seat-status.economy {
	border-color: #FF9931;
}

.legend .seat-status.booked {
	background-color: #A6A8AB;
}
.legend .seat-status.reserved {
	border-color: #A6A8AB;
	color: #dc3545;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: calc(1rem - 2px);	
}
.legend .seat-status.available {
	border-color: #A6A8AB;
}
.legend .seat-status.selected {
	border-color: #28a745;
	background-color: #28a745;
}
.card.passengers .form-group + .form-group {
	border: none;
}
.card.passengers hr {
	margin-top: 5px;
}
.card.passengers label {
	font-weight: normal;
}


.p-subtitle {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

/*
 *
 * CART
 *
 */
.cart {
	position: fixed;
	right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
	box-shadow: 0 -0.5rem 1rem rgba(0,0,0,.15);
}
.cart-item {
    display: -ms-flexbox;
    display: flex;	
	-ms-flex-pack: justify;
    justify-content: space-between;    
    -ms-flex-align: center;
    align-items: center;  
    margin-right: 10px;  
}
.cart-item:last-child {
	margin-right: 0;
}
.cart-item__col.col-image {
    width: 60px;
}
.cart-item__title {
	font-size: 1rem;
	font-weight: bold;
}
.cart-item__col > * {
	margin-bottom: 0;
}
.cart__total {
	font-size: 2rem;
	font-weight: normal;
}
.cart__total-amount {
	font-weight: bold;
}
.cart-item .btn-remove {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #dc3545;   	
}
.cart .navbar-toggler {
	position: relative;
	color: #007bff;
}
.cart .navbar-toggler:focus {
	outline: none;
}
.cart .navbar-toggler:before {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: 900;
    margin-right: 10px;
    /*font-size: 2rem;*/
}
.cart .navbar-toggler.collapsed:before {
    content: '\f077';
}

@media (min-width: 1860px){ 
	.container {
	    max-width: 1800px;
	}
}
@media (min-width: 1860px) {
	.col-xlg-4 {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
}


/*
.cart {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;	
}

.cart-header {
    padding: .75rem 1.25rem 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.cart-body {
	-ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;	
}
.cart-item {
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 1rem;   
}
.cart-item__title {
	font-size: .8rem;
	font-weight: bold;
	margin-bottom: .5rem;
	margin-right: 20px;
}
.cart-item__date {
	font-size: .8rem;
	font-weight: normal;
	margin-bottom: .5rem;	
}
.cart-item__date span {
	font-weight: bold;
}
.cart-item__seats {
	font-size: .8rem;
	font-weight: normal;
	margin-bottom: .5rem;		
}
.cart-item__seats span {
	font-weight: bold;
}
.cart__total {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.cart__total span {
    font-weight: bold;	
}
.cart__total-amount {
	font-size: 1.5rem;
}

.cart-footer {
	padding: 0 .75rem 1.25rem;	
}
*/
.cart .buttons.disabled {
	cursor: not-allowed;
}
#button-book {
    display: -ms-flexbox;
    display: flex;	    
    -ms-flex-align: center;
    align-items: center;  
    min-width: 250px;
	-ms-flex-pack: center;
	justify-content: center;
}
#button-book .spinner-grow {
	height: 30px;
}
/*
.cart .buttons.disabled .btn-book,
.btn-book.disabled, 
.btn-book:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: .65;
    pointer-events: none;
}
.btn-book:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}*/

/* PULSE BUTTON */
.btn-pulse {
  	-webkit-animation: pulse 1.5s infinite;
	animation: pulse 1.5s ease-out infinite;
	box-shadow: 0 0 0 0 rgba(204,204,204, .5);
}
.btn-pulse.btn-primary {
	box-shadow: 0 0 0 0 rgba(25,120,171, .5);	
}
.btn-pulse.btn-danger {
	box-shadow: 0 0 0 0 rgba(242,69,69, .5);	
}
.btn-pulse:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    @include transform(scale(.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 15px rgba(255,255,255, 0);
  }
  100% {
    @include transform(scale(.9));
    box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

/*
 *
 * MESSAGES
 *
 */
.message-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.message-item {
    margin-left: 20%;
    margin-right: 0;
}
.message-item.reply {
    margin-left: 0;
    margin-right: 20%;
}
.message-item .message-avatar {
    order: 2;
    margin-left: 1.5rem;
    margin-right: 0;
}
.message-item.reply .message-avatar {
    flex-basis: 5rem;
    margin-right: 1.5rem;
    order: 1;
}
.message-container {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: calc(100% - 6.5rem - 3rem);
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .5rem;
}
.message-item .message-container {
    order: 1;
}
.message-item.reply .message-container {
    order: 2;
}
.message-item .message-container:before {
    content: "";
    position: absolute;
    top: 20px;
    left: auto;
    right: -11px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #e8e8e8;
    border-right: none;
}

.message-item .message-container:after {
    content: "";
    position: absolute;
    top: 20px;
    left: auto;
    right: -9px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fcfcfc;
    border-right: none;
}

.message-item.reply .message-container:before {
	content: "";
    position: absolute;
    top: 20px;
    left: -11px;
    right: auto;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #e8e8e8;
    border-left: none;
}
.message-item.reply .message-container:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -9px;
    right: auto;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #fcfcfc;
    border-left: none;
}
.message-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: #fcfcfc;
    border-bottom: 1px solid #e8e8e8;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.message-title {
    font-size: .8rem;
    margin-right: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.message-item .message-from {
    font-weight: bold;
}
.message-item.reply .message-from {
    color: #0d6efd;
}
.message-item.reply.new .message-from {
	color: #dc3545;
}
.message-date {
    color: #6c757d;
}
.message-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.sticky-top-25 {
    top: 25px;
}
.sticky-top-50 {
    top: 50px;
}
.sticky-top-75 {
    top: 75px;
}
.sticky-top-100 {
    top: 100px;
}