body {
  padding-top: 3.5rem;
  margin-bottom: 3.5rem;
}

html {
  position: relative;
  min-height: 100%;
}

.container {
	max-width: 1600px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #f5f5f5;
}
.container-1{
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
   position: relative;
}
.container-1 input#search{
    position: relative;
    width: 100%;
    height: 100%;
  /*  float: right;
    padding-left: 15px;
  /*  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    z-index: 1;
}
.container-1 .icon{
    position: relative;
 /*   float: right;*/
    top: 50%;
/*    margin-right: 17px;
    margin-top: 17px;*/
    z-index: 2;
}
.hidden_button {
    background-color: transparent;
    border: 0px solid transparent;
}
.btn-circle {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 6px;
}
.iii_pic:before {
    content: "\2622";
}
.ui-autocomplete {
    z-index: 100000 !important;
}
