html {
	position: relative;
	min-height: 100%;
}
body {
	padding-top: 35px;
	padding-bottom: 60px;
}
.modal {
		overflow-y: initial !important
}
.modal-generico {
		padding-right: 0px !important
}
/* Comienza animación */
/*
#posicion-loader {
	position: absolute;
	top:100px;
	left:50%;
}
*/
.notificacion-javascript {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	opacity: 0.8;
	z-index:100000;
}

.contenedor-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	/*background-color: black;
	opacity: 0.8;*/
    background-color: rgba(00,00,00,0.8);
	z-index:100000;
}
.contenedor-loader-bloqueo {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-color: black;
	opacity: 0.8;
	z-index:100000;
}
#contenedor-loader-confirmacion {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-color: black;
	opacity: 0.8;
	z-index:101000;
}
.modal-confirmacion {
	z-index:101001;
}
#verTiquet {
	z-index:10002;
}
.loader:before,
.loader:after,
.loader {
	/*border-radius: 50%;*/
	border-radius: 5px;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
	z-index:100001;
}
.loader {
	position: relative;
	margin: 14em auto;
	font-size: 14px;
	text-indent: -9999em;
	-webkit-animation-delay: 0.16s;
	animation-delay: 0.16s;
	z-index:100001;
}
.loader:before {
	left: -3.5em;
}
.loader:after {
	left: 3.5em;
	-webkit-animation-delay: 0.32s;
	animation-delay: 0.32s;
}
.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}
/*color anterior del loader #F5A9A9*/
@-webkit-keyframes load7 {
	0% {
		box-shadow: 0 6em 0 0 #d9534f;
	}
	80%{
		box-shadow: 0 6em 0 0 #5cb85c;
	}
	100% {
		box-shadow: 0 6em 0 0 #f0ad4e;
	}
	40% {
		box-shadow: 0 3em 0 0 rgba(0, 0, 0, 0.01);
	}
}
@keyframes load7 {
	0% {
		box-shadow: 0 6em 0 0 #d9534f;
	}
	80%{
		box-shadow: 0 6em 0 0 #5cb85c;
	}
	100% {
		box-shadow: 0 6em 0 0 #f0ad4e;
	}
	40% {
		box-shadow: 0 3em 0 0 rgba(0, 0, 0, 0.01);
	}
}

/* Termina animación */
/* PACE */
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #29d;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #29d, 0 0 5px #29d;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-moz-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 15px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
	0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
	0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
	0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
	0% { transform: rotate(0deg); transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/* PACE */
/* IMPRIMIR */
#general-imprimir {
	float: left;
	width: 295px;
	margin-left: 5px;
	border-bottom: 0px;
}
#boton-imprimir	{
	margin-left: 15px;
}
.fecha-imprimir {
	float: left;
}
.sorteo-imprimir {
	float: left;
}
.numeros-22px-imprimir {
	font-family: Verdana; 
	font-size: 22px;
}
.numeros-24px-imprimir {
	font-family: Verdana; 
	font-size: 24px;
	font-weight: bold;
	}
