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

.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;
}

.table-row-alert-low {
  background-color: #ffc2c2 !important;
}
.table-row-alert{
  background-color: #ff8c8c !important;
}
.table-row-alert-high{
  background-color: #ff5656 !important;
  color: #fff !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;
}

/* Mejoras Menu */
.skin-blue .sidebar a {
    color: #d5e0e4;
}

.skin-blue .treeview-menu>li>a {
    color: #d5e0e4;
}

.sidebar-menu .treeview-menu>li>a {
    padding: 2px 5px 3px 15px;
    display: block;
    font-size: 14px;
}

.sidebar-menu .treeview-menu>li:hover {
    margin: 0;
    background-color: #565e63;
}

.sidebar-menu>li>a {
    padding: 10px 5px 10px 15px;
    display: block;
}

/** table **/
div.dataTables_paginate {
  margin-bottom: 5px !important;
}

.table > thead > tr > th {
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 10px 5px;
    font-weight: 600 !important;
    background-color: #f8f8f8;
}

.table > thead > tr > th:first-child {
    border-top-left-radius: 5px;
    border-left: 1px solid #e5e5e5;
}
.table > thead > tr > th:last-child {
    border-top-right-radius: 5px;
    border-right: 1px solid #e5e5e5;
}
.table > tbody > tr > td:first-child {
    border-left: 1px solid #e5e5e5;
}
.table > tbody > tr > td:last-child {
    border-right: 1px solid #e5e5e5;
}

table.dataTable.no-footer {
    border-bottom: 0px;
}

table > tbody > tr:last-child > td {
    border-bottom: 1px solid #e5e5e5;
}

table > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 5px;
}
table > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #e5e5e5;
    background: white !important;
    border-radius: 5px;
}

.datatable-header input,
.datatable-header select {
      border: 1px solid #e5e5e5;
    border-radius: 5px;
    height: 35px;
}

.box {
  border-top: 0px;
}