#canvasProcesos {
  width: 100%;
  height: 100%;
  position: fixed;
}
#herramientas
{
  background: rgba(242, 242, 242, 1);;
  border-right: ridge rgba(229, 229, 229, 1);
}
#herramientas input
{
  width:64px;
  height:64px;
}
#herramientas img
{
  width:64px;
  height:64px;
  object-fit: contain;
  user-select: none;
}
.seleccionado
{
  border: 5px solid #3E57A4;
}
[class^="text-"] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
select.no-seleccionable {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.buttonComboContainer{
  display: flex;
  justify-content: center;
  align-items: center;
}
#containerComboVideo{
  padding-right: 10px;
}

