adbox{
  display: flex;
  flex-direction: column-reverse;
  border: 2px dashed rgba(98, 195, 221, 0.35);
  border-radius: 0.4rem;
  min-height: 2rem;
  padding-top: 0.4rem;
}

adbox:empty::after{
  content: attr(data-empty-label);
  display: inline-block;
  text-align: center;
}

.singleADV{
  display: inline-block;
  margin-bottom: 0.4rem;
  width: 100%;
  min-height: 5rem;
}

.headerADV{
  background: #eee;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;

}

.bottomADV{
  background-color: #fff;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  min-height: 0.7rem;
  padding: 0.4rem;

  border-top-width: 0px;
  border-right-color: #eee;
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: #eee;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-left-color: #eee;
  border-left-style: solid;
  border-left-width: 2px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.btn-red{
  background-color: #a94442;
  color: #fff;
  font-family: "bariol_boldbold", sans-serif;
}

.profession_name{
  line-height: 5rem;
  font-family: "bariol_boldbold", sans-serif;
  letter-spacing: 0.06rem;
  color: #666;
  /*font-size: calc(1.6vw + 1.6vh);*/
  font-size: 1rem;
}

@media (max-width: 543px) {
  .profession_name{
    font-size: 2rem;
  }
}


.profession_name:hover{
  /*
  color: #fc0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
  */
  color: #666;
  text-decoration: underline;
}

.Emptylabel,
.data_name,
.city_name,
.type_name{
  clear: both;
  width: 100%;
  display: inline-block;
  font-family: "bariol_boldbold", sans-serif;
}

.type_name {
    background-color: #fc0;
    border-radius: 0.4rem;
    text-align: center;
  }

.data_name{
  text-align: right;
}

.empyTitle,
.badge,
.date,
.city{
  min-height: 5rem;
}

.city_name{
  color: #62c3dd;
}

.badge_pro svg circle:first-of-type{
    fill: #62C3DD !important;
}

/*
.badge_pro svg path,
.badge_pro svg circle{
  fill: #fff !important;
}
*/

.empyTitle,
.badge,
.date,
.city {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }

.Emptylabel{
  text-align: center;
}


.Emptylabel,
.badge_name,
.data_name,
.type_name {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    }

.badge_name{
  align-self: flex-start;
}

.city_name {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    }

  [data-type=badge_ok]{
    width: 2.5rem;
    float: left;
    margin-right: 0.1rem;
  }

  titledate{
    font-size: 0.65rem;
    font-style: italic;
    width: 100%;
    display: inline-block;
  }

  .ADVType_1::before{
    content: "";
    background-image: image();
  }
.badge{
  background: none;
}
.no-data{
  border:none;
}
.no-data .singleADV{
  font-family: "bariol_boldbold", sans-serif;
  text-align: center;
      display: inline-block;
    background: #eee;
    margin-bottom: 0.4rem;
    min-height: 5rem;
    border-radius: 0.4rem;
}