/*telesentinel*/
	.select2-dropdown {z-index: 9999 !important}
	.bg-Venta
	{
	    background-color: #00a65a !important;
	}

	.bg-Arriendo
	{
	    background-color: #0073b7 !important;
	}

	.bg-Comodato
	{
	    background-color: #f39c12 !important;
	}

	.bg-Bono 
	{
	    background-color: #D81B60 !important;
	}

	.bg-Conexion
	{
	    background-color: #605ca8 !important;
	}

	.bg-Obsequio
	{
	    background-color: #00a7d0 !important;
	}

  .bg-ventas {
    background-color: #00733e !important;
    color: #fff !important;
  }  

  .bg-venta {
    background-color: #00a65a !important;
    color: #fff !important;
  }  

  .bg-instalacion {
    background-color: #00c068 !important;
    color: #fff !important;
  }  

  .bg-facturando {
    background-color: #00a607 !important;
    color: #fff !important;
  }  

  .bg-green {
    background-color: #00a65a !important;
    color: #fff !important;
  }

  .bg-yellow {
    background-color: #f39c12 !important;
    color: #fff !important;
  }

	.bootstrap-timepicker-minute,.bootstrap-timepicker-hour,.bootstrap-timepicker-meridian,.bootstrap-timepicker-second {
		width:50px !important;
	}

/* Sobrescribe completamente los estilos de los botones de acción Adicionado Edward 20250811 */
/* Contenedor principal de los botones */
div.button_action {
    white-space: nowrap !important; /* Evita saltos de línea */
    display: inline-block !important; /* Cambia a bloque en línea */
    width: auto !important; /* Ancho según contenido */
}

/* Estilos para todos los botones */
div.button_action a.btn {
    font-size: 10px !important;
    min-width: 60px !important;
    height: auto !important;
    line-height: 1.5 !important;
    border-radius: 4px !important;
    margin: 0 3px !important;
    display: inline-flex !important; /* Mejor alineación */
    align-items: center !important; /* Centra icono y texto */
    justify-content: center !important;
    vertical-align: middle !important; /* Alineación vertical */
}

/* Espaciado entre botones */
div.button_action a.btn + a.btn {
    margin-left: 5px !important;
}

/* Estilo específico para el botón de edición */
div.button_action a.btn-warning {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    color: white !important;
}

/* Estilo específico para el botón de cotizar */
div.button_action a.btn-success {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    color: white !important;
}

/* Ajuste para iconos */
div.button_action a.btn i.fa {
    margin-right: 3px !important;
    font-size: 10px !important;
}


	::-webkit-scrollbar {
	    width: 7px;
	}

	::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	    border-radius: 10px;
	}
	::-webkit-scrollbar-thumb {
	    border-radius: 10px;
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}	

	.datepicker{z-index:1151 !important;}

	.sidebar-menu .treeview-menu>li>a {
		padding:5px 5px 5px 25px;
	}
	.form-tab li a:hover {
		background: #eeeeee !important;
	}
	.form-tab li a.selected {
		background: #3c8dbc !important;
		color:#ffffff !important;
	}
	.alert_floating {
		bottom:10px;
		right:10px;
		position: fixed;
		z-index:1001;
		background: rgba(255, 140, 127, 0.7);
		color:#222222;
		font-weight: bold;
		padding:20px 50px 20px 50px;
		border-radius: 10px;
		box-shadow: 0px 0px 5px #aaaaaa;
	}

	#table_dashboard {
		font-size: 12px;
	}

	

	.login-box-body {
      box-shadow: 0px 0px 25px #999999;
    }