@import url('../fonts/roboto.css');
html,body {
  font-family: 'Roboto', sans-serif;
  background-color: #f3f3f3;
}
.logoHeader {
  height: 100px;
  vertical-align: middle;
}
.logoHeaderBig {
  height: 70px;
  vertical-align: middle;
}
.deleteUser {
  cursor: pointer;
}
/* Mensaje Loading */
#loading, #progress {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 1051;
  text-align: center;
}
#loading-background, #progress-background {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.9;
  background-color: #aaa;
  z-index: 1052;
}
#loading-content {
  position: absolute;
  top: 42%;
  left: 45%;
  z-index: 1053;
  color: white;
}
#progress-content {
  position: absolute;
  top: 42%;
  left: 25%;
  z-index: 1053;
  color: white;
  width: 50%;
}
#progress-legend {
  position: absolute;
  top: 46%;
  left: 25%;
  z-index: 1053;
  color: white;
  font-weight: bold;
  width: 50%; 
}
#loading-image, #progress-bar {
  opacity: 1;
}
#spProgreso {
  font-weight: bold;
}
.send-cert {
  cursor: pointer;
}
.send-cert:hover {
  color: #0d6efd !important;
  font-weight: bold;
}
.send-cert-disabled {
  cursor: not-allowed;
}
.imgPlantilla {
  /*height: 85vh;*/
  max-width: 75%;
}