body.vrp .deviceName {
    color: #cf0435;
}

body.vrp .devicesSaving {
    color: #c21d41;
}

body.vrp .deviceBaseCircle.movie,
body.vrp .deviceBaseCircle.profile,
body.vrp .deviceBaseCircle.register {
    background-color: #cf0435;
}

body.vrp .deviceInsideCircle.movie,
body.vrp .deviceInsideCircle.profile,
body.vrp .deviceInsideCircle.register {
    box-shadow: 0 0 1px 0px #cf0435 inset, 0 0 1px 0px #cf0435;
}

body.vrp .deviceInsideCircleSelected {
    background-color: #c21d41 !important;
    box-shadow: 0 0 1px 0px #c21d41 inset, 0 0 1px 0px #c21d41 !important;
}