body {
    padding-top: 20px;
    padding-bottom: 40px;
}

/* Add padding to body for phone otherwiese header/footer navbar overlaps content */
@media (max-width: 767px) {
  body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

ul.footer_breadcrumb {
  background-color: inherit;
  margin: 0;
}

/* GENERAL CLASSES */
h3 a,
h3 a:hover,
h3 a:focus,
h3 a:active,
h3 a:visited {
  color: inherit;
}

h4 {
  line-height: 25px;
}
.pointer {
  cursor: pointer;
}

.inline {
    display: inline;
}

.bottom-buffer-1 {
  margin-bottom: 1em;
}

.top-buffer {
  margin-top: 0.5em;
}

.top-buffer-1 {
  margin-top: 1em;
}

.top-buffer-2 {
  margin-top: 2em;
}

.top-buffer-3 {
  margin-top: 3em;
}

.top-buffer-4 {
  margin-top: 4em;
}

.top-buffer-5 {
  margin-top: 5em;
}



.span-bottom-1 {
  padding-bottom: 1em;
}

.span-bottom-2 {
  padding-bottom: 2em;
}

.span-bottom-3 {
  padding-bottom: 3em;
}

.margin-right-1 {
  margin-right: 1em;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.wrap-link {
  word-wrap: break-word;
}

/* Button on Header */
.blocks .btn {
  font-size: 12px;
}

.btn-dummy-header {
  cursor: default;
}
.btn-dummy-header:active {
  box-shadow: none;
}

@media (min-width: 768px) {
  .blocks .btn {
    width: 71px;
  }
}

@media (min-width: 992px) {
  .blocks .btn {
      width: 85px;
  }
}

@media (min-width: 1200px) {
  .blocks .btn {
      width: 85px;
  }
}

@media (max-width: 991px) {
  .top-buffer-3-sm {
    margin-top: 3em;
  }
  .top-buffer-4-sm {
    margin-top: 4em;
  }
}

@media (max-width: 360px) {
  #phone_header .navbar-inner .btn {
    padding: 4px 8px;
  }
}

@media (max-width: 768px) {
  #phone_header .navbar-inner [class^="bs-icon-"],
  #phone_header .navbar-inner [class*="bs-icon-"] {
    vertical-align: baseline;
  }
}

.header_row {
  margin-bottom: 10px;
}


/* Login Modal */
.login-form-modal a.user_registration {
  text-decoration: none;
  color: black;
}

.head {
  padding: 20px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.head h1 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

#login_form_content .col-md-4 {
  padding-left: 12px;
  padding-right: 12px;
}

.user_new_button {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: #fff;
  width: 92px;
  height: 93px;
  display: block;
  text-align: center;
}

.user_new_button:hover,
.user_new_button:active,
.user_new_button:focus {
  background-color: #449d44;
  border-color: #398439;
  color: #fff;
  text-decoration: none;
}

.user_new_button:active {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.user_new_button > .glyphicon-play {
  font-size: 33px;
  padding-top: 10px;
}

/* quick register */
.user-type-description {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1278px) {
  .user-image {
    width: 130px;
    height: 130px;
  }
  .user-type-description {
    max-width: 130px;
    min-height: 260px;
  }
}

@media (min-width: 1279px) {
  .user-type-description {
    max-width: 170px;
    min-height: 200px;
  }
}

#map {
  height: 400px;
}

@media (min-width: 992px) {
  #plotForm #map {
    height: 622px;
  }
}

.leaflet_map {
  background-color: #FFFFFF;
}

.left-icon{
  margin-right: -3px;
}

/* List with Sort Icons */
.sort-icon {
  cursor: pointer;
}

.sort-icon .sort-up-icon,
.sort-icon .sort-down-icon {
  display: none;
}
.sort-icon.sorting-asc .sort-down-icon,
.sort-icon.sorting-desc .sort-up-icon {
  display: inline-block;
}

.table-overflow-container {
  overflow-y: auto;
}

