/*
PARA OCUPARA CON INGERSOLL RAND COLORES
Colores Pantone
#EE3124 Red 485
#53565a Cool Gray 11
#C6BC89 Ingersoll Rand Beige
#E42313 Nuevo Rojo que nos dieron 05 JUN 2024 
*/

.CapSinFalta{
	Color: red;
}

.ColorIndex{
	background:white;
}

.BtnEntrada{
	
	background: #E71B45 !Important;
}

.RegistroInicial{
	background: #C6BC89 !Important;
}

.buttons-excel, .btn-light{
	// igual que btnHome de home.css
	//background: #C6BC89 !Important;
	background-color: #E71B45 !important;
	border-color: #A7C3F2 !important;
    color: white !important;
}

.navbar-brand{
	//background: white !Important
	background-color: #E6E8E8 !important;
}

nav{
	background: #white !Important;
}

.card-header {
	background-color: #BBBBBB !Important;
}

a {
	Color: black;
}

card {
	background: #CCCCCC !Important;
}
/*LO INHABILITO YA QUE SE RECORRIO AL LABEL .form-check,  */

.form-check-input{
	background-color: #C6BC89;
	border-color: #E42313;
}

.nav-item, .nav-link, .dropdown-item{
	color: #E42313 !Important;   /* C6BC89  */
	font-weight: bold;
}

.nav-item:hover, .nav-link:hover, .dropdown-item:hover{
	color: #666666 !Important;
	font-weight: bold;
}

.BoderAbajo{
	border-bottom: 2px solid #E42313;
}

.dropdown-menu{
	--bs-dropdown-link-active-bg: white !Important;
}

.alert{
	background-color: #FFF4CE !Important;
}

input{
	border-color: #A7C3F2 !important;
}
