
div#widget-gprs-command table tr td button {
   
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
background-size: 45px;
}

div#widget-gprs-command table tr.engineStop {
  display: block!important;
}

div#widget-gprs-command table tr.whatsappBtn {
  display: block!important;
}

div#widget-gprs-command table tr.engineResume {
  display: block!important;
}


div#widget-gprs-command table tr.whatsappBtn td button {
    background-image: url(https://cdn-icons-png.flaticon.com/512/189/189676.png);
    filter: hue-rotate(278deg) brightness(1.2);
   
}

div#widget-gprs-command table tr.engineStop td button {
    background-image: url(https://cdn-icons-png.flaticon.com/512/9343/9343760.png);
    filter: hue-rotate(266deg) contrast(2) saturate(1);
    border: 1px solid #b7b7b7;
}

div#widget-gprs-command table tr.engineResume td button {
    background-image: url(https://cdn-icons-png.flaticon.com/512/9343/9343760.png);
    
}

div#widget-gprs-command table tr.alarmArm td button {
    background-image: url(https://cdn-icons-png.flaticon.com/512/3602/3602121.png);

}

div#widget-gprs-command table tr.alarmDisarm td button {
    background-image: url(https://cdn-icons-png.flaticon.com/512/3602/3602142.png);

}

div#widget-gprs-command table tr.positionStop td button {
    background-image: url(https://cdn-icons-png.flaticon.com/512/3102/3102715.png);

}
div#widget-gprs-command table tr.positionSingle td button {
    background-image: url(https://cdn-icons-png.flaticon.com/512/1483/1483336.png);

}

div#widget-gprs-command table tr button i {
    display: none;
}

div#widget-gprs-command table tr td .send-command {
    width: 100%;
    height: 70px;
    border-radius: 8px;
   transition: 0.8s all ease;
}

div#widget-gprs-command table tr td .send-command:hover {
    transition: 0.2s all ease;
    box-shadow: 0px 10px 10px #00000026;
    border: white;
    margin-top: -3px;
}

div#widget-gprs-command table tr td[rel="tooltip"] {
width: 80px;
    max-width: 80px;
    padding-bottom: 0px;
    margin-top: 39px;
    text-align: center;
}

div#widget-gprs-command table tr {
    width: 33.3%;
    float: right;
}

div#widget-gprs-command table tbody {
   display: flex;
    width: 100%;
}

#widgets .widget-gprs-command .table td+td {
display: block;
    width: 100%!important;
    max-width: 100%;
overflow: initial!important;
}

/* Diseño creado por seelight.site - +573123429567 - josuelmm92@gmail.com */
