﻿.center {
    text-align: center
}

.timetableBox {
    margin: 0px 0px 0px 20px;
}

.timetableTitleSection {
    font-size: 1.05em;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px;
}

.semaphoreArea {
    font-size: 1.05em;
    padding: 5px;
    text-align: right;
}

.timetableTitleStation {
    font-weight: bold;
    text-transform: uppercase;
}

.timetableBoxSolution {
    border-bottom: 2px solid #ccc;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.timetableSubtitle {
    border: 1px solid #ccc;
    margin-top: 15px;
    background-color: #0066cc;
    padding: 5px;
    color: #fff;
    font-size: 0.88em;
    font-weight: bold;
    text-transform: uppercase;
}

.timetable {
    margin-top: 10px;
    width: 100%;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.timetableAgency {
    margin-top: 10px;
    width: 100%;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

.timetableHeaderRow {
    background-color: #ccc;
}

.timetableHeaderCell {
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 2px;
    text-transform: uppercase;
    font-size: 0.88em;
}

.timetableRow {
}

.timetableCell {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 4px;
    font-size: 0.88em;
    text-align: center;
}

.timetableCellNoLeft {
    border-bottom: solid 1px #ccc;
    padding: 4px;
    font-size: 0.88em;
    text-align: center;
}

.timetableCellWarning {
    /*border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; padding: 8px; font-size: 0.88em; text-align: center; background-color: Orange;*/
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 4px;
    font-size: 0.88em;
    text-align: center;
    color: Fuchsia;
    font-weight: bold;
}

.timetableCellError {
    /*border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; padding: 8px; font-size: 0.88em; text-align: center; background-color: Fuchsia*/
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 4px;
    font-size: 0.88em;
    text-align: center;
    color: Red;
    font-weight: bold;
}

.timetableCellPrice {
    color: #ff9900;
    font-weight: bold;
    font-size: 1.1em;
}

.timetableRowAlternate {
    background-color: #f1f1f1;
}

.timetableCellAlternate {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 4px;
    font-size: 0.88em;
    text-align: center;
}

.timetableCellAlternateNoLeft {
    border-bottom: solid 1px #ccc;
    padding: 4px;
    font-size: 0.88em;
    text-align: center;
}

.timetableCellAlternateWarning {
    /*border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; padding: 8px; font-size: 0.88em; text-align: center; background-color: Orange;*/
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 4px;
    font-size: 0.88em;
    text-align: center;
    color: Fuchsia;
    font-weight: bold;
}

.timetableCellAlternateError {
    /*border-bottom: solid 1px #ccc; border-left: solid 1px #ccc; padding: 8px; font-size: 0.88em; text-align: center; background-color: Fuchsia*/
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    padding: 4px;
    font-size: 0.88em;
    text-align: center;
    color: Red;
    font-weight: bold;
}

.subtitle {
    font-weight: bold;
    text-transform: uppercase;
}

.stopsTable {
    margin-top: 4px;
    border-right: solid 1px #ccc;
    border-bottom: 1px solid #ccc;
}

.FareMessagePlaceHolder {
    margin-bottom: 10px;
    color: Red;
    text-align: center
}

.SolutionFooterInfo {
    width: 640px;
    margin: 10px 0px;
    border: 1px solid #ff9900;
    padding: 10px;
    background-color: #ffebcb;
}

.linkButton {
}

.extraServiceField {
    width: 250px;
}

.extraServiceFieldTFPrepay {
    width: auto !important;
}

.buttonLinkCont {
    background-color: #0066cc;
    border: 1px solid #000;
    font-weight: bold;
    padding: 3px 10px;
    margin: 10px auto;
    color: #fff;
    text-align: center;
    text-shadow: 0px -1px 0px #333;
    text-transform: uppercase;
    width: 180px;
    font-size: 0.9em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .buttonLinkCont a {
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }

.ticketATable {
    border: solid 1px #ccc;
}

.ticketTable {
    border-top: solid 1px #ccc;
    border-right: 1px solid #ccc;
}

.ticketTableCell {
    border-bottom: solid 1px #ccc;
}

.ticketTableBorder {
    border-left: solid 1px #ccc;
}

.buttonA {
    text-decoration: none;
    padding: 3px 6px;
    background-color: #808080;
    color: #FFFFFF;
    font-weight: bold;
    font-variant: small-caps;
}

.pitAddrBook {
    font-variant: normal;
    font-weight: normal;
}

.enabledPitArea {
    color: #000000;
}

.disabledPitArea {
    color: #808080;
}

.disabledInputArea {
    background: #c0c0c0;
}

.rowcontactselected {
    background-color: #0066cc;
    color: white;
}

.cc_statecode_Inactive {
    color: #808080a3;
}

.cc_statecode_Active {
    color: #0f830f;
}

.dateexp {
    color: red;
}

.datevalid {
    color: green !important;
}

.agencyCustomerTitle {
    background-color: #f1f1f1;
    width: 100%;
    padding: 0 !important;
}

.agencyCustomerTitle, .agencyParams, .customerParams {
    display: inline-block;
    padding: 10px;
}

.customerParams {
    margin-left: 10px;
}

.agencyCustomerTitleHeader {
    margin-left: 10px;
    font-weight: bold;
    margin-top: 50px;
}

.unconfiguredAgencyForCustomers {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}