#city-dropdown {
  display: none;
  position: absolute;
  margin-top: -1px;
  width: 237px;
  height: 200px;
  border: 1px solid #74736B;
  background-color: #E9E6D6;
  overflow: hidden;
}
#city-dropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#city-dropdown ul li {
  width: 235px;
  padding: 2px 5px;
  cursor: default;
}
#city-dropdown ul li:hover {
  background-color: #D5D1B3;
}



*::after, *::before {
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}
.input-group {
    display: inline-table;
    vertical-align: middle;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group > .form-control {
    width: 100%;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.form-control {
    background-color: #E9E6D6;
    background-image: none;
    border: 1px solid #74736B;
    /* border-radius: 4px; */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    display: block;
    font-size: 11px;
    height: 14px;
    line-height: 1.42857;
    padding: 2px 6px;
    width: 100%;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

/* Add On */
.input-group .form-control,
.input-group .input-group-addon,
.input-group .input-group-btn {
    width: auto;
}
.input-group-addon:last-child {
    border-left: 0 none;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon {
    /* background-color: #eee; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,cfcfcf+100 */
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 50%, #cfcfcf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f2f2f2 50%,#cfcfcf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f2f2f2 50%,#cfcfcf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */

    border: 1px solid #74736B;
    border-top: 2px solid #74736B;
    border-right: 2px solid #74736B;
    border-bottom: 2px solid #74736B;
    /* border-radius: 4px; */
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    height: 14px;
    padding-top: 2px;
    width: 15px !important;
    text-align: center;
    overflow: hidden;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    /* width: 1%; */
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
#dropdown-button {
  z-index: 3;
  position: absolute;
  margin-left: 221px;
}
#city {
  width: 225px;
}