﻿div.pair {
    float: left;
    width: 100%;
}
.pair input {
    margin-bottom: 5px !important;
}
#suggestion_list, #suggestions-list {
	list-style: none;
	position: absolute;
	z-index: 1000;
	margin-left: 0;
	width: auto;
	-webkit-box-shadow: 4px 3px 6px 0px rgba(232,225,232,1);
	-moz-box-shadow: 4px 3px 6px 0px rgba(232,225,232,1);
	box-shadow: 4px 3px 6px 0px rgba(232,225,232,1);
	border: 1px solid #cacaca;
}

.list-group {
    margin-top: 0px;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

.list-group-item {
    /* position: relative; */
    display: flex;
    align-items: center;
    padding: .5rem 1.2rem;
    text-decoration: none;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.item-img {
    margin-right: 15px;
    margin-top: 10px;
}

    .item-img svg {
        fill: currentColor;
        color: #8d94b0;
    }

.item-info {
    font-size: .8rem;
    color: #465280;
}

.placeName {
    margin: .2rem 0px;
    color: #001959;
}

.list-group-item:hover {
    background-color: #e8e8e8;
}

#suggestion_list:hover, #suggestions-list:hover {
	cursor: pointer;
}

#txtCityTo {
    margin-bottom: 0px !important;
}
