/* here you can put your own css to customize and override the theme */
.video-block{
    height: 300px;
    overflow: hidden;
    position: absolute;
    top:0;
}
.video{
    height: auto;
    margin-top: -50px;
    width: 100%;
    z-index: -1;
}
.badge-rojo {
    background-color: #FF0000;
}
.badge-verde {
    background-color: #1e9765;

}
.badge-amarillo {
    background-color: #F7CA18;

}
.vigilancia-check{
    color: red !important;
}
.vigilancia-uncheck{
    color: #cbd4e0;

}
/*
body{
    zoom: 90%;
}*/