* {
  font-size: 100%;
}

html {
  overflow-y: scroll;
}

.container-fluid {
  background-color: rgba(235, 242, 255, 0.62) !important;
}

.dataTables_wrapper th.sorting_disabled,
.dataTables_wrapper th.sorting,
.dataTables_wrapper th.sorting_desc,
.dataTables_wrapper th.sorting_asc {
  background-color: #97D246 !important;
  color: black !important;
}

.dataTables_wrapper tr {
  background-color: rgba(255, 255, 255, 0.55);
  -webkit-transition: background-color 1s;
  /* Safari */
  transition: background-color 0.8s;
}

.dataTables_wrapper tr:hover {
  background-color: rgba(255, 255, 255, 0.95) !important;
  -webkit-transition: background-color 0.3s;
  /* Safari */
  transition: background-color 0.2s;
}

.page-header small {
  white-space: nowrap;
}

.colored_header {
  font-weight: bold;
  color: #94D048;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.admin-only {
  color: #AA5544;
  font-weight: 700;
  font-size: 11px;
}

@media (min-width: 768px) {
  #left-sidebar {
    padding-top: 0;
    position: absolute;
    top: 52px;
  }
}

.enlace_admin_num {
  color: #2560a0;
  font-size: 11px;
  font-weight: bold;
}

body {
  background: url('../img/imagen_1_b.jpg') no-repeat center center fixed;
  background-size: cover;
  background-position: fixed;
}

.banner-superior {
  background-color: rgba(255, 255, 255, 0.1);
}

#left-sidebar {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* Notificaciones */

#notificacion-progress {
  padding-bottom: 0px;
}

.miprogress {
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 5px;
  background-color: white;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
}

.miprogress-bar {
  position: relative;
  margin-top: 20px;
  left: 0px;
  right: 0px;
  width: 0px;
  height: 5px;
  border-radius: 5px;
  background-color: rgb(72, 111, 145);
}

.notificacion {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1078;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(49, 50, 50, 0.75);
  -moz-box-shadow: 2px 2px 3px 0px rgba(49, 50, 50, 0.75);
  box-shadow: 2px 2px 3px 0px rgba(49, 50, 50, 0.75);
  opacity: 0.95;
  min-width: 40%;
  display: none;
}

/* Centra los botones del modal en dispositivos pequeños */
@media (max-width: 768px) {

  .notificacion {
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
  }
}

.notificacion .progress.active .progress-bar {
  /*-webkit-transition: none !important;
    transition: none !important;*/
}

/* Arregla la compresión del body cuando se abre un modal */
body.modal-open {
  overflow-y: auto !important;
  padding-right: 0 !important;
}

.modal-scrollbar-measure {
  overflow: hidden;
}

/* Otros */
.log_fila_selector:hover .icono_borrar,
.log_fila_selector:hover .static_inactiva {
  visibility: visible;
}

.sms_solicitud_icono {
  float: right;
}

.icono_borrar {
  width: 20px;
  height: 20px;
  background: url("../img/borrar.png");
  background-size: 16px 16px;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  opacity: 0.8;
  margin: 2px;
  visibility: hidden;
}

.icono_borrar:hover {
  opacity: 1;
  cursor: pointer;
}

.static_activa {
  width: 20px;
  height: 20px;
  background: url("../img/landing.png");
  background-size: 40px 20px;
  background-position: -20px 0;
  background-repeat: no-repeat;
  opacity: 0.8;
  margin: 2px;
  visibility: hidden;
}

.static_inactiva:hover {
  opacity: 1;
  cursor: pointer;
}

.static_inactiva {
  width: 20px;
  height: 20px;
  background: url("../img/landing.png");
  background-size: 40px 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0.8;
  margin: 2px;
  visibility: hidden;
}

.static_activa:hover {
  opacity: 1;
  cursor: pointer;
}

.sms_solicitud_dim_rojo {
  color: #d01010;
  font-weight: bold;
}

