html, body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 100%;
}

html, body, main, header, footer, section, div, p {
  margin: 0;
  padding: 0px;
}

body {
  background-color: transparent;
}

body > main {
  display: none;
  max-width: 900px;
  min-width: 320px;
  min-height: 200px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}

body > main main.inner {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2.5rem 1rem 2.5rem 1rem;
}

body > main header.inner {
  background-color: transparent;
  border-radius: 10px;
  box-sizing: border-box;
  color:white;
}

.linklike,
a, a:hover, a:active, a:visited {
  color: #007ab8;
  cursor: pointer;
}

.highlight {
  color: #00D9B1;
}

h2{
  padding: 25px;
  font-size: 1.5rem;
}

.modal-dialog {
  max-width: none;
}

.modal-body {
  background-color: #fff;
}

.modal-content {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
  border: 1px solid #99a1a3;
}

.modal-header {
  position: absolute;
  right: 0;
  top: 0;
  border-width: 0;
  z-index: 500;
}

.modal-header > button {
  border: 1px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info {
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
}

.info img {
  width: 100%;
}

.small{
  font-size: 0.75rem;
}

.img_border{
  border-radius: 10px;
  border: 2px solid #99a1a3;
}

/*// Small devices (landscape phones, 576px and up)*/
@media screen and  (min-width: 576px) {
  .modal-dialog {
    max-width: none;
  }
  .modal-content {
    max-width: 95%;
  }
  body > main main.inner {
    padding: 3rem 4rem;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media screen and  (min-width: 768px) {
  .modal-content {
    max-width: 80%;
  }
  body > main main.inner {
    padding: 4rem 5rem;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media  screen and  (min-width: 992px) {
  .modal-content {
    max-width: 70%;
  }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media screen and  (min-width: 1200px) {
  .modal-content {
    max-width: 60%;
  }
}

div.validation + div.invalid + div.error,
div.validation + div.invalid {
  display: none;
}

div.validation + div.invalid + div.error > p,
div.validation + div.invalid > p {
  font-size: 90%;
  color: red;
}

div.validation.invalid + div.invalid {
  display: block;
}

.step p:first-child {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  border: 2px solid #99a1a3;
  color: #99a1a3;
  text-align: center;
  line-height: 48px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.step.link > p:first-child {
  cursor: pointer;
}

.step.active > p:first-child {
  border: 4px solid #00D9B1;
  color: #00D9B1;
  font-weight: bold;
}

.pstep .check {
  opacity: 0;
  font-weight: bold;
  color: #00D9B1;
  margin-left: .5rem;
}

button[type=submit] > span {
  display: none;
}

button[type=submit] > span.active {
  display: inline;
}

.buttons label img{
  padding: 10px;
  width: 90%;
}

.buttons label > input[type=radio] {
  display: none;
}

.svg_container{
  height: 60px;
  margin: 20px;
}

.svg_container svg{
  height: 100%;
  max-width: 100%;
}

div.buttons label {
  border: 2px solid #99a1a3;
  border-radius: 10px;
  display: block;
  cursor: pointer;
}

div.buttons label.active {
  border-color: #00D9B1;
  color: #00D9B1;
}

div.buttons label:hover {
  border-color: #00D9B1;
}

.f-1{
  fill: #00D9B1;
}

.f-2,
div.buttons label:hover svg {
  fill: #00D9B1;
}

div.buttons label p {
  margin-bottom: 0;
}

div.buttons label p.icon {
  width: 200px;
  height: 100px;
  background-size: 200px 100px;
  background-repeat: no-repeat;
}

div.buttons label:hover .active{
  display: inline-block !important;
}

div.buttons label:hover .default,
div.buttons label .active{
  display: none;
}

.input-group-text.custom.marker,
.input-group-text.custom.phone {
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  background-color: #fff;
  border-right-width: 0;
}

.input-group-text.custom.phone { background-image: url('../design/phone.svg'); }
.input-group-text.custom.marker { background-image: url('../design/marker.svg'); }

div.buttons label p {
  text-align: center;
}

div > p.text-info.custom,
.c-1,
.radiation-item {
  color: #99a1a3;
}

img-radiation {
  max-width: 300px;
}

.bg-1{
  background-color: #00D9B1;
}

/* limit results in google autocomplete container */
.pac-item { display: none; }
.pac-item:nth-child(-n+3) { display: block; }

#formular_data label,
#formular_update label,
#formular_update h6,
#formular_data h6{
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.form-control.custom:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.form-control.custom[name=contact_address],
.form-control.custom[name=contact_phone] {
  border-left-width: 0;
}

.btn.custom.geopos,
.btn.custom.geopos:hover,
.btn.custom.geopos:visited,
.btn.custom.geopos:active {
  border-width: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 0rem 0rem 1rem 0rem;
  color: #007ab8;
}

.custom-control-label.custom {
  cursor: pointer;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label.custom::before {
  border-color: #007ab8;
  background-color: #007ab8;
  box-shadow: none;
}

.maparea {
  max-height: 300px;
  height: 200px;
}

.mapitem {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.legend td:first-child {
  text-align: right;
  vertical-align: middle;
  line-height: 10px;
}

.legend td:last-child {
  text-align: left;
  vertical-align: middle;
  line-height: 10px;
}

#disclaimer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

#disclaimer > p {
  font-family: sans-serif;
  margin: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, .64);
}

#disclaimer > p:not(:first-child):before {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
}

#disclaimer > p a,
#disclaimer > p a:focus,
#disclaimer > p a:active,
#disclaimer > p a:visited,
#disclaimer > p a:hover {
  color: rgba(0, 0, 0, .64);
  text-decoration: underline;
}
