@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
    div.timeTablesView.no-print form,
    div.timeTablesView .timetablesViewInfo,
    div.timeTablesView div.panel-body,
    div.timeTablesView div#routeFoundResults a {
        display: none;
    }
}

@CHARSET "UTF-8";
legend.scheduler-border {
    width: inherit;
    /* Or auto */
    padding: 0 10px;
    /* To give a bit of padding on the left and right */
    border-bottom: none;
}

.seatSelectionView {
    display: none;
}

.busPreview {
    margin-bottom: 30px;
}

.busPreview.typeA {
    width: 193px;
    height: 757px;
    background: url("../img/bus_typeA.png") no-repeat;
}

.busPreview.typeB {
    width: 193px;
    height: 757px;
    background: url("../img/bus_typeB.png") no-repeat;
}

.busPreview.typeC {
    width: 144px;
    height: 454px;
    background: url("../img/bus_typeC.png") no-repeat;
}

div.seatSelectionViewFooter {
    margin-top: 20px;
}

div.busPreview .seat,
div.busPreview .emptyseat {
    float: left;
    font-size: 10px;
    height: 50px;
    margin: 0;
    width: 34px;
    font-size: 10px;
    position: relative;
}

.busPreview .seat label {
    color: #000000;
    display: block;
    float: left;
    font-weight: normal;
    text-align: center;
    width: 34px;
    height: 18px;
    position: absolute;
    bottom: 4px;
    margin: 0;
    line-height: 14px;
}

.busPreview .line input {
    position: absolute;
    right: 10px;
    height: 24px;
    top: -28px;
}

div.busPreview .line {
    width: auto;
    height: 50px;
    padding-left: 6px;
}

div#line0 {
    padding-top: 94px;
}

#routeAxonesSelect p {
    text-indent: em;
    color: #C09853;
}

#selectSeatsRefreshBtn {
    margin-top: 14px;
}

label div.requiredInput {
    float: right;
    color: #C7254E;
    font-weight: bold;
}

.osolCaptchaBlock {
    text-align: -moz-center;
}

.osolCaptchaBlock table {
    width: auto;
}

.add-on {
    height: 28px !important;
}

#requiredTopMsg {
    color: #DD1144;
}

div.ticketPriceNote span.msgval {
    color: #468847;
}

span.reservationExpiredMsg {
    color: #3C763D;
}

.ticketIDNote {
    font-style: italic;
}

#stationSearchInfo a {
    text-decoration: none;
}

#searchResultsPretext {
    /* 
	background-color: #dfe9fa;
	border-radius: 5px; 
	padding: 10px; */
}

.dromRoutes {
    width: 100%;
    padding-bottom: 10px;
}

.searchRouteTimetable {
    padding-bottom: 10px;
}

#accordion .panel {
    margin-bottom: 10px;
}

div#stationSearchInfo span {
    font-size: 32px;
    float: left;
    padding-right: 10px;
}

.field-note {
    color: #777;
    font-size: 0.8em;
    font-style: italic;
}

.btn.selectroute {
    margin-bottom: 5px;
}

form.form-horizontal div.input-group div.addon-label {
    min-width: 30%;
}

.searchRouteTimetable {
    font-weight: normal;
}

.infowindow>h2 {
    font-size: 20px;
    margin-top: 10px;
}

.panel-heading .comment {
    font-size: 11px;
    font-weight: normal;
}

#quick-destinations>h2 {
    margin-top: 0;
}

.searchRoutePath {
    padding: 0 4px;
    width: auto;
}

#select-trip>h2 {
    clear: both;
}

.popularRoutePath,
.tripRoutePath {
    float: left;
    padding-right: 4px;
    padding-top: 4px;
}

.discount {
    color: #d44950;
}

#axonasSelectionWait img {
    width: 16px;
}

select.form-control option {
    font-size: 14px;
    color: #424242;
    border: 1px solid #fff;
    padding: 2px;
}

select.form-control option:hover {
    border: 1px solid #1fa8cf;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 4px;
}

.route-section {
    background-color: #f3f3f3;
    border-bottom: 2px solid #cacaca;
    padding: 10px 0;
}

#mapMarkersInfo .markerInfo {
    padding-right: 20px;
}

.select-ticket-type label {
    display: inline-block;
    padding-right: 10px;
}

#searchformcontainer form .input-group {
    padding-right: 4px;
}

.route-search form.form-inline .form-group {
    padding-bottom: 10px;
}
