.form-container {
    margin: 10px 75px;
    font-size: 14px;
}

@media (max-width: 480px) {
    .form-container {
        margin: 10px 25px;
    }
}

.form-container-row {
    display: flex; 
    flex-wrap: wrap;
}

.form-container-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .form-container-row > [class*='col-'] {
        width: 100%
    }
}

.plantrip {
    background-color: #ccdfe5;
    padding: 10px 15px;
}

.providersbycity {
    background-color: #e4e4e4;
    padding: 10px 15px;
}

.form-title {
    font-weight: bold;
    font-size: 16px;
}

.plantrip-hr {
    border-bottom: 5px solid #00607e;
    background: none;
    width: 75%;
}

.no-result {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: red;
    text-align: center;
    margin-top: 20px;
}

.providersbycity-hr {
    border-bottom: 5px solid #f4741f;
    background: none;
    width: 75%;
}

.form-container label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: right;
    padding-top: 7px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-container ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.form-container ul label {
    font-weight: normal;
    padding-left: 5px;
    margin: 0;
}

.form-container ul li {
    display: inline-block;
    margin: 0 15px;
}

select {
    appearance: menulist !important;
}

.submit-button {
    background-color: #00607e;
    border-color: #00607e; 
    color: #fff;
    font-size: 12px;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 5px;
}

.submit-button:hover,
.submit-button:focus,
.submit-button:active  {
    background-color: #00536d;
    color: #fff;
    border-radius: 5px
}

.display-order-header {
    color: #00607e;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    font-size: 27.424px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 30.1664px;
    border-bottom: 1px solid #00607e;
}

#search-results-list1,
#search-results-list2,
#search-results-list3 {
    width: 100% !important;
    border: none;
}

table#search-results-list1,
table#search-results-list2,
table#search-results-list {
    border-radius:25px;
}

.city-results {
    font-size: 18px;
    font-weight: bold;
}

.city-results span {
    color: #dc681c;
}

.gtfs-options-header {
    background-color: #fde3d2;
    padding: 10px 15px;
    font-weight: bold;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.route {
    border: 3px solid #e4e4e4;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px;
}

.leg .address {
    font-weight: bold;
}

.step {
    margin: 15px 0;
    border-top: 1px solid #e4e4e4;
    padding-top: 10px;
}

.step p {
    margin: 0;
}

.maplink p a,
.step p a {
    color: #00607e;
    text-decoration: underline;
}

.step p a:hover,
.step p a:focus,
.step p a:active {
    color: #00536d;
    text-decoration: none;
}