.ui.dropdown#user_country, .ui.dropdown#group_country, .ui.dropdown#business_country {
  padding: 0.5em 3.2em 0.5em 1em;
}
#kid_types input[type=number] {
  width: 75px;
}
#kid_types .kid_type_months_field input[type=number] {
  margin-right: 0px;
}
.ui.form {
  font-size: 1.1rem;
}
#profile-image {
  border-radius: 30px;
  margin-right: 10px;
}
#search-btn, #message-btn, #groups-btn, #profile-btn, #directory-btn, #add-entry-btn, #login-btn, #signup-btn {
  margin-right: 8px;
}
.footer-link {
  color: rgba(255,255,255,.9);
}
.ui.mini.image.search-img {
  height: 50px;
  width: 50px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
}
.ui.mini.image.search-img.bus-img {
  margin-bottom: 0px;
}
#unblock-item, #change-image-link, #update-modal-link {
  border: none;
  margin: 0px;
  width: 100%;
  background: none;
  font-weight: normal;
  cursor: pointer;
  text-align: left;
  padding: 4px 0px;
  color: #4183c4;
}
#unblock-item:hover, #change-image-link:hover, #update-modal-link:hover {
  color: #1e70bf;
}
.field_with_errors {
  width: 100%;
}
#business-category-div .select2-selection, #business-subcategory-div .select2-selection, #town_field .select2-selection, #state_field .select2-selection {
  border: 1px solid rgba(34,36,38,.15);
  border-radius: 0.28571429rem;
  -webkit-transition: width .1s ease,-webkit-box-shadow .1s ease;
  transition: width .1s ease,-webkit-box-shadow .1s ease;
  transition: box-shadow .1s ease,width .1s ease;
  transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
  width: 100%;
}
#business-category-div .select2-selection, #town_field .select2-selection, #state_field .select2-selection {
  height: 38px;
}
#business-category-div .select2-selection__rendered, #town_field .select2-selection__rendered, #state_field .select2-selection__rendered {
  line-height: 34px;
}
#business-category-div .select2-selection__arrow, #town_field .select2-selection__arrow, #state_field .select2-selection__arrow {
  height: 34px;
}
#business-category-div .select2-container, #business-subcategory-div .select2-container, #town_field .select2-container, #state_field .select2-container {
  width: 100% !important;
}
#business-subcategory-div .select2-search__field, #town_field .select2-search__field, #state_field .select2-search__field {
  min-height: 23px;
  height: 23px;
  line-height: 23px;
}
.description .ui.horizontal.bulleted.list>.item:first-child, ul.ui.horizontal.bulleted.list li:first-child {
  margin-left: 0.5rem;
}
#dir-category .select2-selection {
  border: 1px solid rgba(34,36,38,.15);
  border-radius: 0.28571429rem;
  -webkit-transition: width .1s ease,-webkit-box-shadow .1s ease;
  transition: width .1s ease,-webkit-box-shadow .1s ease;
  transition: box-shadow .1s ease,width .1s ease;
  transition: box-shadow .1s ease,width .1s ease,-webkit-box-shadow .1s ease;
  width: 100%;
  text-align: left;
}
#dir-category .select2-selection {
  height: 38px;
}
#dir-category .select2-selection__rendered {
  line-height: 34px;
}
#dir-category .select2-selection__arrow {
  height: 34px;
}
.ui.green.button.bus-link {
  margin-bottom: 10px;
}
#bus-form-btn input {
  font-size: 16px;
}
#change-search {
  /*color: #4183c4;
  cursor: pointer;*/
  margin: 0 5px;
  padding-right: 10px;
}
@media only screen and (max-width: 875px) {
  #change-search {
    display: inline-block;
    margin-top: 20px;
  }
  #sort-btn {
    float: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .ui.footer {
    text-align: center;
  }
  #main-body {
    padding-bottom: 463px;
  }
}
@media only screen and (max-width: 767px) {
  .ui.borderless.menu #message-btn, #logo-item, #search-btn, #groups-btn, #directory-btn, #login-btn, #signup-btn {
    display: none;
  }
  .ui.borderless.menu {
    margin-bottom: 0px;
  }
  .ui.menu .toc.item:before {
    background: none;
  }
  .ui.menu a.toc.item:hover {
    background: none;
  }
  .ui.buttons.inline-btns {
    display: none;
  }
  #logout-item {
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
  }
  #logout-item:hover {
    background: rgba(255,255,255,.08);
    color: #fff;
  }
  #lang-menu {
    flex-wrap: wrap;
  }
}