.sms_enviar_cargando {
  background-image: url(../img/cargando.gif);
  background-repeat: no-repeat;
  padding-left: 28px;
  min-height: 24px;
}

#sms_enviar_stats_total {
  color: #0f0f0f;
}

#sms_enviar_stats_enviados {
  color: #3e8f3e;
}

#sms_enviar_stats_error {
  color: #9f191f;
}

#sms_enviar_stats_no_enviados {
  color: #c77405;
}

.sms_enviar_solicitud_ver_selector,
.sms_enviar_solicitud_enviar_selector,
.sms_enviar_solicitud_borrar_selector {
  visibility: hidden;
}

.sms_enviar_fila:hover .sms_enviar_solicitud_ver_selector,
.sms_enviar_fila:hover .sms_enviar_solicitud_enviar_selector,
.sms_enviar_fila:hover .sms_enviar_solicitud_borrar_selector {
  visibility: visible;
}

.log_fila_selector:hover .visibilidad_oculto,
.log_fila_selector:hover .visibilidad_visible {
  visibility: visible;
}

.visibilidad_oculto {
  width: 32px;
  height: 32px;
  background: url("../img/cambiar_visibilidad.png");
  background-position: -32px 0;
  background-repeat: no-repeat;
  opacity: 0.6;
  visibility: hidden;
}

.visibilidad_oculto:hover {
  opacity: 0.8;
  cursor: pointer;
}

