figure.m-auto{
    margin: auto !important;
}

.navbar-brand{
    height: 150px;
}

.navbar-item img{
    height: 100% !important;
    max-height: inherit;
}

.dog_walking{
    opacity: 0.6;
}

.tile{
    cursor: pointer !important;
}

.marginTop{
    margin-top: 10px;
}

.marginBottom{
    margin-bottom: 10px;
}

.loginput{
    margin-bottom: 10px !important;
}

.fa-info{
    margin-right: 10px !important;
}

.panel-block b{
    margin-left: 10px;
    margin-right: 10px;
}

tr.isSpecial{
    background: rgba(247, 153, 139, 0.12) !important;
}

td.isSpecial{
    font-weight: 600;
}

button .icon{
  margin-right: 7px !important;
}


@media screen and (max-width: 769px){

.is-flex-tile{
    display: flex !important;
}

.minHeight{
    min-height: 320px !important;
}

}

.marginTop{
    margin-top:20px !important;
}

.is-half{
  width: 47%;
  padding: 1%;
  margin-right: 1%;
}

.mainSpaceForParcs{
  margin-top: 20px;
}

.dogTags img{
  height: 28px;
  margin-right: 3px;
}

img.tagIsPresent{
  opacity:  1;
}

img.tagIsAbsent{
  opacity: 0.1;
  cursor: pointer;
}

img.tagIsAbsent:hover{
  opacity: 0.9;
  cursor: pointer;
}

img.legende{
  width: 40%;
  margin-left:auto;
  margin-right: auto;
}

#tableDogsinParc, #tableDog{
  table-layout: fixed;
  width:100%;
}
