body.welcome-page {
  background-image: url(/modules/dogo/img/dogosoft.gif);
  background-size: cover;
  background-repeat: no-repeat;
}

body {
  zoom: 1.1;
}

.datatable-header {
  padding-top: 20px;
}

.table-hover>tbody>tr:hover {
  background-color: #f0808057 !important;
}

.full-width {
  width: 100%;
}

.servicio-title {
  font-size: 1em;
  margin-left: 5px;
}

.sidebar-category.sidebar-category-visible {
  zoom: 0.9;
}

.sticky .sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
}

.sticky .sticky-col.first-col {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  left: 0px;
}

.sticky .sticky-col.second-col {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  left: 60px;
}

.sticky .sticky-col.third-col {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  left: 140px;
}

table.table-sm tbody th,
table.table-sm tbody td {
  padding: 0px 0px;
}

table.table-sm thead th,
table.table-sm thead td {
  padding: 0px 10px;
}

body:not(.modal-open),
body.modal-open {
  padding-right: 0px !important;
}

tr.estado-programado,
tr.estado-en-curso {
  background-color: palegreen;
}

tr.alerta-modulacion {
  background-color: lightcoral !important;
}

tr.warning-modulacion {
  background-color: lightsalmon !important;
}

.countdown {
  padding: 3px;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 5px;
}

.parpadea {
  color: red;
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.bg-whatsapp {
  background-color: #25D366;
  color: white;
}

.text-whatsapp {
  color: #128C7E;
}

@-moz-keyframes parpadeo {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes parpadeo {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes parpadeo {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

.p-5 {
  padding: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.table-md td {
  padding: 3px 6px !important;
}

.table-sm td {
  padding: 2px 4px !important;
}

.table-xs td {
  padding: 0px 0px !important;
}

td.error-presentismo {
  background-image: repeating-linear-gradient(122deg, white, white 13px, #ff00008f 2px, #ff00008f 15px);
  border: 2px solid #ff00008f;
  font-weight: bold;
  color: black;
}