/* DeviceRow */

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

.box-info {
    width: 100%;
    height: 170px;
    padding: 2px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-top: 0px;
}

.box-info .info-icon {
    position: relative;
    float: left;
    width: 65px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.box-info .title {
    position: relative;
    float: left;
    width: calc(100% - 1px);
    height: 50px;
    display: flex;
    align-items: center;
}

.box-info .info2 {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(198, 197, 197);
    padding: 5px 2px;
    margin: 2px 0px;    
}

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

.subericons {
    position: relative;
    width: 100%;
    padding: 5px 1px;

    border-top: 1px solid rgb(198, 197, 197);

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icons {
    width: 100%;
    padding: 10px 1px;
    border-top: 1px solid rgb(198, 197, 197);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

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