/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.centrado{
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;

}
.derecha{
	text-align:right;
}
.fondo-azul-oscuro{
	background-color: #83a4d6;

}
.fondo-azul{
	background-color: #3D80E4;
}
.winner{
	background-color: blue;
	color:#C4DAFA;
	border-radius: 50%;
}
.jocker-winner{
	background-color: yellow;
	color:black;
	border-radius: 50%;
}
.jocker{
	
	color:black;
	border-radius: 50%;
}
.fondo-azul-claro{
	background-color: #C4DAFA;
}
.redonda{
	display: inline-block;
	height: 4vh;
  	width: 4vh;
	border-radius: 50%;
}
.td-class{
	height: 6vh;
  	width: 8vh;
}
.vendedor{
	font-size:small;
}

.bet-title{
	font-size: small;
}
/* -------------------------------   Cierrre    -------------------*/

.seller{
	margin-top: 0%;
	margin-bottom: 0;
	color: #0b2f64;
	font-size:x-large;
}
.client{
	font-size:large;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 10%;
	color: #367ae0;
}
.number-cmb{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15%;
	color:#5d90db;
	font-size:small;
	font-weight: 560;
}
.cierre-details{
	align-items:flex-start
}
.jugada-points{
	color: #a81843;
	font-size:small;
}
.super{
	color: #058e0c;
}

.results-points{
	color: #a81843;
	font-size:small;
}
.lotery{
	margin-top: 0;
	margin-bottom: 0;
}
.pos{
	background-color: red;
	border-radius: 20%;
	color:white;
	width: 3vh;
	font-size:small;
}
/*-----------------------------------------------*/

#date, #code, #type, #cedula{
	color: #FFFFFF; 
	font-weight: bold; 
	text-transform: uppercase;
	
}

#cedula, #bank_name, #query {
	font-weight: bold; 
	text-transform: uppercase;
}
#cedula, #bank_name {
	color: #FFFFFF; 
}
#cedula, #bank_name::placeholder { 
	color: #FFFFFF; 
	font-weight: bold; 
	text-transform: uppercase;
	letter-spacing: .25em;
	word-spacing: .25;
}
#query{
	width: 100%;
	letter-spacing: .25em;
}

#pts{
	font-size: small;
	color: blue;
}

#number{
	font-weight: 900;
	color: antiquewhite;
}
#animal-name{
	color:brown;
	font-weight: 800;
	font-size: x-small;
	margin-bottom: 0;
}
#animal-bet{
	color:#999999;
}
#bet-pts{
	font-size: small;
	color:#999999;
}
#bet-pts-win{	
	font-size: small;
	color: blue;
}
#col-id{
	margin-left: 0;
	margin-right: 0;
	width: 25%;
}
/* @media screen and(min-width:600){
	.col-md-4{
		width: 33.33vh;
	}
	
} */