.visibilidad_visible {
  width: 32px;
  height: 32px;
  background: url("../img/cambiar_visibilidad.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0.6;
  visibility: hidden;
}

.visibilidad_visible:hover {
  opacity: 0.8;
  cursor: pointer;
}

.log_ip {
  width: 110px;
}

.tipo_cambio_nombre {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url("../img/iconos_tipo_entradas.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.tipo_cambio_remitente {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url("../img/iconos_tipo_entradas.png");
  background-position: -32px 0;
  background-repeat: no-repeat;
}

.tipo_cambio_movil {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url("../img/iconos_tipo_entradas.png");
  background-position: -64px 0;
  background-repeat: no-repeat;
}

.tipo_cambio_email {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url("../img/iconos_tipo_entradas.png");
  background-position: -96px 0;
  background-repeat: no-repeat;
}

.tipo_cambio_pw {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url("../img/iconos_tipo_entradas.png");
  background-position: -128px 0;
  background-repeat: no-repeat;
}

.tipo_cambio_estado {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url("../img/iconos_tipo_entradas.png");
  background-position: -160px 0;
  background-repeat: no-repeat;
}

.tipo_cambio_saldo,
.tipo_cambio_bloquear_saldo_usuario,
.tipo_cambio_desbloquear_saldo_usuario {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url("../img/iconos_tipo_entradas.png");
  background-position: -192px 0;
  background-repeat: no-repeat;
}

.tipo_cambio_saldo_sistema {
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url("../img/iconos_tipo_entradas.png");
  background-position: -224px 0;
  background-repeat: no-repeat;
}

.no_negrita {
  font-weight: normal;
}

.log_entrada_admin {
  background-image: url("../img/log_fondo_admin.png");
  background-repeat: repeat;
}

.log_entrada_admin_2 {
  background-image: url("../img/log_fondo_admin_2.png");
  background-repeat: repeat;

}

.invocador_usuario {
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  background: url("../img/log_invocadores.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}


.invocador_admin {
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  background-image: url("../img/log_invocadores.png");
  background-position: -32px 0;
  background-repeat: no-repeat;
}

.invocador_sistema {
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  background-image: url("../img/log_invocadores.png");
  background-position: -64px 0;
  background-repeat: no-repeat;
}

.saldo_positivo {
  color: #3e8f3e;
}

.saldo_positivo:before {
  content: "+";
}

.saldo_negativo {
  color: #9f191f;
}

.separacion_superior_compensada {
  margin-top: 10px !important;
}

.separacion_inferior_compensada {
  margin-bottom: 5px !important;
}

.caracteres_ok {
  color: #367fbd;
}

.caracteres_low {
  color: #c77405;
}

.caracteres_cero {
  color: #FF5353;
}



.cargando_msg {
  background-image: url("../img/cargando.gif");
  background-size: 20px;
  background-repeat: no-repeat;
  text-indent: 23px;
  font-size: 14px;
  width: 210px;
  height: 26px;
}

.parcialmente_inactivo {
  opacity: 0.4;
}

.parcialmente_inactivo:hover {
  opacity: 0.7;
}


.boton_inactivo:hover {
  opacity: 1;
}

.boton_inactivo {
  opacity: 0.8;
}

.boton_inactivo:hover {
  opacity: 1;
}

#agregar_destinatarios_manualmente,
#agenda_destinatario,
#agregar_destinatarios_grupo {
  margin-top: 15px;
}

.cambio_valor_input {
  font-size: 90px !important;
  text-overflow: clip;
  color: #a01040;
}

.separacion_izquierda {
  margin-left: 7px;
}

#contenedor_cambios_saldo {
  display: none;
}

.info_saldo_actual {
  color: #676767;
  display: none;
}

.envoltura_info_saldo {
  height: 20px;
}

.error_saldo {
  color: red;
}

#separador_pie_pagina {
  margin-top: 400px;
}

.enlace {
  color: #337ab7;
  text-decoration: none;
  cursor: pointer;
}

.enlace:hover {
  color: #2560a0;
  text-decoration: underline;
  cursor: pointer;
}

.subir5px {
  position: relative;
  top: -5px;
}

.subcuentas_cambios {
  margin-left: 15px;
}

.cargando {
  background-image: url("../img/cargando.gif");
  background-size: 20px;
  background-repeat: no-repeat;
  text-indent: 14px;
  font-weight: bold;
  font-size: 16px;
  width: 210px;
  height: 26px;
  margin: auto;
}

.cambiar_estado_cuentas_estado,
.estado_cuentas_estado_inicial {
  display: none;
}

.cambiar_estado_cuentas_saldo {
  margin-top: 5px;
  display: none;
}

.estado_cuentas_saldo {
  margin-top: 5px;
}

.cambiar_saldo {
  width: 50px;
  height: 20px;
}

.enlace_admin {
  color: #303030;
  white-space: nowrap;
}

.enlace_header {
  color: #303030;
}

.enlace_admin_separador {
  margin-left: 3px;
  margin-right: 3px;
  font-weight: bold;
}


.cabecera-logo {
  width: 185px;
  height: 100px;
  background-position: 0 30px;
  background-image: url("../img/logodefinitivoweb.png");
  background-size: 185px;
  background-repeat: no-repeat;
  margin-left: 16px;
  margin-top: 2px;
  z-index: 2;
}

.separacion_superior {
  margin-top: 20px;
}

.separacion_superior_grande {
  margin-top: 40px;
}

.formulario_60 {
  max-width: 600px;
}

.formulario_30 {
  width: 300px;
}

.formulario_15 {
  width: 150px;
}

.formulario_20 {
  width: 200px;
}

span.eliminar-filtros {
  font-size: 0.8em;
}


#filtros-wrapper .panel-title,
#filtros-wrapper-grupo .panel-title {
  line-height: 1.5;
}

@media (max-width: 400px) {
  span.eliminar-filtros {
    width: 100%;
    clear: both;
    margin-top: 10px;
  }

  span.eliminar-filtros .btn {
    width: 100%;
    clear: both;
    margin-top: 5px;
  }

  #filtros-wrapper .panel-title,
  #filtros-wrapper-grupo .panel-title {
    line-height: 1;
    height: 70px;
  }

}

/* Datos de la cabecera */
#user-link {
  min-width: 250px;
}

#user-data-container {}

#user-image-container {}

#user-name-container {}

