@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'),
       url('../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'),
       url('../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'),
       url('../fonts/glyphicons/glyphicons-halflings-regular.svg#@{icon-font-svg-id}') format('svg');
}
body{
	padding: 0;
	margin: 0;
}
input:focus{
	outline: none;
	box-shadow: none;
}
a:hover, a:focus{
	border: 0px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
/*.dropdown.bootstrap-select .dropdown-menu .inner{
	height: 200px;
}*/
.container{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.form-control:focus{
	outline: none;
	box-shadow: none;
}
.bootstrap-select .btn{
	padding: 10px;
	border: 1px solid;
	font-size: 14px;
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bootstrap-select .btn.btn-first{
	color: #0d3666;
    background-color: #fff;
    border-color: #aab2bd;
}
.bootstrap-select .btn.btn-first.dropdown-toggle::after{
	border-top-color: #e7834c;
}
.bootstrap-select .btn.btn-first:focus{
	outline: none;
	box-shadow: none;
}
/* step form main div */
.train-step-form{
	font-family: 'Open Sans', sans-serif;
	padding: 25px 15px;
	background-color: #fff;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.train-step-form .bootstrap-select .dropdown-toggle::after{
	border-top-color: #e7834c;
}
/* step navigation start */
.form-check-label {
	display: block;
	position: relative;
	cursor: pointer;
	margin-bottom: 0px;
	padding-right: 25px;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 0px; 
}
.form-check-label input.form-check-input{
	position: absolute;
	opacity: 0;
	visibility: hidden;
	cursor: pointer; 
}
.form-check-label .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.2; 
}
.form-check-label .checkmark {
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 2px; 
}
.form-check-label.style_1 .checkmark {
	background: url("../images/radio_style_1_normal.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
.form-check-label.style_1 input:checked ~ .checkmark {
	background: url("../images/radio_style_1_active.png");
}
.form-check-label.style_1 input:checked ~ .text{
	color: #e8834c;
}
.steps{
	display: block;
	width: 100%;
	margin: 0 0 35px;
}
.steps ul{
	padding: 0;
	margin: 0;
	line-height: normal;
	font-size: 0px;
}
.steps li{
	display: inline-block;
	vertical-align: top;
	width: 140px;
}
.steps li a{
	display: block;
	font-size: 0px;
	position: relative;
	padding: 0px;
}
.steps li a:after{
	content: '';
	width: 70%;
	height: 1px;
	left: 42px;
	top: 10px;
	position: absolute;
	background-color: #e6e9ed;
	display: block;	
}
.steps li:last-child a:after{
	display: none;
}
.steps li a:before{
	content: '';
	display: block;
	width: 100%;
	background: url('../images/step-de-active.png') no-repeat center top;
	width: 22px;
	height: 21px;
	margin: 0 0 10px 13px;
}
.steps li a .current-info{
	display: inline-block;
	font-size: 12px;
	color: #0d3464;
	font-weight: 600;
}
.steps li a .number{
	display: inline-block;
	font-size: 12px;
	color: #0d3464;
	margin-right: 3px;
}
.steps li a.active:before{
	background: url('../images/step-active.png') no-repeat center top;
}
.steps li a.done:before{
	background: url('../images/step-done.png') no-repeat center top;
}
/* step navigation close */
/* step content start */
.step-body{
	display: none;
}
.step-body.active{
	display: block;
}
/* step 1 start */
.step-1 h2{
	display: block;
	font-size: 24px;
	color: #0d3464;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 23px;
}
.step-1 .book-tickets .nav{
	margin-bottom: 12px;
}
.step-1 .book-tickets .nav-item{
	width: 180px;
	/*height: 107px;*/
	text-align: center;
	display: table;
	margin-right: 14px;
}
.step-1 .book-tickets .nav-item a{
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #0d3666;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.step-1 .book-tickets .nav-item a.nav-link.active:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 10px solid #e6e9ed;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.step-1 .book-tickets .nav-item a.nav-link.active{
	background-color: #e6e9ed;
	border: 1px solid #e6e9ed;
}
.step-1 .book-tickets .nav-item .icon{
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.step-1 .book-tickets .nav-item .icon img{
	margin-right: 32px;
}
.step-1 .book-tickets .nav-item .icon img:last-child{
	margin-right: 0px;
}
.step-1 .book-tickets .nav-item .text{
	display: block;
	font-size: 16px;
	color: #0d3464;
	text-transform: uppercase;
	font-weight: 600;
}
.step-1 .book-tickets .data .left{
	float: left;
	background-color: #e6e9ed;
	width: calc(65% - 15px);
	margin-right: 15px;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.step-1 .book-tickets .data .right{
	width: 35%;
	float: right;
}
.step-1 .book-tickets label{
	display: block;
	color: #0d3464;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}
.step-1 .date-select .date{
	width: 130px;
	float: left;
	margin-right: 10px;
}
.step-1 .date-select input{
	font-size: 14px;
	color: #0d3666;
	font-weight: 600;
}
.step-1 .date-select .date.input-group{
	background-color: #fff;
	border: 1px solid #aab2bd;
	padding: 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.step-1 .date-select .date .form-control{
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	padding: 0px;
	height: auto;
}
.step-1 .date-select .selectpicker{
	width: 70px;
	float: left;
}
.step-1 .select-inline-group{
	display: block;
}
.step-1 .select-inline{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.step-1 .select-inline:last-child{
	margin-right: 0px;
}
.step-1 .form-group{
	display: block;
	margin-bottom: 25px;
}
.step-1 .form-group:last-child{
	margin-bottom: 0px;
}
.step-1 .form-check-inline.form-check{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.step-1 .form-check-inline label{
	margin-bottom: 0px;
	font-size: 16px;
}
.step-1 .form-check-inline{
	margin-right: 0px;
}
.step-1 .last-trains-list{
	display: block;
}
.step-1 .last-trains-list .head{
	background-color: #006666;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 25px;
	position: relative;
	z-index: 10;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.step-1 .last-trains-list .body{
	background-color: #e6e9ed;
	padding: 25px;
	position: relative;
	margin-top: -5px;
	z-index: 5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.step-1 .last-trains-list .body ul{
	padding: 0;
	margin: 0;
}
.step-1 .last-trains-list .body li{
	list-style: none;
	font-size: 14px;
	color: #0d3464;
	display: block;
	margin: 8px 0px;
}
.step-1 .starting-arrival .input-group{
	display: table;
	width: 100%;
}
.step-1 .starting-arrival .starting-station{
	display: table-cell;
	vertical-align: top;
}
.step-1 .starting-arrival .starting-station label img{
	margin-right: 15px;
}
.step-1 .starting-arrival .starting-station input{
	background-color: #fff;
	border: 1px solid #aab2bd;
	border-right: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.step-1 .starting-arrival .arrival-station{
	display: table-cell;
	vertical-align: top;
}
.step-1 .starting-arrival .arrival-station label img{
	margin-right: 15px;
}
.step-1 .starting-arrival .arrival-station input{
	background-color: #fff;
	border: 1px solid #aab2bd;
	border-left: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.step-1 .starting-arrival .swip{
	display: table-cell;
	vertical-align: top;
	width: 42px;
	height: 42px;
}
.step-1 .starting-arrival .swip a{
	display: block;
	background-color: #fff;
	border-top: 1px solid #aab2bd;
	border-bottom: 1px solid #aab2bd;
}
.step-1 .starting-arrival .swip img{
	height: 36px;
}
.step-1 .btn-search-for{
	display: inline-block;
	line-height: 1;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	background-color: #006666;
	text-transform: uppercase;
	padding: 14px 45px;
	border: 0px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.step-1 .trenotrip{
	display: none;
}
.step-1 .navigate{
	display: block;
	margin-bottom: 20px;
}
.step-1 .date-select .form-group{
	margin-bottom: 40px;
}
/* step 1 close */
/* step 2 start */
.step-2{
	padding: 0;
	margin: 0;
}
.step-2 h2{
	display: block;
	font-size: 22px;
	color: #0d3666;
	font-weight: 600;
	margin-bottom: 23px;
}
.change-search{
	padding: 0;
	margin: 0 0 15px;
	background-color: #e6e9ed;
}
.change-search table{
	width: 100%;
}
.change-search table tr td{
	border: 1px solid #fff;
	padding: 20px;
}
.change-search table tr td.departures{
	width: 20%;
}
.change-search table tr td.arrivals{
	width: 20%;
}
.change-search table tr td.datetimes{
	width: 15%;
}
.change-search table tr td.adults{
	width: 25%;
}
.change-search .head{
	display: block;
	font-size: 16px;
	color: #e7834c;
	line-height: normal;
	margin-bottom: 10px;
	font-weight: 700;
}
.change-search .head img{
	margin-right: 10px;
}
.change-search .detail{
	font-size: 14px;
	color: #0d3666;
	font-weight: 600;
}
.change-search .departure .allstation, 
.change-search .arrival .allstation{
	display: inline-block;
}
.change-search .departure .station, .change-search .arrival .station{
	display: inline-block;
}
.change-search td .btn-search{
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	padding: 12px 15px;
	display: inline-block;
	background-color: #006666;
	border-radius: 5px;
	vertical-align: middle;
}
.change-search .adult{
	display: inline-block;
	vertical-align: middle;
	width: 35%; 
	/*width: calc(100% - 142px);*/
}
.change-search .date-time .date{
	display: inline-block;
	margin-right: 5px;
}
.change-search .date-time .time{
	display: inline-block;
}
.search-result{
	padding: 0;
	margin: 0;
	border: 2px solid #e6e9ed;
}
.search-result .list{
	padding: 0;
	margin: 0;
}
.search-result .list li{
	list-style: none;
	border: 1px solid #e6e9ed;
}
.search-result .list li:hover{
	border: 1px solid #006666;
}
.search-result table{
	width: 100%;
}
.serach-result table.main {
	border-collapse: collapse;
	box-sizing: border-box;
}
.search-result table.main tr td{
	border: 2px solid #e6e9ed;
	background-color: #006666;
	color: #fff;
	font-size: 18px;
	padding: 20px;
	box-sizing: content-box;
}
.search-result table.main tr td.departure-arrival{
	width: 40%;
}
.search-result table.main tr td.duration{
	width: 15%;
	text-align: center;
}
.search-result table.main tr td.train{
	width: 25%;
	text-align: center;
}
.search-result table.main tr td.price{
	width: 20%;
	text-align: center;
}
.serach-result table.journey-detail {
	border-collapse: collapse;
	box-sizing: content-box;
}
.search-result table.journey-detail tr td{
	padding: 10px;
	border: 2px solid #e6e9ed;
	box-sizing: border-box;
}
.search-result table.journey-detail tr td.departure-arrivals{
	width: 40%;
}
.search-result table.journey-detail tr td.durations{
	width: 15%;
	text-align: center;
}
.search-result table.journey-detail tr td.trains{
	width: 25%;
	text-align: center;
}
.search-result table.journey-detail tr td.prices{
	text-align: center;
	width: 20%;
}
.search-result table.journey-detail.duration-detail{
	margin-bottom: 0px;
}
.search-result table.journey-detail.duration-detail tr{
	border-bottom: 2px solid #e6e9ed;
}
.search-result table.journey-detail.duration-detail tr td.departure-arrivals{
	text-align: center;
}
.search-result table.journey-detail.duration-detail tr td.departure-arrivals .departure-time{
	text-align: left;
}
.search-result table.journey-detail.duration-detail tr td.departure-arrivals .arrival-time{
	text-align: left;
}
.search-result table.journey-detail.duration-detail tr td.departure-arrivals .time{
	font-size: 14px;
}
.search-result table.journey-detail.duration-detail tr td{
	border: 0px;
}
.search-result table.journey-detail.duration-detail tr td .train-name-no .name{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #0d3666;
}
.search-result table.journey-detail.duration-detail tr td .train-name-no{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
	color: #0d3666;
}
.search-result table.journey-rates tr td{
	padding: 0;
	border: 0px;
}
.search-result table.journey-rates thead td{
	text-align: center;
	border: 2px solid #fff;
	font-size: 14px;
	font-weight: 700;
	color: #0d3666;
	background-color: #e6e9ed;
	padding: 25px 5px 15px;
}
.search-result table.journey-rates tbody td{
	text-align: center;
	border: 2px solid #e6e9ed;
	font-size: 14px;
	color: #0d3666;
	background-color: #fff;
	padding: 0;
}
.search-result table.journey-rates tbody td .price-wrap{
	display: block;
}
.search-result table.journey-rates td.titles{
	width: 22%;
	background-color: #e6e9ed;
	border: 2px solid #fff;
	position: relative;
}
.search-result table.journey-rates td.titles a{
	position: relative;
}
.search-result table.journey-rates td.titles.blank{
	background-color: #fff;
}
.search-result table.journey-rates td.titles .more-info{
	display: block;
}
.search-result table.journey-rates td.titles .info{
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 10;
	width: 14px;
	height: 14px;
	line-height: normal;
	padding: 0;
}
.search-result table.journey-rates td.titles .more-info:hover{
	background-color: transparent;
}
.search-result table.journey-rates thead td{
	position: relative;
}
.search-result table.journey-rates thead td .head-more-info{
	width: 14px;
	height: 14px;
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	z-index: 10;
}
.search-result table.journey-rates td.standard{
	width: 13%;
}
.search-result table.journey-rates td.premium{
	width: 13%;
}
.search-result table.journey-rates td.busi-sal{
	width: 13%;
}
.search-result table.journey-rates td.busi-sil{
	width: 13%;
}
.search-result table.journey-rates td.business{
	width: 13%;
}
.search-result table.journey-rates tbody td.executive{
	width: 13%;
}
.search-result table.journey-rates .titles{
	text-align: left;
}
.search-result table.journey-rates .title{
	display: block;
	padding: 0 15px;
}
.search-result table.journey-rates .title h2{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: normal;
	font-weight: 700;
	color: #0d3666;
}
.search-result table.journey-rates .title p{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: normal;
	font-weight: 400;
	font-style: italic;
	color: #0d3666;
}
.search-result table.journey-rates .title .only-card{
	display: block;
	font-size: 12px;
	color: #006666;
}
.search-result table.journey-rates tbody td .price-wrap .price-check{
	display: block;
	line-height: normal;
	height: 13px;
	width: 13px;
	background: url('../images/price-radio-normal-icon.png') no-repeat left top;
	margin: 0 auto 12px;
}
.search-result table.journey-rates tbody td .price-wrap .price-container{
	display: block;
	line-height: normal;
}
.search-result table.journey-rates tbody td .price-wrap .currency-symbol{
	display: inline-block;
	font-size: 16px;
	color: #0d3666;
	line-height: normal;
	font-weight: 700;
}
.search-result table.journey-rates tbody td .price-wrap .price{
	display: inline-block;
	font-size: 16px;
	color: #0d3666;
	line-height: normal;
	font-weight: 700;
}
.search-result table.journey-rates tbody td .check-now{
	display: block;
	padding: 25px 5px;
	position: relative;
}
.search-result table.journey-rates td .check-now:hover{
	background-color: #d1e3f4;
}
.search-result table.journey-rates td .check-now.selected{
	background-color: #006666;
	color: #fff;
}
.search-result table.journey-rates tbody td .check-now .low-rate{
	display: block;
	font-size: 12px;
	color: #006666;
	position: absolute;
	width: 100%;
	bottom: 8px;
}
.search-result table.journey-rates td .check-now.selected .low-rate{
	color: #fff;
}
.search-result table.journey-rates tbody td .not-modificable{
	display: block;
	font-size: 14px;
	color: #006666;
	font-weight: 700;
}
.search-result table.journey-rates tbody td .check-now.selected .price-wrap .price{
	color: #fff;
}
.search-result table.journey-rates tbody td .check-now.selected .price-wrap .currency-symbol{
	color: #fff;
}
.search-result table.journey-rates tbody td .check-now.selected .price-wrap .price-check{
	background: url('../images/price-radio-active-icon.png') no-repeat left top;
}
.search-result .departure-time{
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	width: 160px;
	margin-right: 20px;
	background: url('../images/arrow-right.png') no-repeat right center;
}
.search-result .departure-time .time{
	display: block;
	font-size: 18px;
	color: #0d3666;
	font-weight: 700;
	line-height: normal;
}
.search-result .departure-time .location{
	display: block;
	font-size: 14px;
	color: #0d3666;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-result .arrival-time{
	display: inline-block;
	vertical-align: top;
	width: 110px;
}
.search-result .arrival-time .time{
	display: block;
	font-size: 18px;
	color: #0d3666;
	font-weight: 700;
	line-height: normal;
}
.search-result .arrival-time .time .plus{
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #d71e1e;
}
.search-result .arrival-time .location{
	display: block;
	font-size: 14px;
	color: #0d3666;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap; 
	/*overflow: hidden;
	text-overflow: ellipsis;*/
}
.search-result .time-duration {
	display: block;
	font-size: 14px;
	color: #0d3666;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 8px;
}
.search-result .time-duration img{
	margin-right: 10px;
}
.search-result .change{
	display: block;
}
.search-result .change .btn{
	padding: 5px 30px 5px 5px;
	background-color: #fff;
	border: 1px solid;
	border-color: #006666;
	color: #006666;
	border-radius: 0px;
	font-size: 13px;
	font-weight: 600;
	position: relative;
}
.search-result .change .btn:focus{
	outline: none;
	box-shadow: none;
}
.search-result .change .btn:after{
	content: '';
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-bottom: 5px solid #006666;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.search-result .change .btn.collapsed:after{
	border-bottom: 0px;
	border-top: 5px solid #006666;
}
.search-result .change .bootstrap-select .btn{
	padding: 5px;
	background-color: #fff;
	border-color: #006666;
	color: #006666;
}
.search-result .change .bootstrap-select .btn.dropdown-toggle::after{
	border-top-color: #006666;
}
.search-result .train-logo {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.search-result .train-logo img{
	height: 13px;
	width: auto;
}
.search-result .train-info {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.search-result .total-amount{
	display: block;
	margin-bottom: 5px;
}
.search-result .total-amount .label{
	display: inline-block;
	margin-right: 15px;
}
.search-result .total-amount .price-wrap{
	display: inline-block;
}
.search-result .total-amount .currency-symbol{
	display: inline-block;
	font-size: 18px;
	color: #006666;
	font-weight: 700;
}
.search-result .total-amount .price{
	display: inline-block;
	font-size: 18px;
	color: #006666;
	font-weight: 700;
}
.search-result .tarrif-rate{
	display: block;
}
.search-result .tarrif-rate .btn-rate{
	display: inline-block;
	padding: 6px 12px;
	background-color: #e7834c;
	font-size: 13px;
	color: #fff;
	border-radius: 3px;
}
.search-result .tarrif-rate .btn-rate.collapsed:after{
	content: '';
	display: inline-block;
	border-top: 5px solid #fff;
	border-bottom: 0px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	margin-left: 5px;
}
.search-result .tarrif-rate .btn-rate:after{
	content: '';
	display: inline-block;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	margin-left: 5px;
}
.passenger-detail{
	display: block;
	width: 100%;
	padding: 30px 10px;
	background-color: #fff;
	border: 4px solid #e6e9ed;
}
.passenger-detail .passenger{
	margin-bottom: 15px;
}
.passenger-detail .passenger label{
	display: block;
	font-size: 14px;
	color: #0d3666;
}
.passenger-detail .passenger label span{
	font-weight: 700;
	display: inline-block;
	margin-left: 5px;
}
.passenger-detail .passenger .form-control{
	border: 1px solid #aab2bd;
	border-radius: 3px;
	font-size: 14px;
}
.step-2 .condition{
	display: block;
	border: 4px solid #e6e9ed;
	background-color: #e6e9ed;
}
.result-total-amount{
	display: block;
	text-align: right;
	width: 100%;
	padding: 22px;
	border: 4px solid #e6e9ed;
}
.result-total-amount .amount{
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	color: #006666;
	font-weight: 700;
}
.result-total-amount .goon{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #0d3666;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 22px;
}
.result-total-amount .goon a{
	color: #0d3666;
	background-color: #c4df9b;
	border-radius: 3px;
	padding: 14px 23px;
	line-height: normal;
	border: 0px;
	display: inline-block;
}
.step-2 .notes{
	display: block;
	width: 100%;
	padding: 15px;
}
.step-2 .notes span{
	display: block;
	width: 100%;
	font-size: 13px;
	color: #0d3666;
	font-weight: 700;
}
.step-2 .notes p{
	font-size: 13px;
	color: #0d3666;
	padding: 0;
	margin: 0;
}
.step-2 .choose-packages{
	display: block;
	width: 100%;
	padding: 15px;
}
.step-2 .choose-packages .check{
	text-align: right;
	font-size: 14px;
	color: #0d3666;
	font-weight: 700;
}
.step-2 .choose-packages .check input{
	margin-right: 10px;
}
.step-2 .different-rate{
	display: block;
}
.step-2 .different-rate .other-rates{
	width: 140px;
	margin-right: 10px;
	float: left;
}
.step-2 .different-rate .other-rates a{
	display: inline-block;
	background-color: #006666;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 10px 15px;
	border-radius: 3px;
	line-height: normal;
}
.step-2 .different-rate .other-note{
	float: left;
	width: calc(100% - 150px);
}
.step-2 .different-rate .other-note img{
	display: inline-block;
	margin-right: 10px;
}
.step-2 .different-rate .other-note p{
	max-width: 200px;
	font-size: 12px;
	color: #0d3666;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.step-pagination{
	padding: 0;
	margin: 20px 0 0 0;
	display: block;
	width: 100%;
}
.step-pagination .step-btn{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.step-pagination .step-btn .text{
	display: inline-block;
	vertical-align: top;
	background-color: #e6e9ed;
	color: #0d3666;
	font-size: 14px;
	font-weight: 700;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
}
.step-pagination .step-btn .icon{
	display: inline-block;
	vertical-align: top;
}
.step-pagination .prev-step{
	float: left;
}
.step-pagination .next-step{
	float: right;
}
.step-pagination .prev-step .step-btn .text{
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.step-pagination .next-step .step-btn .text{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.popupover-hide{
	display: none;
}
.popover-custom{
	max-width: 780px;
	border: 2px solid #006666;
	padding: 40px;
	position: relative;
}
.popover-custom:after{
	content: '';
	position: absolute;
	bottom: -20px;
	border-top: 20px solid red;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.popover-custom .wrap{
	height: 500px;
	overflow: auto;
}
.popover-custom h3{
	display: block;
	font-size: 18px;
	color: #0d3666;
	font-weight: 700;
	margin-bottom: 35px;
}
.popover-custom p{
	font-size: 12px;
	color: #0d3666;
	margin: 0 0 15px;
}
.popover-custom table{
	width: 100%;
	background-color: #e4e7eb;
	margin-bottom: 30px;
}
.popover-custom table tr th{
	border: 2px solid #fff;
	padding: 15px;
	font-size: 12px;
	color: #0d3666;
	text-align: right;
}
.popover-custom table tr td{
	border: 2px solid #fff;
	padding: 15px;
	font-size: 12px;
	color: #0d3666;
}
.popover-custom table tr th .title{
	display: block;
	font-size: 12px;
	font-weight: 700;
}
.popover-custom table tr th span{
	font-weight: 400;
}
/* step 2 close */
/* step 3 start */
.step-3 h2{
	display: block;
	color: #0d3666;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}
.step-3 .btn-add-passenger{
	display: inline-block;
    background-color: #006666;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 3px;
    line-height: normal;
}
.step-3 .btn-add-passenger span{
	display: inline-block;
	padding: 0 8px;
}
.step-3 .red-arrow{
	border: 4px solid #e6e9ed;
	margin-bottom: 20px;
}
.step-3 .red-arrow .title{
	display: block;
	color: #fff;
	background-color: #006666;
	font-size: 18px;
	text-transform: uppercase;
	padding: 22px 30px;
	font-weight: 600;
}
.step-3 .condition {
    display: block;
    background-color: #e6e9ed;
    padding: 15px;
}
.step-3 .condition .check {
    text-align: right;
    font-size: 14px;
    color: #0d3666;
    font-weight: 700;
}
.step-3 .condition .check label{
	margin: 0;
}
.step-3 .condition .check input {
    margin-right: 10px;
}
.step-3 .result-total-amount{
	line-height: normal;
	border: 0px;
}
.step-3 .result-total-amount label{
	display: block;
	font-size: 16px;
	color: #0d3666;
	font-weight: 700;
	margin-bottom: 0px;
}
.step-3 .back{
	display: block;
}
.step-3 .back .btn-back{
	display: inline-block;
    padding: 8px 12px;
    background-color: #e4e7eb;
    color: #0d3666;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
table.train-info{
	width: 100%;
}
table.train-info tr td{
	border: 1px solid #e6e9ed;
	padding: 10px 15px;
}
table.train-info tr td.departures{
	width: 400px;
	font-size: 0;
}
table.train-info tr td .departure-time{
	display: inline-block;
	width: 170px;
	margin-right: 25px;
	background: url('../images/arrow-right.png') no-repeat right center;
}
table.train-info tr td .arrival-time{
	display: inline-block;
	width: 170px;
}
table.train-info tr td.departures .time{
	display: block;
	font-size: 16px;
	color: #0d3666;
	font-weight: 700;
}
table.train-info tr td.departures .location{
	display: block;
	font-size: 14px;
	color: #0d3666;
}
table.train-info tr td.durations{
	width: 200px;
	text-align: center;
	font-size: 16px;
	color: #0d3666;
	font-weight: 700;
}
table.train-info tr td.durations img{
	margin-right: 10px;
}
table.train-info tr td.train-info-logo .train{
	display: inline-block;
	vertical-align: middle;
}
table.train-info tr td.train-info-logo .info{
	display: inline-block;
	margin-left: 10px;
}
table.train-info tr td.train-logo{
	width: auto;
}
table.train-info tr td.train-logo .train{
	display: inline-block;
}
table.train-info tr td.train-logo .train img{
	height: 13px;
	width: auto;
}
table.train-info tr td.train-logo .info{
	display: inline-block;
	margin-left: 10px;
}
.step-3 .offer-services{
	width: 100%;
}
.step-3 .offers-list{
	padding: 0;
	margin: 0;
}
.step-3 .offers-list li{
	list-style: none;
	margin: 5px 0px;
}
.step-3 .offer-services tr th{
	background-color: #e6e9ed;
	font-size: 14px;
	color: #0d3464;
	font-weight: 700;
	padding: 15px;
	text-align: center;
	border: 1px solid #fff;
}
.step-3 .offer-services tr th.blank{
	width: 12%;
	background-color: #fff;
}
.step-3 .offer-services tr td{
	padding: 15px;
	border: 1px solid #e6e9ed;
}
.step-3 .offer-services tr td.blank{
	width: 12%;
	background-color: #e6e9ed;
	text-align: center;
}
.step-3 .offer-services tr td.blank span{
	display: block;
	margin-top: 5px;
	font-weight: 600;
	font-size: 14px;
}
.step-3 .offer-services tr td.blank.white{
	background-color: #fff;
}
.step-3 .offer-services tr td.services{
	width: 22%;
}
.step-3 .offer-services tr td.offer{
	width: 22%;
}
.step-3 .offer-services tr td.data-access{
	width: 26%;
}
.step-3 .offer-services tr td.data-access .form-control{
	margin-bottom: 10px;
	display: block;
	border-color: #aab2bd;
	color: #0d3666;
	border-radius: 3px;
	height: 41px;
}
.step-3 .offer-services tr td.data-access .form-control:last-child{
	margin-bottom: 0px;
}
.step-3 .offer-services tr td.amount{
	width: 18%;
	text-align: center;
	font-size: 18px;
	color: #006666;
	font-weight: 700;
}
.step-3 .offer-services tr td.discription h3{
	font-size: 12px;
	color: #0d3666;
	font-weight: 700;
	display: block;
	padding: 0;
	margin: 0;
}
.step-3 .offer-services tr td.discription p{
	font-size: 12px;
	color: #0d3666;
	padding: 0;
	margin: 0;
}
/* step 3 close */
/* step 4 start */
.train-select-coach{
	display: block;
	width: 100%;
	padding: 12px 18px;
	margin: 0 0 50px;
	background-color: #e6e9ed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.train-select-coach label{
	font-size: 18px;
	color: #0d3666;
	font-weight: 600;
	display: inline-block;
	margin-right: 22px;
}
.train-select-coach .select-seat{
	display: inline-block;
	width: 60px;
}
.train-select-coach .select-seat .bootstrap-select .btn:focus{
	outline: none;
	box-shadow: none;
}
.train-pic{
	display: block;
	width: 100%;
	text-align: center;
	background: url('../images/train-no.png') no-repeat center center;
	background-size: contain;
	height: 70px;
	position: relative;
	margin-bottom: 60px;
}
.train-pic .train-coach-no{
	display: table;
	width: 105px;
	height: 70px;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #fff;
	margin: 0 auto;
	padding: 5px;
	position: relative;
}
.train-pic .train-coach-no .info{
	background-color: #fff;
	font-size: 12px;
	color: #0d3666;
	font-weight: 700;
	text-align: center;
	padding: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 35px;
	width: calc(100% - 10px);
}
.train-seat-info{
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.train-seat-info .seat-info{
	display: inline-block;
	margin-right: 30px;
}
.train-seat-info .seat-info .icon{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 28px;
	margin-right: 10px;
}
.train-seat-info .seat-info.seat-selected .icon{
	background: url('../images/train-seat.png') no-repeat;
	background-position: 0 -28px;
}
.train-seat-info .seat-info.seat-available .icon{
	background: url('../images/train-seat.png') no-repeat;
	background-position: 0 0;
}
.train-seat-info .seat-info.seat-no-available .icon{
	background: url('../images/train-seat.png') no-repeat;
	background-position: 0 -58px;
}
.train-seat-info .seat-info.seat-front .icon{
	background: url('../images/front-seat.png') no-repeat;
	background-position: 0 0;
	width: 55px;
	height: 58px;
	vertical-align: middle;
}
.train-seat-info .seat-info .text{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #0d3666;
	font-weight: 700;
}
.train-seat-booking{
	display: block;
	width: 720px;
	margin: 0 auto 60px;
	border: 2px solid #e5e5e5;
	background-color: #c3c3c3;
}
.train-seat-booking .side-view{
	display: block;
	background-color: #fff;
	padding: 5px 75px 0px 25px;
	text-align: center;
	position: relative;
}
.train-seat-booking .side-view .wc{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 38px;
	height: 38px;
	background-color: #999999;
	color: #606162;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.train-seat-booking .side-view .line{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}
.train-seat-booking .side-view .line.group{
	margin-right: 15px;
	position: relative;
}
.train-seat-booking .side-view .line.group:after{
	content: '';
	position: absolute;
	right: -14px;
	height: 60%;
	background-color: #b3b3b3;
	top: 0;
	bottom: 0;
	width: 10px;
	margin: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.train-seat-booking .side-view .line .seat{
	width: 20px;
	height: 28px;
	line-height: 28px;
	background: url('../images/train-seat.png') no-repeat;
	background-position: 0 0;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
}
.train-seat-booking .side-view .line .seat a{
	color: #000;
}
.train-seat-booking .side-view .line .seat.no-seat{
	background-image: none;
}
.train-seat-booking .side-view .line .seat.not-available{
	background: url('../images/train-seat.png') no-repeat;
	background-position: 0 -58px;
}
.train-seat-booking .side-view .line .seat.seat-selected{
	background: url('../images/train-seat.png') no-repeat;
	background-position: 0 -28px;	
}
.train-seat-booking .title{
	display: block;
	text-align: center;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0px;
	line-height: 1;
}
.train-seat-booking .title span{
	display: inline-block;
	line-height: 1;
}
.step-4 h2{
	display: block;
	font-size: 22px;
	color: #0d3666;
	font-weight: 600;
	margin-bottom: 23px;
}
.step-4 .action{
	display: block;
	width: 100%;
	border-top: 1px solid #e6e9ed;
	padding: 25px 0 0 0;
}
.step-4 .action .btn-back{
	display: inline-block;
	padding: 8px 12px;
	background-color: #e4e7eb;
	color: #0d3666;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.step-4 .action .btn-confirm{
	padding: 10px 20px;
	background-color: #0d3666;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
/* step 4 close */
/* step 5 start */
.step-5 h2{
	display: block;
	background-color: #e6e9ed;
	color: #0d3666;
	font-size: 24px;
	font-weight: 700;
	padding: 12px 15px;
	margin-bottom: 15px;
}
.booking-total{
	display: block;
	text-align: right;
	font-size: 24px;
	color: #0d3666;
	font-weight: 700;
	background-color: #e4e7eb;
	padding: 12px 15px;
	line-height: normal;
	margin-bottom: 25px;
}
.booking-total label{
	display: inline-block;
	margin: 0;
}
.booking-total span{
	display: inline-block;
}
.step-5 .action .btn-back{
	display: inline-block;
    padding: 8px 12px;
    background-color: #e4e7eb;
    color: #0d3666;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.step-5 .action .btn-book{
	display: inline-block;
	padding: 10px 20px;
    background-color: #006666;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.step-5 .booking-steps{
	display: block;
}
.step-5 .booking-steps-title{
	display: block;
	background-color: #ffdd87;
	font-size: 20px;
	color: #0d3666;
	font-weight: 700;
	padding: 12px 15px 12px 50px;
	line-height: normal;
	position: relative;
}
.step-5 .booking-steps-title .num{
	position: absolute;
	left: 15px;
	top: 15px;
	background-color: #0d3666;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 100px;
	margin-right: 10px;
}
.step-5 .booking-step-body{
	display: block;
	padding: 35px 0px;
}
.step-5 .agency-detail{
	display: block;
	position: relative;
	margin-bottom: 25px;
}
.step-5 .agency-detail label{
	display: inline-block;
	margin-right: 25px;
	font-size: 16px;
	color: #0d3464;
	font-weight: 700;
}
.step-5 .agency-detail .form-control{
	display: inline-block;
	width: 195px;
}
.step-5 .agency-detail .require-field{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #0d3666;
	line-height: normal;
}
.step-5 .agency-detail .require-field em{
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	font-style: normal;
	color: #ca1212;
	vertical-align: middle;
}
.step-5 .booking-summary{
	font-size: 0;
	display: block;
}
.step-5 .booking-summary .date{
	display: block;
	font-size: 20px; /*16px;*/
	color: #0d3666; /*#e7834c;*/
	font-weight: 700;
	margin-bottom: 15px;
}
.step-5 .booking-summary .wrap{
	display: block;
	border: 1px solid #e6e9ed;
	padding: 10px 15px;
	line-height: normal;
	font-size: 0;
}
.step-5 .booking-summary .wrap .departure-time{
	display: inline-block;
	background: url('../images/arrow-right.png') no-repeat right top;
	padding-right: 20px;
	width: 170px;
	vertical-align: top;
}
.step-5 .booking-summary .wrap .departure-time .time{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #0d3666;
	font-weight: 700;
}
.step-5 .booking-summary .wrap .departure-time .location{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #0d3666;
}
.step-5 .booking-summary .wrap .arrival-time{
	display: inline-block;
	vertical-align: top;
	width: 170px;
}
.step-5 .booking-summary .wrap .arrival-time .time{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #0d3666;
	font-weight: 700;
}
.step-5 .booking-summary .wrap .arrival-time .location{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #0d3666;
}
.step-5 .booking-summary .wrap .time-duration{
	display: inline-block;
	font-size: 14px;
	color: #0d3666;
	font-weight: 700;
	width: 155px;
	text-align: center;
	vertical-align: middle;
}
.step-5 .booking-summary .wrap .time-duration .icon{
	display: inline-block;
	margin-right: 10px;
}
.step-5 .booking-summary .wrap .time-duration .time{
	display: inline-block;
}
.step-5 .booking-summary .wrap .train-info{
	display: inline-block;
	width: 110px;
	margin-right: 25px;
}
.step-5 .booking-summary .wrap .train-info .train-logo{
	display: inline-block;
}
.step-5 .booking-summary .wrap .train-info .train-logo img{
	height: 13px;
}
.step-5 .booking-summary .wrap .train-info .info{
	display: inline-block;
	margin-left: 10px;
}
.step-5 .booking-summary .wrap .train-type{
	display: inline-block;
}
.step-5 .booking-summary .wrap .train-type .text{
	display: block;
	font-size: 18px;
	color: #0d3666;
	font-weight: 700;
}
.step-5 .booking-summary .wrap .train-type .type{
	display: block;
	font-size: 14px;
	color: #0d3666;
	font-weight: 600;
}
.step-5 .passenger-data{
	display: block;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 20px 0px 0px;
}
.step-5 .passenger-data .title{
	display: block;
	font-size: 16px;
	color: #e7834c;
	font-weight: 600;
}
.step-5 .passenger-data .title span{
	display: inline-block;
	font-size: 14px;
	color: #e7834c;
	font-weight: 400;
	margin-left: 10px;
}
.step-5 .passenger-data p{
	display: block;
	font-size: 12px;
	color: #0d3666;
	margin-bottom: 25px;
}
.step-5 .passenger-data .form-group-inline{
	display: block;
	font-size: 0;
	margin-bottom: 20px;
}
.step-5 .passenger-data .form-group{
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	margin: 0;
	width: 190px;
	margin-right: 4px;
}
.step-5 .passenger-data .form-group.last{
	margin-left: 13px;
}
.step-5 .passenger-data .form-group label{
	display: block;
	font-size: 14px;
	color: #0d3666;
}
.step-5 .agency-detail label{
	display: block;
	color:#0d3666;
	font-weight:400;
	font-size:14px;
}
.step-5 .agency-detail label em {
    display: inline-block;
    font-size: 14px;
    color: #ce2222;
    font-style: normal;
    margin-left: 5px;
}
.step-5 .passenger-data .form-group label em{
	display: inline-block;
	font-size: 14px;
	color: #ce2222;
	font-style: normal;
	margin-left: 5px;
}
.step-5 .passenger-data .form-group .form-control:focus{
	/*border: 1px solid #ce2222;*/
	border: 1px solid #000;
}
.step-5 .passenger-data .sent-customer-note{
	font-size: 12px;
	color: #0d3666;
}
.step-5 .passenger-data .sent-customer-note .icon{
	float: left;
	margin-right: 7px;
	width: 14px;
	padding-top: 7px;
}
.step-5 .passenger-data .sent-customer-note .text{
	overflow: hidden;
	display: block;
}

/* step 5 close */
table.journey-detail.duration-detail .departure-time{
	background: none;
}
.bootstrap-datetimepicker-widget{
	/*padding: 15px !important;*/
	/*border: 2px solid #006666;*/
	padding: 0;
	border: 0;
}
.bootstrap-datetimepicker-widget table thead tr:nth-child(odd){
	height: 50px;
}
.bootstrap-datetimepicker-widget table thead tr th.prev{
	padding: 0px;
	background-color: #fff;
	border: 1px solid #e8e9ec;
	line-height: 35px;
	border-radius: 0px;
	width: 35px;
	height: 35px;
	display: inline-block;
	float: left;
}
.bootstrap-datetimepicker-widget table thead tr th.next{
	padding: 0px;
	background-color: #fff;
	border: 1px solid #e8e9ec;
	line-height: 35px;
	border-radius: 0px;
	width: 35px;
	height: 35px;
	display: inline-block;
	float: right;
}
.bootstrap-datetimepicker-widget table thead tr th .glyphicon:before{
	color: #a5b0b8;
	font-size: 14px;
}
.bootstrap-datetimepicker-widget table thead tr th.prev .glyphicon:before{
	content: "\e079";
}
.bootstrap-datetimepicker-widget table thead tr th.next .glyphicon:before{
	content: "\e080";
}
.bootstrap-datetimepicker-widget table thead tr th .glyphicon{
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	font-style: normal;
	line-height: 1;
}
.bootstrap-datetimepicker-widget table thead tr{
	padding-bottom: 15px;
}
.bootstrap-datetimepicker-widget table thead tr th.dow{
	background-color: #e9e9f0;
	font-size: 10px;
	font-weight: 700;
	color: #a3a6b4;
	border-radius: 0px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0px;
}
.bootstrap-datetimepicker-widget table tbody tr td.day{
	border: 1px solid #e8e9ec;
	color: #284572;
	font-size: 12px;
	padding: 5px 0px;
	border-radius: 0px;
}
.bootstrap-datetimepicker-widget table tbody tr td.day.today{
	background-color: #006666;
	color: #fff;
}
.bootstrap-datetimepicker-widget table thead tr th.picker-switch{
	text-transform: capitalize;
	font-size: 12px;
	color: #338cff;
}
.bootstrap-datetimepicker-widget .datepicker{
	padding: 15px;
	border: 2px solid #006666;
	background-color: #fff;
}
.bootstrap-datetimepicker-widget table th.picker-switch{
	width: calc(100% - 74px);
}
.tooltip_hidden{
	display: none;
}
/* small tooltip */
.small-tooltip {
	max-width: 300px;
	width: 100%;
}
.small-tooltip .tooltipster-box{
	background-color: #fff;
	border: 2px solid #006666;
	/*background: #fff url('../images/tooltip-close.png') no-repeat right top;*/
	box-shadow: 0px 6px 24.84px 2.16px rgba(0, 0, 0, 0.68);
}
.small-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{
	border-top: 15px solid;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top-color: #006666;
}
.small-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{
	border-top: 15px solid;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top-color: #fff;
}
.small-tooltip .tooltipster-content{
	color: #0d3666;
	font-size: 14px;
	padding: 20px;
}
.small-tooltip .tooltipster-content p{
	margin: 0;
}
.small-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{
	bottom: -5px;
	width: 30px;
	height: 15px;
}
/* big tooltip */
.big-tooltip {
	max-width: 700px;
	width: 100%;
}
.big-tooltip .tooltipster-box{
	background-color: #fff;
	border: 2px solid #006666;
	/*background: #fff url('../images/tooltip-close.png') no-repeat right top;*/
	box-shadow: 0px 6px 28.8px 3.2px rgba(0, 0, 0, 0.44);
}
.big-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{
	border-top: 15px solid;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top-color: #006666;
}
.big-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{
	border-top: 15px solid;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top-color: #fff;
}
.big-tooltip .tooltipster-content{
	color: #0d3666;
	font-size: 14px;
	padding: 20px;
}
.big-tooltip .tooltipster-content p{
	margin: 0;
}
.big-tooltip.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{
	bottom: -5px;
	width: 30px;
	height: 15px;
}
.popup-train-detail .head{
	padding: 5px 10px 20px;
	border-bottom: 2px solid #e6e9ed;
	margin-bottom: 10px;
	text-align: center;
}
.popup-train-detail .head .departure-time{
	display: inline-block;
	vertical-align: top;
	background: url(../images/arrow-right.png) no-repeat right center;
	margin-right: 15px;
	padding-right: 35px;
}
.popup-train-detail .head .departure-time .time{
	display: inline-block;	
	vertical-align: top;
	font-size: 18px;
	color: #0d3666;
	font-weight: 700;
}
.popup-train-detail .head .departure-time .city{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #0d3666;
	font-weight: 400;
	line-height: 1;
}
.popup-train-detail .head .arrival-time{
	display: inline-block;
	vertical-align: top;
}
.popup-train-detail .head .arrival-time .time{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #0d3666;
	font-weight: 700;
}
.popup-train-detail .head .arrival-time .city{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #0d3666;
	font-weight: 400;
	line-height: 1;
}
.popup-train-detail ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.popup-train-detail li{
	margin-bottom: 10px;
	display: block;
}
.popup-train-detail li .icon{
	float: left;
	margin-right: 15px;
	width: 19px;
	height: 19px;
	background: url('../images/popup-list-icon.png') no-repeat left top;
}
.popup-train-detail li .icon.icon-4{
	background-position: 0 0;
}
.popup-train-detail li .icon.icon-chair{
	background-position: 0 -19px;
}
.popup-train-detail li .icon.icon-bar{
	background-position: 0 -38px;
}
.popup-train-detail li .text{
	overflow: hidden;
	display: block;
}
.popup-train-detail .note{
	margin-top: 15px;
}
.popup-train-detail table tr th{
	font-size: 13px;
	color: #0d3666;
	font-weight: 700;
	padding: 10px 5px;
}
.popup-train-detail table tr td{
	font-size: 13px;
	color: #0d3666;
	padding: 0px 5px;
}
.popup-train-detail table tr:nth-child(odd) td{
	background-color: #fff;
}
.popup-train-detail table tr:nth-child(even) td{
	background-color: #e6e9ed;
}
.tooltipster-base .tooltipster-box {
	border-radius: 0px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{
	border-bottom-color: #fff;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{
	border-bottom-color: #006666;
}

/* ALESSIO MOD: */

.suggest_keys {
	font-family: 'Open Sans', sans-serif;
	color: #0d3666;
	font-size: 14px;
	font-weight: 600;
}

.list_ames_trains { 
	font-size: 14px;
    color: #0d3666;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.checkbox_posti {
	transform: scale(1.3);
}

.date-select ul.dropdown-menu{
    max-height: 224px;
}

/* TOOLTIP CLOSE BUTTON: */

.close-tooltip-home{
	position: absolute;
    top: 5px;
    right: 4px;
   
}
.close-tooltip-list{
	position: absolute;
    top: 15px;
    right: 5px;
   
}

