 .extra-sensors {
  text-align: center;
 }

 .extra-sensors img {
  width: 50px;
  height: 50px;
 }

 .online-offline {
   float: right;
 }

 .offline-color {
  color: #FF5E6D;
 }

 .online-color {
  color: #307521;
 }

 ul.codes li {
  font-weight: bold;
  list-style-type: none;
  text-decoration: underline;
}

.pickaday {
  height: 38px;
  margin-bottom: 24px;
}

.pickaday input {
  padding: 7px 12px;
  height: 38px;
}

.pickaday span {
  height: 38px;
}

.filtersRow div {
  margin-bottom: 0;
}

.signature_place svg {
  border: 1px solid #ccc;
}

.spinner_border {
    width: 3rem;
    height: 3rem;
    display: none;
}

.spinner_border i {
    color: #15A960;
}

 /*medidas*/
 .mt5 {
   margin-top: 5px;
 }
 .mt8 {
   margin-top: 8px;
 }
 .mt10 {
   margin-top: 10px;
 }
 .mt15 {
   margin-top: 15px;
 }
 .mt20 {
   margin-top: 20px;
 }
 .mt25 {
   margin-top: 25px;
 }
 .mt30 {
   margin-top: 30px;
 }
 .mt40 {
   margin-top: 40px;
 }
 .mt50 {
   margin-top: 50px;
 }
 .mt60 {
   margin-top: 60px;
 }
 .mt80 {
   margin-top: 80px;
 }
 .mb3 {
   margin-bottom: 3px;
 }
 .mb5 {
   margin-bottom: 5px;
 }
 .mb10 {
   margin-bottom: 10px;
 }
 .mb15 {
   margin-bottom: 15px;
 }
 .mb20 {
   margin-bottom: 20px;
 }
 .mb25 {
   margin-bottom: 25px;
 }
 .mb30 {
   margin-bottom: 30px;
 }
 .mb40 {
   margin-bottom: 40px;
 }
 .mb50 {
   margin-bottom: 50px;
 }
 .mb60 {
   margin-bottom: 60px;
 }
 .mb80 {
   margin-bottom: 80px;
 }
 .mb100 {
   margin-bottom: 100px;
 }
 .mr30 {
   margin-right: 30px;
 }
 .mr40 {
   margin-right: 40px;
 }
 .ml30 {
   margin-left: 30px;
 }
 .ml40 {
   margin-left: 40px;
 }
