/**********************************************************************/
/*******************************ENLACES********************************/
/**********************************************************************/
a {
	color:black !important;
}

a:hover {
	text-decoration: none !important;
}

.a-color {
	font-weight: bold;
	text-transform: uppercase !important;
	color:#007bff !important;
}
.bg-light-2{background-color: rgba(0,0,0,.05) !important;}
.bg-light-blue{background-color: #007bff;color:white;}
.border-blue{border-bottom: 1px solid #007bff;}
.small-naranja {
	font-weight: bold;
	color:#444 !important;
}

.small-naranja:hover {
	text-decoration: none !important;
	color:#007bff !important;
}

.txt-small{
	color:#007bff !important;
	font-weight: bold;
	text-transform: uppercase !important;
}
/**********************************************************************/
/*******************************SWITCH********************************/
/**********************************************************************/
.custom-control-input:checked~.custom-control-label::before{
	color: #fff;
    border-color: #007bff !important;
    background-color: #007bff !important;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before{
	border-color: #007bff !important;
    background-color: #007bff !important;
}

/**********************************************************************/
/*******************************FONDOS*********************************/
/**********************************************************************/
.fondo {
	background:#222222 ;
}


body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.6;
	font-size: 16px;
	height: 100% !important;
	  
}

.m-100{
	margin-top: 28vh;
}

main{
	margin-bottom: 4rem !important;
    margin-top: 4rem !important;
	animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.fondo-gris {
	background-color: #5c5c5c;
}

.fondo-blanco {
	background-color: #fff;
}

.fondo-light{
	background-color: #5c5c5c !important;
}

/**********************************************************************/
/*******************************FORMULARIO*****************************/
/**********************************************************************/

button:focus{
	border: none;
	outline: none !important;
}

.boton-estilo {
	background: white;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 0.375rem .75rem !important;
}
.boton-imagen{
	border:none; 
	background-color: transparent;
}
.input-estilo {
	background: white;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 0.15rem .75rem !important;
}
.input-estilo::placeholder {
	color: rgba(0, 0, 0, .8);
}

.input-estilo[type=submit]:hover {
	border:1px solid #007bff;
}

input.form-control[type=submit]{
	background-color: #007bff !important;
  }
.w-15{
	width: 15% !important;
}
/**********************************************************************/
/******************************BOTONES*********************************/
/**********************************************************************/
.boton-pill-white {
	cursor: pointer;
	margin-left: 5px;
	height: 100%;
	padding: 0 15px !important;
	color: #444;
	background-color: #FFF;
	-webkit-border-radius: .35rem;
	-moz-border-radius: .35rem;
	border-radius: .35rem;
	height: 35px;
	border: none;
}
.pagination {

    justify-content: flex-end !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: white !important;
    border-color:#007bff !important;
}
thead tr{
	background-color:#007bff !important;color:white;
}
.boton-solido{
	background:#007bff;
	display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	color:white;
	border: 1px solid rgba(0, 0, 0, .2);   
	 border-radius: .25rem;
}

.boton-solido:hover{
	background-color: #0069d9;	border: 1px solid rgba(0, 0, 0, .2);
}

.boton-solido-delete{
	background:#bf1900;
	display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
	color:white;
	border: 1px solid rgba(0, 0, 0, .2);    
	border-radius: .25rem;
	border: 1px solid rgba(0, 0, 0, .2);
}

.boton-solido-delete:hover{
	background-color:#CC4733;	
	border: 1px solid rgba(0, 0, 0, .2);
}

.boton-estilo{
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 0.375rem .75rem !important;
	border-radius: .25rem;
}

.boton-estilo:hover{
	border:1px solid #007bff;
}

.boton-estilo-delete{
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 0.375rem .75rem !important;
	border-radius: .25rem;
}

.boton-estilo-delete:hover{
	border:1px solid #CC4733;
}

.boton-small{
	border: none;
	font-weight: bold;
	background-color: transparent;
}

@media only screen and (max-width: 800px) {
	#login .input-estilo,#login button{
	width: 100% !important;
	margin:0px auto;
	}
	#login img{
		width: 100%;
	}
	.w-15{
		width: 100% !important;
	}
  }

/**********************************************************************/
/*********************CAMPO NUMÉRICO SIN FLECHAS***********************/
/**********************************************************************/
  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
  
	  -webkit-appearance: none;
  
	  margin: 0;
  }