.numeros-26px-imprimir {
	padding: .3em;
	font-family: Verdana; 
	font-size: 26px;
	font-weight: bold;
}
.numeros-26px-resaltados-imprimir {
	padding: 0 7px 0 7px;
	font-family: Verdana; 
	font-size: 26px;
	font-weight: bold;
	border: 1px solid;
	border-radius: 5px;
}
.quiniela-columna-imprimir {
	float: left;
	width: 130px;
	margin-left: 5px;
	margin-top: 10px;
}
.loteria-columna-imprimir {
	float: left;
	width: 130px;
	margin-left: 5px;
	margin-top: 10px;
}
.tombola-logo-imprimir {
	margin-top: 25px;
		float: left;
	width: 280px;
}
.tombola-fila-superior-imprimir {
	margin-top: 10px;
}
.tombola-fila-imprimir {
	float: left;
	width: 280px;
	border-bottom: 0px;
}
.tombola-numeros-imprimir {
	float: left;
}
.oro-logo-imprimir {
	float: left;
	width: 220px;
	margin-left: 40px;
	border-bottom: 0px;
	padding-top: 20px;
}
.loteria-logo-imprimir {
	float: left;
	width: 220px;
	margin-left: 40px;
	border-bottom: 0px;
	padding-top: 20px;
}
.datos-oro-imprimir {
	float: left;
	margin: .4em 0;
	margin-left: 0px;
	width: 300px;
	padding-top: 20px;
}
.oro-fila-superior-imprimir {
	margin-top: 10px;
}
.oro-fila-imprimir {
	float: left;
	width: 280px;
	margin-left: 5px;
}
.oro-titulo-fila-imprimir {
	float: left;
	width: 280px;
	margin-left: 5px;
	padding-bottom: 10px;
}
.oro-numeros-imprimir {
	float: left;
}
/* IMPRIMIR */
.container-control {
	padding-top: 25px;
}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #f5f5f5;
	z-index: 1000;
}
.container .text-muted {
	margin: 10px 0;
}
.container .alert {
	margin: 3px 0;
}
.div-fecha-sorteo-tombola {
	margin: 5px;
	text-align: center;
}
.div-fecha-sorteo-quiniela, .div-fecha-sorteo-loteria {
	margin: 5px;
	text-align: center;
}
.div-fecha-sorteo-oro {
	margin: 5px;
	text-align: center;
}
.div-resultados-tombola {
	float: left;
	width: 100%;
	text-align: center;
}
.div-resultados-quiniela, .div-resultados-loteria {
	float: left;
	width: 100%;
	text-align: center;
}
.div-resultados-oro {
	float: left;
	width: 100%;
	text-align: center;
}
.div-general-resultado-tombola {
	padding-top: 35px;
}
.logo-tombola {
	margin: 0 auto;
}
.logo-quiniela, .logo-loteria {
	margin: 0 auto;
}
.logo-oro {
	margin: 0 auto;
}
.h3-quiniela, .h3-loteria {
	margin-top: 0px;
}
.h3-tombola {
	margin-top: 0px;
}
.h3-oro {
	margin-top: 0px;
}
.numeros-repetidos-tombola {
	background-color: #F5A9A9;
	border-radius: 5px;
}
.numeros-tombola {
	background-color: #E6E6E6;
	border-radius: 5px;
}
.numeros-quiniela, .numeros-loteria {
	background-color: #E6E6E6;
	border-radius: 5px;
}
.numeros-oro {
	background-color: #E6E6E6;
	border-radius: 5px;
}
.numeros-extra {
	background-color: #E6E6E6;
	border-radius: 5px;
}
.numeros-revancha {
	background-color: #E6E6E6;
	border-radius: 5px;
}
.fecha-y-sorteo {
	background-color: #E6E6E6;
	border-radius: 5px;
	text-decoration: underline;
}
.panel-tareas {
	margin-top: 25px;
	margin-bottom: -10px
}
.panel-noticias {
	margin-top: 25px;
	margin-bottom: -10px
}
.panel-cajas {
	margin-bottom: -10px
}
.panel-body-cajas {
	max-height: 75vh;
	min-height: 75vh;
	overflow-y: auto;
}
.panel-body-tareas, .panel-body-noticias{
	position: relative; /*Para que los popover corran con el scroll*/
	max-height: 75vh;
	min-height: 75vh;
	padding-top: 0;
	overflow-y: auto;
}
.bg-blanco {
	background-color: #fff;
}
.bg-degradado {
	background-image: linear-gradient(360deg, rgba(255,0,0,0), rgba(0,0,0,0.9));
}
.header-tareas, .header-noticias {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	top: 0;
	z-index: 500;
}
.header-caja {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	top: 0;
	z-index: 500;
}
.thead-cajas-control th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
}
.modal-body-con-footer {
	min-height: 50vh;
	max-height: 70vh;
	overflow-y: auto;
	overflow-x: hidden;
}
.tablaListarCorredores {
	max-height: 60vh;
	overflow-y: auto;
}
.tablaListarCorredores th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
}
.modal-body-sin-footer {
	min-height: 50vh;
	max-height: 80vh;
	overflow-y: auto;
	overflow-x: hidden;
}
.panel-body-tarea {
	max-height: 50vh;
	overflow: auto;
}
.panel-body-noticias-nuevas {
	/*padding-top: 15px;*/
	max-height: 50vh;
	overflow: auto;
}
.panel-body-notificacion-tarea {
	max-height: 25vh;
	overflow: auto;
}
.tr-buscar-datos-corredor td {
	min-width: 100px;
}
.tr-cambios-corredor td {
	min-width: 150px;
}
.tr-autorizaciones-terceros-corredor th {
	min-width: 80px;
}
.table-responsive-articulos td {
	min-width: 120px;
}
.alert.text-center h4 {
  margin: 0;  /* elimina márgenes extra */
}
/*
.modal-body-caja {
	max-height: 430px;
	min-height: 430px; 
	overflow-y: auto;
}
.modal-body-controlar-caja {
	max-height: 430px;
	min-height: 430px; 
	overflow-y: auto;
}
.modal-contactos {
	max-height: 500px; 
	overflow-y: auto;
}
.modal-body-datos-corredores {
	max-height: 430px;
	min-height: 430px; 
	overflow-y: auto;
	overflow-x: hidden;
}
.modal-body-tareas {
	max-height: 430px;
	min-height: 430px;
	overflow-y: auto;
}
.modal-body-height-430-scroll {
	max-height: 430px;
	min-height: 430px; 
	overflow-y: auto;
}
*/
.table-contacto-titulo {
	font-weight: bold;
}
/*
.modal-pdfs {
	max-height: 500px; 
	overflow-y: auto;
}
*/
.modal-ver-pdf {
	height: 80vh;
	margin-bottom: -15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
	overflow: hidden;
}
/*
.modal-cabalas {
	max-height: 500px;
	min-height: 200px; 
	overflow-y: auto;
}
*/
.modal-cabalas li {
	margin-left: 10px;
}
.fila-listado-tiquets:hover {
	cursor: pointer;
}
.fila-listado-cajas:hover {
	cursor: pointer;
}
.modal-cabalas li:hover {
	cursor: pointer;
}
.col-guardarPDF li {
	margin-left: 10px;
}
#playerVideos:hover {
	cursor: pointer;
}
.navbar .navbar-text:hover {
	cursor: pointer;
}
.navbar-text {
	margin-left: 10px;
}
.modal-header {
	cursor: move;
}
.cursor-select {
	cursor: pointer;
}
.tr-buscar-datos-corredor {
	cursor: pointer;
}
.oroColor {
	background-color: red;
}
#resultAdministrarCorredores .alert {
	padding-top: 15px;
}
#mis-tareas .panel-heading {
	padding: 0px;
}
.panel-heading-padding-cero {
	padding: 0px;
}
.img-tarea {
	cursor: pointer;
}
.imagen-centrada-bloqueo {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-color: black;
	opacity: 0.9;
	z-index: 100000;
}
.imagen-centrada {
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	z-index: 100001;
	animation: fadeInAnimation 1s;
}
.imagen-centrada-cerrar {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	width: 20px;
	height: 20px;
	background-color: white;
	border-radius: 50%;
	cursor: pointer;
	z-index: 100002;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
.imagen-centrada img {
    max-width: 80vw;
    max-height: 80vh;
}
.img-logo-juego {
	max-height: 130px;
}
.row-advertencia {
	width: 100%;
}
.advertencia { 
	position: fixed;
	bottom: 60px;
	right: 0px;
	z-index: 101002;
}
.advertencia.top {
  bottom: auto;
  top: 10px;
}
#modalLogin {
	z-index: 200000;
}
.vidNoticias {
	cursor: pointer;
}
#noticias .alert-info-noticias {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.col-noticias-de-interes {
	padding-left: 5px;
	padding-right: 5px;
}
input[type="file"] {
	display: none;
}
.my-group .form-control{
	width:50%;
}
.noresize {
	resize: none; 
}
.vresize {
	resize: vertical; 
}	
.hresize {
	resize: horizontal;	
}
.notificacion {
	border: 1.5px solid;
	/*font-weight: 600;*/
	overflow-y: auto;
}
.texto-notificacion {
	font-size: 16px;
}
.tooltip {
	z-index: 10500;
}
.tabla-videos {
	overflow-y: auto;
	height: 70vh;
}
.tabla-videos thead th {
	position: sticky; 
	top: 0; 
}
.paddingbuttom5px {
	padding-bottom: 5px;
}
.paddingbottom5px {
	padding-bottom: 5px;
}
.paddingtop5px {
	padding-top: 5px;
}
.texto-tooltip {
	color: white;
	background-color: black;
	padding: 5px;
	margin: 15px;
	border-radius: 5px;
	opacity: 0.9;
}
/*DNLQ*/
.Estilo1 {
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
.Estilo2 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.Estilo4 {color: #666666; font-weight: bold; font-size: 20px; }

.Estilo3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333;
}
.Estilo5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
.Estilo6 {color: #70BF42; font-weight: bold; font-size: 25px; }
.Estilo7 {color: #EF1925; font-weight: bold; font-size: 25px; }
/*DNLQ*/

.ajuste-maximo {
  max-height: 80vh;
  width: auto;
  height: auto;
}