html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
/*  display: none;*/
  margin-bottom: 160px;
  padding-top: 80px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  padding-top: 20px;
  height: 100px;
  background-color: #f5f5f5;
  border-top: 1px solid #e7e7e7;
}
@media screen and (min-width: 768px) {

  .select2-results {
    max-height: 400px;
  }

  .select2-drop {
    min-width: 400px !important;
  }

}