.balance-container {
  float: left;
  margin-right: 1px;
}

#user-balance-container {}

#saldo-actual {
  color: #3c763d;
}

#saldo-pendiente {
  color: #8a6d3b;
}

#saldo-bloqueado {
  color: #a94442;
}

#user-delivers,
#user-messages {
  /*
    filter: gray; IE6-9 
    filter: grayscale(1);  Microsoft Edge and Firefox 35+ 
    -webkit-filter: grayscale(1);*/
  opacity: 0.7;
}

#manage-balance {}

.ui-datepicker-header {
  background-color: #44a033;
  color: #FFFFFF;
  font-weight: 400;
}

.ui-state-active {
  background-color: #44a033 !important;
}

.button-positive {
  display: inline-block;
  padding: 3px 8px 3px 23px;
  border: 1px #60b040 solid;
  border-radius: 5px;
  background-color: #dfeac0;
  color: #108005;
  cursor: pointer;
  box-shadow: 1px 1px 6px 0px rgba(70, 190, 70, 0.7);
  font-weight: bold;
  position: absolute;
  font-family: Verdana, Geneva, sans-serif;
}

.button-positive:hover {
  background-color: #e7f4d0;
}

.button-positive-icon-front {
  margin-right: 7px;
  position: absolute;
  left: 7px;
  top: 6px;
}

.button-positive-icon-back {
  margin-right: 7px;
  position: absolute;
  left: 7px;
  top: 6px;
  color: white;
}

.button-negative {
  display: inline-block;
  padding: 3px 8px 3px 23px;
  border: 1px #706050 solid;
  border-radius: 5px;
  background-color: #f89482;
  color: #403020;
  cursor: pointer;
  box-shadow: 1px 1px 6px 0px rgba(190, 70, 50, 0.7);
  font-weight: bold;
  position: absolute;
  font-family: Verdana, Geneva, sans-serif;
}

.button-negative:hover {
  background-color: #ffa492;
}

.button-negative-icon-front {
  margin-right: 7px;
  position: absolute;
  left: 7px;
  top: 6px;
}

.button-negative-icon-back {
  margin-right: 7px;
  position: absolute;
  left: 6.9px;
  top: 6px;
  color: white;
}

.button-neutral {
  display: inline-block;
  padding: 3px 8px 3px 8px;
  border: 1px #a4a4ac solid;
  border-radius: 5px;
  background-color: #eaeaed;
  color: #606064;
  cursor: pointer;
  box-shadow: 1px 1px 6px 0px rgba(90, 90, 92, 0.7);
  font-weight: bold;
  position: absolute;
  font-family: Verdana, Geneva, sans-serif;
}

.button-neutral:hover {
  background-color: #f3f3f7;
}

