.row_tools .tle_loading {
    float: left;
}
.tle_loading {
    height: 20px;
    width: 20px;
    display: block;
    vertical-align: middle;
    background: url('../img/loading.gif') no-repeat left top;
}
.tle_loading_trips {
    position: absolute;
    top: 100px;
    left: 184px;
    height: 32px;
    width: 32px;
    display: block;
    background: url('../img/ajax-loader.gif') no-repeat left top;
    z-index: 9999;
}

.selectPayment {
    text-align: center;
}
.selectPayment input.button {
    background: none;
    border: none;
    cursor: pointer;
    color: #0075C8;
    text-decoration: underline;
}
.selectPlayment input.button:hover {
    color: #0B466B;
}

.selectPayment span.payment_logo {
    display: inline-block;
    width: 90px;
    height: 32px;
    background-position: left top;
    background-repeat: no-repeat;
}
.selectPayment span.payment_logo_big {
    display: block;
    width: 90px; 
    height: 32px;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-bottom: 3px;
}
.selectPayment span.payment_logo_big img {
    width: 90px;
    height: 32px;
}

.selectPayment span.swedbank {
    background: url('../img/pay_swedbank.png');
}
.selectPayment span.sebTest,
.selectPayment span.seb {
    background: url('../img/pay_seb.png');
}
.selectPayment span.nordea {
    background: url('../img/pay_nordea.png');
}
.selectPayment span.sampo {
    background: url('../img/pay_danske.gif');
}
.selectPayment span.credit_card {
    background: url('../img/pay_visa.png');
}
.ticketData .ferry {
    font-size: 1em;
}

.passengers {
    width: 150px;
}

.passengersGeneric {
    background: #86C13E; height: 16px; margin-top: 0px;
}

.passengersRuhnu {
    background: #0075C7; height: 16px; margin-top: 0px;
}

.resource_header_bar {
    padding-right: 45px;
    float: right;
}
.resource_header_icon_vehicles {
    margin-left: 30px;
    height: 20px;
    width: 20px;
    float: left;
    background: url('../img/icon-car.png');
    background-repeat: no-repeat;
}

.resource_header_icon_passengers {
    height: 20px;
    width: 20px;
    float: left;
    background: url('../img/passenger-24.png');
    background-repeat: no-repeat;
    background-size: 20px;
}

.recource_available_column {
    float: right; 
    width: 50%;
}