/* fistpage */
.service-img {
  margin-bottom: 1em;
  margin-top: 1.5em;
}

.text-bps h1, .text-bps h2, .text-bps h3 {
  font-weight: normal;
}

.nav-tabs > .no-hover > a:hover,
.nav-tabs > .no-hover > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #ddd #ddd transparent;
  border-image: none;
  border-style: solid;
  border-width: 0px;
  margin: 1px;
  color: #555555;
  cursor: default;
}


/* MYBPLAN Startpage */
.well-mbp-border {
    background-color: #FFFFFF;
    border: 1px solid #4678A2;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.well-mbp {
    background-color: #4678A2;
    border: 0 solid #E3E3E3;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.well-dark-grey {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #787c82;
  border: 0px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

a.unstyled-link,
a.unstyled-link:hover,
a.unstyled-link:focus {
  text-decoration: none;
  color: #424242;
}

/* MYBPLAN Adminarea */
#comment_container {
  margin-top: 10px;
}

#comment_container .control-group {
  margin-bottom: 0px;
}

.input_comment_container, .input_calendar_container {
  margin: 10px 10px 0px;
}

.show_comment_container {
  margin: 10px;
}

.bold {
  font-weight: bold;
}

.inline_button {
  margin-bottom: 10px;
}

/* NAVBAR */
#bplanpool_navbar_image {
  margin-top: 3px;
}

#mybplan_navbar_image {
  margin-right: 10px;
}

.navbar .brand {
  color: #777;
}
.navbar-inner {
  box-shadow: none;
  background-image: none;
}

.header_hr {
  border-radius: 0;
  height: 4px;
  width: 100%;
}

.index-header-text {
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  margin-top: 44px;
}

@media(min-width: 1200px) {
  .index-header-text {
    margin-top: 51px;
    line-height: 25px;
  }
}

.bpp-header-text,
.mbp-header-text,
.bs-header-text,
.blm-header-text {
  margin-top: 60px;
}

@media(max-width: 1199px) {
  .blm-header-text,
  .bs-header-text {
    margin-top: 20px;
  }
}

@media(max-width: 1065px) {
  .bpp-header-text {
    margin-top: 20px;
  }
}

@media(max-width: 1066px) {
  .mbp-header-text {
    margin-top: 20px;
  }
}

.bps-header-logo,
.bpp-header-logo,
.mbp-header-logo,
.bs-header-logo,
.blm-header-logo {
  height: 58px;
}

@media(min-width: 992px) {
  .bps-header-logo,
  .bpp-header-logo,
  .mbp-header-logo,
  .bs-header-logo,
  .blm-header-logo {
    height: 68px;
  }
}

.form_like {
  margin: 0 0 20px;
}

.highlighted_entry {
  padding: 3px;
}

.three_lines {
  height: 60px;
}

section h3 {
    font: 24px/36px Segoe UI,Helvetica,Arial,sans-serif;
}

section h4 {
    font: 18px/29px Segoe UI,Helvetica,Arial,sans-serif;
}


ul.mbp-breadcrumb li {
  color: white;
  text-shadow: none;
}

.full-screen-map {
  padding-left: 0;
  padding-right: 0;
}
#map-fullscreen-btn,
#map-remove-fullscreen-btn {
  margin-top: 5px;
  margin-bottom: 10px;
}

.modal-wide > .modal-dialog {
  width: 98%;
  height: 92%;
  padding: 0;
}

.mbp-process-default-select {
  margin-right: 15px;
  height: 30px;
}

/* Pop Ups */
.olFramedCloudPopupContent {
  padding-top: -9px !important;
}

.olFramedCloudPopupContent hr {
  margin: 5px 0px;
  border-color: #000;
  border-bottom: 0px;
}
.detail_map_popup {
  max-width: 380px;
}

.municipality-popup h5,
.detail_map_popup h5 {
  margin: 0;
  padding: 0;
}

