
.implant_box{
 background-color: #343a40;
 margin:5px;
 border-top-right-radius: 10px;
 border-bottom-right-radius: 10px;
 min-height: 150px;
 padding:0;  
 box-shadow: 5px 5px 2px 1px rgb(255, 255, 255, 0.5); 
}

.implant_name{
 position:relative;
 top: 0;
 right:0;
 min-height:25px;
 line-height:25px;
 padding-left:15px;
}

.implant_name span{
    font-style: oblique;   
}

.side_alarm{
 height: 100%;
 width: 2%;
 float:left; 
 background-color: rgb(225, 41, 0);
}

.implant_value h5{
  margin-left:20px;   
}

.side_ok{
  height: 100%;
  width: 2%;
  float:left; 
  background-color: green;
}


.red{
 color: red; 
 font-weight: bold;  
}
   
.green{
 color: rgb(5, 200, 5);
 font-weight: bold;     
}

.set{
  color: deeppink;
}

.table_value {
  background: #012B39;
  border-radius: 5px;
  border-collapse: collapse;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 15px;
  width: 95%;
}

.table_value tr td:first-child {
  color: #E2B842;  
}

.table_value tr td {
  border-bottom: 1px solid #364043;
  font-size: 0.70em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}


