/* DeviceRow */

.DeviceRow {
    display: block;
    /* border-bottom: 1px solid #9a9595; 
    background-color: #ffffff;*/
    
}

.box-info {
    width: 100%;
    height: 130px;
    padding: 2px 5px;
    overflow: hidden;
    border-radius: 5px;
    /* background-color: rgb(28, 37, 54); */
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-top: 0px;
    background-color: #ffffff;
  
}

.box-info .info-icon {
    position: relative;
    float: left;
    width: 80px;
    height: 55px;
   
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #3183ff; */
}

.box-info .conteiner {
    position: relative;
    float: left;
    width: calc(100% - 80px);
}

.box-info .title {
    position: relative;
    float: left;
    width: calc(100% - 80px);
    height: 50px;
    /* background: #3183ff; */
    display: flex;
    align-items: center;
}

.box-info .info2 {
    position: relative;
    float: left;
    width: 100%;
    max-height: 4vh;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;  /* Alinha os itens ao topo */
    border-top: 1px solid rgb(198, 197, 197);
    padding: 2px 2px;
    margin: 2px 0px;
}


.box-info .info3 {
    position: relative;
    /* float: left; */
    width: 100%;
    justify-content: space-between;
    /* background: #3183ff; */
    display: flex;
    align-items: flex-end;
    padding: 2px 2px;
    margin: 2px 0px;  
     
}

.box-info .info2 div {
    padding: 0px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: aqua; */
}

.subericons {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 1px;
    border-top: 1px solid rgb(198, 197, 197);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    /* altura do rodapé */
}