#map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 600px;;
    width: 100%;
    z-index: 95;
    margin-bottom: 25px;
}
#map {
    height: 100%;
    width: 100%;
    margin: 0;
    z-index: 95;
}

.station-search {position: relative;}
.search-option {
    position: absolute;
    top:10px;
    left:25px;
    z-index:98;
    width: 400px;
    height: 580px;
    overflow: hidden auto;
}
.search-result .list {background:#fff;}

.btn-small {padding: 0.6em 1em; line-height: 20px;}

#map-container {z-index:1;}

.station-details-header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.route-planner {color:#99ce1c;}
.route-planner-block, .route-planner-details {
    display: flex;
    justify-content: center;
    align-self: center;
}

.route-planner-search > input {
    width: 99%;
    padding: 5px;
}

.no-route {
    color: red;
}
.no-location {color:#e6bdbd;}

.route-planner, .route-planner-details {
    font-size: 14px;
}

.route-planner:hover, .route-planner-details:hover {
    color: #000;
}

.search-result {
    height: 420px;
    display: block;
    overflow: hidden auto;
}

.station-details {
    height: 460px;
    display: block;
    overflow: hidden auto;
    padding:10px;
    background: #fff;
}

.search-result.active{
    height: 0;
    display: none;
}

.select-state .select2-container {
    background:#fff;
    line-height:50px;
    padding:5px 0;
}
.select-state .select2-container--default .select2-selection--single .select2-selection__arrow {top:12px;}

.select-state .select2-container .select2-selection--single {
    border-radius: 0;
}

.list .container:last-child {
    margin-bottom: 25px;
}

.list_item:first-child {
    border-top: none;
}

.station-details-body {
    width: 100%;
}

.list_item {
    padding: 10px 0 10px 10px;
    margin: 0;
    transition: background .1s ease-in-out;
}

.bb-line {
    border-bottom: 1px solid #1484c12b;
}

.list_item:hover {
    background: rgba(20, 132, 193, 0.1);
    opacity: 1;
    cursor: pointer;
}

.location-list-item {
    display: flex;
}

.locations-list-item_location-info {
    display: flex;
    align-items: start;
    min-width: 0;
    flex-grow: 1;
    overflow: hidden;
}

.locations-list-item_location-info .location-info {
    margin-top: 3px;
    flex-grow: 1;
    min-width: 0;
    max-width: 300px;
    margin-right: 10px;
    margin-bottom: auto;
    overflow: hidden;
}

.location-info-location-name {
    padding-bottom: 3px;
}
.location-info-location-list-item.location-details {display:inline;}


.location-info > * {
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.layout-not-allowed {
    background: rgba(0,0,0,.1);
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: not-allowed;
}

.search-not-allowed {
    padding-top: 10px;
    overflow: hidden;
}

.route-details, .route-details-body {
    font-size: 14px;
    display: block;
    padding-right: 5px;
}

.route-step {
    padding-left: 25px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: .25rem;
}


.adp-maneuver {
    background-image: url('http://maps.gstatic.com/mapfiles/api-3/images/maneuvers.png');
    background-size: 19px 630px;
    position: absolute;
    left: 0;
}

.adp-maneuver.adp-ferry {
    background-position: 0 -614px;
    width: 16px;
    height: 16px;
}

.adp-maneuver.adp-ferry-train {
    background-position: 0 -566px;
    width: 16px;
    height: 16px;
}

.adp-maneuver.adp-merge {
    background-position: 0 -143px;
    width: 16px;
    height: 16px;
}

.adp-maneuver.adp-straight {
    background-position: 0 -534px;
    width: 16px;
    height: 16px;
}

.adp-maneuver.adp-fork-left {
    background-position: 0 -550px;
    width: 16px;
    height: 16px;
    top: 2px;
}

.adp-maneuver.adp-ramp-left {
    background-position: 0 -598px;
    width: 16px;
    height: 16px;
    top: 2px;
}

.adp-maneuver.adp-roundabout-left {
    background-position: 0 -197px;
    width: 16px;
    height: 16px;
    top: 4px;
}

.adp-maneuver.adp-turn-left, .adp-maneuver.adp-keep-left {
    background-position: 0 -413px;
    width: 16px;
    height: 16px;
}

.adp-maneuver.adp-turn-sharp-left {
    background-position: 0 0;
    width: 16px;
    height: 16px;
}

.adp-maneuver.adp-turn-slight-left {
    background-position: 0 -378px;
    width: 16px;
    height: 16px;
    top: 2px;
}

.adp-maneuver.adp-uturn-left {
    background-position: 0 -305px;
    width: 16px;
    height: 16px;
}

.adp-maneuver.adp-fork-right {
    background-position: 0 -499px;
    width: 16px;
    height: 16px;
    top: 2px;
}

.adp-maneuver.adp-ramp-right {
    background-position: 0 -429px;
    width: 16px;
    height: 16px;
    top: 2px;
}

.adp-maneuver.adp-roundabout-right {
    background-position: 0 -232px;
    width: 16px;
    height: 16px;
    top: 4px;
}

.adp-maneuver.adp-turn-right, .adp-maneuver.adp-keep-right {
    background-position: 0 -483px;
    width: 16px;
    height: 16px;
}

.adp-maneuver.adp-turn-sharp-right {
    background-position: 0 -582px;
    width: 16px;
    height: 16px;
}

.adp-maneuver.adp-turn-slight-right {
    background-position: 0 -51px;
    width: 16px;
    height: 16px;
    top: 2px;
}

.adp-maneuver.adp-uturn-right {
    background-position: 0 -35px;
    width: 16px;
    height: 16px;
}

/*.findNearestBtn {*/
    /*padding: 10px 15px;*/
/*}*/

/*.findNearestInput {*/
    /*width: 100%;*/
    /*padding: 5px;*/
    /*padding-right: 30px;*/
/*}*/

button:disabled, button[disabled]:hover {
    cursor: not-allowed;
    background: lightgray !important;
}

/*.currentLocationCross {*/
    /*position: absolute;*/
    /*bottom: 9px;*/
    /*right: 30px;*/
    /*cursor: pointer;*/
    /*color: #000;*/
    /*background: none !important;*/
    /*border: none;*/
    /*padding: 0;*/
/*}*/

/*.currentLocationCross:hover {*/
    /*color: rgba(0,0,0,.75);*/
/*}*/

.pre-filters > button {
    font-size: 12px;
    padding: 3px 5px;
    margin: 0 3px 5px 3px;
    background: #f5f2f2;
    cursor: pointer;
    border: 1px solid #ffffff;
    line-height: 32px;
}

.pre-filters > button:hover {
    background: rgb(222, 222, 222);
}

.pre-filters > button:active,
.pre-filters > button:focus
 {
    outline: none;
}

.filters {
    border: 1px solid;
    padding: 6px 8px;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    color:#fff;
}

.search-top-section .select2-container--default .select2-selection--single {border:1px solid #fff;}
.search-top-section {background: #1584c2;}
.search-top-section h6 {color:#fff;}
.search-top-section h6.title {color:#1584c2;}
.location-info-location-name {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #404040;
}

.location-name-block {}
.stationTitle {color: #0089c3;}

.location-info-location-global {
    border-bottom: 1px solid rgba(0,0,0,.3);
    padding: 15px 0;
    display: block;
}

.location-info-location-list-item {
    padding: 5px;
    display: block;
}

.back-result {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.filters-collapse.show {
    display: block;
    overflow: hidden auto;
    position: absolute;
    z-index: 90;
    width: 100%;
    left: 0;
}
.filters-collapse.collapsing {
    position: absolute;
    z-index: 90;
    width: 100%;
    left: 0;
}

.filters-collapse .card {
    border-radius: 0;
}

.find-nearest-input {
    padding: 0 5px 0 5px;
}

.current-state {
    padding: 0 5px 0 5px;
    border: 1px solid rgba(118, 118, 118, 0.3);
    border-radius: unset;
}

.find-nearest-btn {
    padding:8px 15px;
    color:#fff;
    border: none;
    background-color: #8ab91a;
}
.navigate-btn {
    padding:8px 10px;
    color:#fff;
    border: none;
    background-color: #8ab91a;
}

.navigate-btn:hover, .find-nearest-btn:hover {
    cursor: pointer;
    background-color: #698e12;
    color: #fff;
}
.more-filters {
    color:#fff;
    border: none;
    font-size: 14px;
}
.more-filters:hover {
    cursor: pointer;
    color: #dedddd;
}

img.attribute-icon {
    width: 40px;
    vertical-align: middle;
}

.custom-checkbox {
    margin: 0 0 10px 0;
}

.attributes-list {margin-top: 10px;}
.attributes-list .attribute-item {
    margin: 0 0 10px 0;
}

.attribute-groups .svg-inline--fa {
    transition: .3s transform ease-in-out;
}

.attribute-groups .svg-inline--fa {
    transform: rotate(90deg);
}

.attribute-groups .collapsed .svg-inline--fa {
    transform: none;
}

.attribute-groups .svg-inline--fa {
    float: right;
    margin-right: 10px;
    font-size: 20px;
}

.attribute-groups a {
    color: #4b5764;
}

@media (max-width: 450px){
    .search-option {position:static; padding:0 15px; width:100%; height: auto;}
    .search-result {display:none !important;}
    .route-details-body {display:none !important;}
    .filters-collapse {padding-right: 15px; padding-left: 15px; height: 550px;}
}
.route-details-body {display:none !important;}


[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

@media only screen and (max-width: 768px) {
  #map-container.mobile-map-container-in-details-page {
    height:300px !important;
  }
}
