.photo-popup-content {
  text-align: center;
}

.photo-popup-content .photo-popup-image {
  height: 100%;
  max-width: 100%;
}

/*
.dx-toolbar{
  background-color: rgba(85, 149, 222, 0.6)
}

#gridUsuarios .dx-datagrid-header-panel {
  padding: 0;
  background-color: rgba(85, 149, 222, 0.6) ;
}

#gridUsuarios .dx-datagrid-header-panel .dx-toolbar-before .dx-toolbar-item:not(:first-child) {
  background-color: rgba(103, 171, 255, 0.6);
}
*/
.BotonAdd {
  background-color: rgba(85, 149, 222, 0.6) !important;
}

.sidebar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 250px;
  height: 100%;
  background-color: #FFF;
  z-index: 10000;
}