@charset "UTF-8";
/**
 * $column-gap-multiplier - value without units. Default gap 1em;
 */
.widget-najblizszy-urzad {
  margin-top: 1rem; }

.form__container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em; }

.form .form-group {
  margin-bottom: 1rem; }

.form-group {
  width: 100%;
  flex: 1 0 auto;
  float: left; }

.form__ulica {
  width: 70%;
  margin-right: 1rem; }

.form__nrdom {
  width: 25%; }

.form__postcode {
  width: 40%;
  margin-right: 1rem; }

.form__controls button {
  margin: 0;
  width: auto; }

.form__controls .form__list-offices {
  padding: 0.4375rem 1.25rem;
  font-weight: bold;
  text-decoration: none; }
  .form__controls .form__list-offices:hover {
    text-decoration: underline; }

@media (min-width: 80rem) {
  .form__miejscowosc, .form__ulica {
    width: 23%;
    flex-grow: 3;
    margin-right: 1rem; }
  .form__nrdom {
    width: 10%;
    margin-right: 1rem; }
  .form__controls {
    width: 35%;
    flex-grow: 0;
    white-space: nowrap; }
    .form__controls .form__list-offices {
      display: inline-block;
      padding-left: 0.75rem;
      padding-right: 0; } }

.form__control--loading {
  background-image: url("/img/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: right 7px center;
  padding-right: 30px; }

.form .dropdown-menu.dropdown-menu {
  list-style: none;
  padding: .25em 0 0; }

.dropdown-menu {
  position: absolute;
  z-index: 1;
  background-color: #FFFFFF;
  border: 1px solid #B7B7B7;
  overflow: hidden;
  box-shadow: 1px 2px 3px #B7B7B7; }
  .dropdown-menu li.active, .dropdown-menu li:hover {
    background: #0052A5; }
    .dropdown-menu li.active a, .dropdown-menu li:hover a {
      color: #FFFFFF; }
  .dropdown-menu li a {
    display: block;
    padding: .3rem .75rem; }
    .dropdown-menu li a span {
      color: #767676; }

.no-postcode__info {
  padding-right: 0.5em; }

.error-message.visible-xs-block {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.error-message {
  color: #D5233F; }
  .error-message.error-message {
    margin: 0; }

.najblizszy-urzad-result h4 {
  font-weight: normal; }
  .najblizszy-urzad-result h4 .user-address {
    font-weight: bold; }

.najblizszy-urzad-result .user-address {
  padding-right: 0.5em; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0052A5; }

.btn-link:hover {
  color: #006cd7;
  text-decoration: underline; }

.btn-link.btn-link {
  margin: 0; }

.change-location.change-location {
  padding: 0 0.5em 0.5em 0; }

.office-location-distance {
  position: absolute;
  left: 0.85rem;
  top: 3rem;
  max-width: 2rem;
  font-size: 0.875em;
  line-height: 1;
  text-align: center; }

.office-location-address .bold {
  font-weight: bold; }

.office-location-address .links-wrapper {
  float: right; }

.link-google-maps::after {
  font: normal normal normal 14px/1 'gov-icons';
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gov-icons' !important;
  font-size: inherit;
  speak: none;
  text-transform: none;
  content: ""; }
