.select-ticket-type .controls label {
    float: left;
    padding-left: 2em;
}


div#searchformcontainer .addon-label {
    display: none;
}

div#searchformcontainer input[type=text] {
    height: 40px;
}

div#selectedDate {
    width: 100%;
}

input#selectedDateVal {
    width: 100%;
}

div#searching-animation {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
}

div#searching-animation img {
    height: 200px;
    width: 200px;
    margin: auto;    
}

#timetable-list input {
    float: left !important;
}

.searchRoutePath .form-footer {
    padding-top: 8px;
}

#breadcrumbs-with-svg {
    display: none;
}

#searching-animation span {
    display: none;
}
@media (min-width: 1200px) {
    button#searchForRoute {
        width: 100%;
    }
} 

@media (max-width: 1335px) {
    div#searchformcontainer #search-form-actions {
        margin: 10px 0;
    }   
}
