

.paddingFilter{
    padding-right: 25px; 
    padding-left: 0px;  
    display: inline-block; 
}
.paddingFilter2{
    padding-right: 15px; 
    padding-left: 0px;  
    display: inline-block; 
}

.crow {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.tx-entitymgmt-v10 .tab-navigation {
    margin-bottom: 1rem;
    width: 100%;
}


.tx_entitymgmtv10_entityrow{
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
    margin-top: 1.5em;
  }
  .tx_entitymgmtv10_entityrow > div{
    padding:10px;
  }
  
  .tx_entitymgmtv10_entityrow_title a{
    color: var(--primary);
    font-size: x-large;
    font-weight: bold;
    text-decoration: none;
  }
  .tx_entitymgmtv10_entityrow .label{
    font-weight: bold;
  }
  
  
  .tx_entitymgmtv10_entityrow_equipments{
    display: flex;
    flex-wrap: wrap;
  }
  .tx_entitymgmtv10_entityrow_equipment{
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    width: calc( 100% / 3);
    min-width:300px;
    max-width:100%;
    padding: 1em;
  }
  .tx_entitymgmtv10_entityrow_equipment_title a{
    font-weight:bold;
    color: var(--secondary);
    text-decoration: none;
  }
  .tx_entitymgmtv10_entityrow_service_title a{
    color: var(--body-color);
    text-decoration: none;
  }
  .tx_entitymgmtv10_entityrow_sectionequipments{
    border-top: 1px solid rgba(0,0,0,0.125);
  }

  .tx-entitymgmt-v10-modalinfo{
    padding:10px;
    margin-top:1rem;
  }

  #mapDetailLocal{
    height: 300px ;
  }

  .icon-mail:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .icon-phone:before {
    content: '\f879';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .icon-link:before {
    content: '\f0c1';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }




.tx-entitymgmt-v10 .card{
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: .25rem;
    margin-top: 1.5em;
}

.tx-entitymgmt-v10 .card-header {
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

.tx-entitymgmt-v10 .text-note{
    font-size: 12px;
    color: gray;
}

.servicemore{
    width: 100%;
    text-align: right;
}

.entitymgmt-tab-navigation{
  width:100%;
}








.tx-entitymgmt-v10-statistics{
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.statistics-item{
  display:inline-block;
  min-width: 280px;
  max-width:100%;
  text-align:center;
  margin: 5px;
}
.statistics-item-number,
.statistics-item-label{   
   display:inline-block;
}
.statistics-item-number{
  font-size: 16pt;
  background-color: var(--secondary);
  padding: 0.4em 0em;
  border: 5px solid #ededed;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  min-width: 65px;
}
.statistics-item-number span{
  padding: 0 1em;
  border-bottom: 10px solid var(--primary);
  width: 100%;
  border-radius: 29px;
  padding-bottom: 4px;
}
.statistics-item-label{
  background: #ededed;
  padding: 0.5em 1em;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  margin-left: -7px;
  min-width: 195px;
  color: var(--primary);
  line-height: 16pt;
  font-weight: 600;
}