#smartFlow {
    position: relative;
}

.searchPane {
    box-sizing: border-box;
    float: left;
    width: 470px;
    min-height: 400px;
    padding: 0 15px 5px 5px;
    color: #1D557E;
}

.mapPane {
    box-sizing: border-box;
    float: right;
    border: 4px solid #1D557E;
    width: calc(100% - 470px);
    height: 720px;
    border-radius: 7px;
    overflow: hidden;
}

#search input, select {
    box-sizing: border-box;
    font-size: 16px;
    width: calc(100% - 40px);
    margin-bottom: 16px;
    padding: 8px;
    border: 4px solid #1D557E;
    border-right: none;
    color: #1D557E;
    border-radius: 7px 0 0 7px;
    float: left;
}

select {
    overflow: hidden;
    width: 100%;
    border-radius: 7px;
}

#search button {
    box-sizing: border-box;
    font-size: 16px;
    width: auto;
    margin-bottom: 16px;
    padding: 8px;
    background-color: #1D557E;
    border: 4px solid #1D557E;
    color: white;
    border-radius: 0 7px 7px 0;
    float: left;
    width: 40px;
}

#search button.active:hover {
    cursor: pointer;
}

#search button.active:active {
    background-color: #5fa6da;
}

.angular-leaflet-map {
    height: 100%;
    width: 100%;
}

.ui-menu {
    z-index: 9999;
}

.ui-menu-item {
    font-size: 14px;
}

element {
    top: 65.65px;
    left: 26.4167px;
    width: 291.25px;
    display: none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
    color: #1D557E;
}

.ui-menu-item-wrapper {
    padding: 8px!important;
    color: #1D557E;
}

.ui-menu {
    z-index: 9999;
}

.ui-widget-content:hover {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #1D557E;
}

.ui-menu-item-wrapper:hover {
    border: 1px solid #aaaaaa;
    background: #1D557E;
    color: white;
}

.explain {
    padding: 10px 10px 0 10px;
}

.route {
    border: 4px solid #1D557E;
    border-radius: 7px;
    margin-top: 10px;
}

.route .content {
    padding: 10px;
}

.fulfilment.title {
    margin-top: 5px;
}

.route_title {
    background-color: #1D557E;
    color: white;
    padding: 5px 10px;
}

.route_title div.routeName {
    width: calc(100% - 25px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
}

.route .description {
    font-style: italic;
}

.fulfilment.title {
    margin: 10px 0 5px 0;
}

.fulfilment_option {
    margin-left: 50px;
    height: 30px;
    margin-bottom: 10px;
}

.fulfilment_option .icon {
    height: 30px;
    display: inline-block;
    width: 30px;
    text-align: center;
}

.fulfilment_option img {
    height: 100%
}

.fulfilment_option .text {
    display: inline-block;
    position: relative;
    bottom: 6px;
    padding-left: 10px;
}

.emptyTabNotice, .noRouteMessage {
    font-size: 0.9em;
    padding: 0 10px 10px 10px;
}

.welcome {
    padding: 0 10px 10px 10px;
}

.welcome h4 {
    padding-top: 0;
    margin-top: 0;
}

.expandable.colapsed .content {
    display: none;
}

.expandable .header {
    background-image: url("../../assets/expand.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.expandable:hover .header {
    cursor: pointer;
    /*background-color: #5fa6da;*/
    border: none;
}

.hidden {
    display: none;
}

.header img {
    padding-left: 10px;
    width: 400px;
    max-width: calc(100% - 20px);
}

.infoItem {
    margin-top: 15px;
}

.infoItem .infoKey {
    color: #1D557E;
    padding: 2px 5px 2px 5px;
    display: inline-block;
    border: 3px solid #1D557E;
    margin-right: 1px;
    border-radius: 7px 7px 0 0;
}

.infoItem .infoKey.inactive {
    opacity: 0.5;
}

.infoItem .infoDescription {
    margin-top: 3px;
}

.infoLink {
    margin-bottom: 10px;
}

.infoLink a {
    font-size: 0.9em;
}

@media only screen and (max-width: 850px) {
    .searchPane {
        float: none;
        width: 100%;
        min-width: 300px;
        min-height: auto;
        padding: 0;
        padding-top: 15px;
    }
    .mapPane {
        position: relative;
        margin-top: 125px;
        float: none;
        width: 100%;
        min-width: auto;
        min-height: auto;
        height: 300px;
    }
    #search {
        position: absolute;
        top: -120px;
        left: 0;
        right: 0;
        padding: 0px;
        z-index: 1000;
    }
    .tabbed_label {
        padding: 3px 5px 3px 5px;
    }
}