.municipality-popup h6,
.detail_map_popup h6 {
  margin: 0;
  padding: 0;
}

div.municipality-popup {
    margin-bottom: 20px;
}

.detail_map_popup,
.bplanpool-feature-info-popup-content {
  line-height: 20px;
  font-size: 12px;
}

.municipality-popup .label,
.detail_map_popup .label {
  padding: 3px;
}

.municipality-popup .label a,
.detail_map_popup .label a {
  color: #fff;
  font-weight: normal;
  font-size: 11px;
}

.municipality-popup .label a:hover,
.detail_map_popup .label a:hover {
  text-decoration: none;
}

.bplanpool-feature-info-popup-content div {
  margin-bottom: 5px;
}

.bplanpool-feature-info-popup-content {
  min-width: 160px;
}

.bplanpool-feature-info-popup h5 {
  margin-bottom: 10px;
}

.bplanpool-feature-info-popup div:not(:first-child) div,
.bplanpool-feature-info-popup div:not(:first-child) h6 {
  color: #63666B;
}

.bplanpool-feature-info-popup div:not(:first-child) h6:first-child {
  margin-top: 10px;
}

.bplanpool-feature-info-popup div:not(:first-child) .label {
  background-color: #63666B;
}

.bpp-document-in-preparation {
  font-weight: bold;
  text-align: center;
  margin-top: 10%;
}

a .popover {
  color: #000;
}


.carousel-inner>.item {
  width: 100%;
}

@media (max-width: 1200px) {
  .mybplan-carousel h3 {
    font-size: 20px;
  }
  .mybplan-carousel h4 {
    font-size: 15px;
    line-height: 18px;
  }
}

/* B-SERVER */
.well-bs-border {
  background-color: #ffffff;
  border: 1px solid #ff850e;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 0px;
  min-height: 20px;
  padding: 19px;
}

.well-bs-border h4,
.well-bs-border div,
.well-bs-border form,
.well-bs-border a {
  margin-top: 0px;
  margin-bottom: 0px;
}

.well-bs-border li {
  margin-top: 1px;
  margin-bottom: 1px;
}

/* Help Page */
.bs-docs-sidenav {
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin: 30px 0 0;
    padding: 0;
}
.bs-docs-sidenav > li > a {
    border: 1px solid #E5E5E5;
    display: block;
    margin: 0 0 -1px;
    padding: 8px 14px;
}
.bs-docs-sidenav > li:first-child > a {
    border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
    border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
    border: 0 none;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1) inset, -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    padding: 9px 15px;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-right: -6px;
    margin-top: 2px;
    opacity: 0.25;
}
.bs-docs-sidenav > li > a:hover {
    background-color: #F5F5F5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: 0.5;
}
.bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-right {
    opacity: 1;
}

.bs-docs-sidenav.affix-bottom {
    bottom: 270px;
    position: relative;
    top: auto;
}

h3.text-bs a {
  color: #FF850E;
}

.dropdown-menu {
  min-width: 230px;
  z-index: 1050;
}

#inactive_types_form {
  color: grey;
}

#save-alert {
  border-radius: 4px;
  margin-bottom: 0px;
  padding: 3px 30px 4px 14px;
  text-align: left;
  float:left;
}

.icon-badge {
  padding-left: 2px;
  padding-right: 2px;
}

#bserver-settings-data .radio {
  padding-left: 0px;
}

#bserver-settings-data .radio input[type="radio"] {
  margin-left: 0px;
  margin-right: 5px;
}

#toggle-process-activate-button {
  margin-left: 5px;
}

.fileremove-button {
  cursor: pointer;
}

.file-name-container {
  height: 100%;
}

form.searchAddressForm {
  margin-top: 5px;
}

.startpage.btn {
  font-size: 14px;
}

.print-only {
    display: none;
}

/* B-Planpool Landingpage */

.well-bpp {
  background-color: #f3484e;
  border: 0 solid #E3E3E3;
  border-radius: 0 0 0 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 19px;
}