/****************** CHECKBOX *******************/
/* Customize the label (container) */
.container_custom_dg {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_custom_dg input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark_custom_dg {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 5px;
}

/* On mouse-over, add a background color */
.container_custom_dg:hover input~.checkmark_custom_dg {
  background-color: #ccc;
}

/* When the checkbox is checked, add a background */
.container_custom_dg input:checked~.checkmark_custom_dg {
  background-color: #44A033;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_custom_dg:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_custom_dg input:checked~.checkmark_custom_dg:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_custom_dg .checkmark_custom_dg:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#div-notifications {
  width: 450px;
  position: relative;
  text-align: right;
}

.div-content-notification {
  background-color: #F8F8F8;
  border: 1px solid #D8D8D8;
  height: 65px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.div-content-notification-simple {
  background-color: #F8F8F8;
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  height: 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.border-bottom-not {
  border-bottom: 1px solid #D8D8D8;
}

.margin-top-notification {
  margin-top: 25px;
}

.div-mark-as-read {
  position: relative;
  width: 175px;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 5px;
  position: relative;
  float: right;
  color: #6E6E6E;
}

.div-mark-as-read:hover {
  color: #424242;
}

.notifications-popover {
  max-width: 100% !important;
  width: 450px;
}

.notification-badge {
  position: relative;
  display: none;
  margin-top: 15px;
  margin-right: 10px ! important;
  margin-left: 31px;
  cursor: pointer;
  user-select: none !important;
  top: 0px;
}

.notification-badge-red {
  background: #E30D0D;
  border: 1px solid #D20606 !important;
  background-image: -webkit-linear-gradient(top, #F67C7C, #E30D0D);
  background-image: -moz-linear-gradient(top, #F67C7C, #E30D0D);
  background-image: -o-linear-gradient(top, #FFCDCD, #E30D0D);
  background-image: linear-gradient(to bottom, #FFCDCD, #E30D0D);
  user-select: none !important;
}

.notification-badge-gray {
  background: #7B7B7B;
  border: 1px solid #585858 !important;
  background-image: -webkit-linear-gradient(top, #B6B6B6, #7B7B7B);
  background-image: -moz-linear-gradient(top, #B6B6B6, #7B7B7B);
  background-image: -o-linear-gradient(top, #C4C4C4, #7B7B7B);
  background-image: linear-gradient(to bottom, #C4C4C4, #7B7B7B);
  user-select: none !important;
}

.unread_notification {
  background-color: #FBFBE5 !important;
}

.div-icon-notification {
  width: 45px;
  height: 45px;
  position: relative;
  display: inline-block;
  top: -8px;
  padding: 4px !important;
}

.icon-notification {
  width: 42px;
  height: 42px;
  margin-top: 4px;
}

.margin-top-notification-type {
  margin-top: 10px;
}

.no-border-bottom-not {
  border-bottom: 0px !important;
}

.separator-notif {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 55px;
  position: relative;
  width: calc(100% - 55px);
  height: 1px;
  background-color: #D8D8D8;
}

.more-notifications {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin-top: 3px;
  color: #848484;
  background-color: #F8F8F8;
  border: 1px solid #D8D8D8;
  padding-top: 2px;
  z-index: 4;
}

/*
.notification-badge .popover{
	padding-bottom:20px !important;
}
*/
.div-notification-text {
  position: relative;
  display: inline-block;
  height: 45px;
  margin-top: 0px;
  width: calc(100% - 45px);
  font-size: 12px;
  padding-left: 10px;
  padding-top: 5px;
}

.title-notification-text {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  font-weight: 700;
  color: #424242;
}

.content-notification-text {
  position: relative;
  display: block;
  top: 2px;
  color: #6E6E6E;
}

.content-notification-text-simple {
  position: relative;
  display: block;
  color: #6E6E6E;
  border-top: 0px;
  margin-top: 2px;
  padding-left: 45px;
}

.div-notification-time {
  position: relative;
  display: inline-block;
  height: 20px;
  margin-top: 0px;
  width: 100%;
  text-align: right;
  font-size: 11px;
  top: -5px;
  padding-right: 8px;
  padding-top: 3px;
  color: #A4A4A4;
}

.div-notification-time-simple {
  position: relative;
  display: inline-block;
  height: 20px;
  margin-top: 0px;
  width: 100%;
  text-align: right;
  font-size: 11px;
  top: -27px;
  padding-right: 8px;
  padding-top: 3px;
  color: #A4A4A4;
  z-index: 3;
}

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
  }
}

@keyframes bounce {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.delete-notification {
  position: absolute;
  width: 13px;
  height: 10px;
  top: 2px;
  padding-top: 0px;
  color: #6E6E6E;
  cursor: pointer;
  font-size: 12px;
  z-index: 3;
  right: -30px;
  transition: 0.3s;
}

.div-content-notification-simple:hover .delete-notification {
  transition: 0.3s;
  right: 2px;
}

.div-content-notification:hover .delete-notification {
  transition: 0.3s;
  right: 2px;
}

.delete-notification:hover {
  color: #424242;
}

.no-notifications {
  margin-top: 15px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 13px;
}