input.slider {
  display: none;
  width:33%;
}

.slider-handle {
  background-color: gray;
  background-image: none;
  opacity: 0.9;
  width: 10px;
  height: 17px;
}

.slider.slider-horizontal .slider-handle{
  margin-left: -10px;
  margin-top: -3px;
}

.toggle-municipality-plan-types {
  cursor: pointer;
}

.municipality-plan-types textarea {
  margin-bottom: -5px;
}

.form-no-margin {
  margin: 0;
}

.inline-padding {
  padding-left: 0;
  padding-right: 5px;
}

@media (max-width: 767px) {
   .no-xs-inline-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* Layer checkboxen */
.layer-checkbox {
  margin-bottom: 10px;
  margin-top: 0;
  cursor: pointer;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  -o-user-select: none;
  user-select: none;
}

/* BPLanppool Landingpage*/
.well-bps {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #787c82;
  border: 0px solid #e3e3e3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-white-small {
  min-height: 20px;
  padding: 8px;
  margin-bottom: 8px;
  background-color: #ffffff;
  border: 0px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-bpp {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #EB0E0F;
  border: 0px solid #e3e3e3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-bps-border {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  color:#000000;
  border: 1px solid #787c82;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.ttwell {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(245, 245, 245, 0.4);
  border: 2px solid #FF850E;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.ttwell-bps {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(120, 124, 130, 0.3);
  border: 0px solid #FF850E;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* Bauland-Manager Startpage */
.well-blm-border {
    background-color: #FFFFFF;
    border: 1px solid #13865c;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.well-blm {
    background-color: #13865c;
    border: 0 solid #E3E3E3;
    border-radius: 0 0 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

#plotForm textarea#description {
  height: 5em;
}

#plotForm #map-fullscreen-btn,
#plotForm #map-remove-fullscreen-btn {
  display: inline-block;
  width: auto;
  margin-top: 0;
}

.full-screen-map #plotForm > fieldset > .row {
  margin-left: 0;
  margin-right: 0;
}

.thumbnail {
 background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.carousel-control {
    top: 90%;
    background: #8a8d93;
    border-radius: 0;
    opacity: 0.5;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 25px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    width: 40px;
    font-weight: normal;
}
.carousel-control.right {
    background: #8a8d93;
    left: auto;
    right: 15px;
}
.carousel-control.left {
    background: #8a8d93;
}

.carousel-control:hover, .carousel-control:focus {
    color: #ffffff;
    opacity: 0.9;
    text-decoration: none;
}
.carousel-indicators {
    list-style: outside none none;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
}
.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.25);
    display: block;
    float: left;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
}

.carousel.carousel-fade .item {
    transition: opacity 0.5s ease-in-out 0s;
}

.carousel.carousel-fade .active.left, .carousel.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

.thumbnails {
    list-style: outside none none;
    padding: 0;
}
.thumbnails::before, .thumbnails::after {
    content: "";
    display: table;
    line-height: 0;
}
.thumbnails::after {
    clear: both;
}

.start-btn-phone-large,
.start-btn-phone-large:hover {
    font-size: 17.5px;
    padding: 11px 19px;
    text-decoration: none;
}

.btn-large {
    border-radius: 0;
    font-size: 17.5px;
    padding: 11px 19px;
    font-weight: 300;
    width: 250px;
}

.btn-full-width {
  width: 100%;
}

.blm-agency-link,
.blm-agency-link:hover {
  color: #000;
}



.start-block {
  height: 120px;
}

a.start-block,
a.start-block:hover {
  text-decoration: none;
}

.start-block div {
  position: relative;
  top: 25%;
}

.start-block div.twoLines {
  top: 15%;
}


@media (min-width: 768px) {
  .start-block div {
    top: 10%;
  }
  .start-block div.twoLines {
    top: 5%;
  }
}

@media (min-width: 992px) {
  .start-block div {
    top: 25%;
  }
  .start-block div.twoLines {
    top: 15%;
  }
}

@media (min-width: 1200px) {
  .start-block div {
    top: 25%;
  }
}

.start-block h2, .start-block h5 {
  margin-top: 0px;
}

.leaflet-tile {
  background-color: #fff;
}

#user-table th {
  cursor: pointer;
}

.map-toolbar button {
  line-height: 21px;
}
.map-toolbar {
  padding-bottom: 1em;
}

#popup-municipality-name-agency,
#popup-municipality-logo,
#popup-municipality-name {
  overflow: visible !important;
  background-color: transparent !important;
  pointer-events: none;
}

#popup-municipality-name-agency a,
#popup-municipality-logo a,
#popup-municipality-name a {
  color: #333;
  pointer-events: auto;
}

#popup-municipality-name-agency a:hover,
#popup-municipality-logo a:hover,
#popup-municipality-name a:hover {
  text-decoration: none;
}

#popup-municipality-logo,
#popup-municipality-name:not(.no-logo) {
  width: auto !important;
}

#popup-municipality-name-agency_GroupDiv,
#popup-municipality-logo_GroupDiv,
#popup-municipality-name_GroupDiv {
  border-radius: 0px;
  border: 2px solid #13865c !important;
  background-color: transparent !important;
}

#popup-municipality-name-agency:after,
#popup-municipality-logo:after,
#popup-municipality-name:after {
  border:  10px solid transparent;
  border-top: 10px solid #13865c;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  left: 10%;
}

#popup-municipality-name-agency .olPopupContent,
#popup-municipality-logo .olPopupContent,
#popup-municipality-name .olPopupContent {
  background-color: white;
  height: auto !important;
}

#popup-municipality-logo .olPopupContent,
#popup-municipality-name .olPopupContent {
  width: auto !important;
}

#popup-municipality-name-agency .olPopupContent .row,
#popup-municipality-logo .olPopupContent .row,
#popup-municipality-name .olPopupContent .row {
  margin: 0;
}

#popup-municipality-name-agency .olPopupContent .row > div,
#popup-municipality-logo .olPopupContent .row > div,
#popup-municipality-name .olPopupContent .row > div {
  padding: 0;
}

#popup-municipality-name-agency .olPopupContent .row > div,
#popup-municipality-name .olPopupContent .row > div {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: auto;
}

#popup-municipality-name .olPopupContent .row .img-container,
#popup-municipality-name-agency .olPopupContent .row .img-container {
  width: 36px !important;
}

#popup-municipality-name-agency .olPopupContent .municipality-name,
#popup-municipality-logo .olPopupContent .municipality-name,
#popup-municipality-name .olPopupContent .municipality-name {
  font-weight: bold;
}

#popup-municipality-name-agency .olPopupContent .agency-name,
#popup-municipality-name .olPopupContent .agency-name {
  font-size: 11px !important;
}

#agency-popup-content {
  width: 100%;
  height: 100%;
}

.alert-notice {
  padding: 5px;
  line-height: 12px;
}

#statement-text,
#note-text {
  width: 100%;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 360px;
}



@media (min-width: 768px) {
  .ellipsis {
    max-width: 460px;
  }
}

@media (min-width: 992px) {
  .ellipsis {
    max-width: 260px;
  }
}

@media (min-width: 1200px) {
  .ellipsis {
    max-width: 410px;
  }
}

@media (min-width: 1500px) {
  .ellipsis {
    max-width: 810px;
  }
}

.form-in-table {
  border-radius: 3px;
  border: 1px solid black;
  padding: 5px;
}

.measure-tool {
  padding-top: 6px;
  padding-bottom: 2px;
}

.measure-tool .btn {
  margin-bottom: 0;
  color: white;
  padding-bottom: 5px;
  padding-top: 5px;
}

.measure-tool #measure-line svg {
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.measure-tool #measure-area svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1px;
}

.measure-tool .btn svg * {
  stroke: white;
  fill: white;
}
