

/*Modal Full*/
.modal_senales_td_full .modal-dialog {
	width: 100%;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}
/*Modal Full*/

/*navs*/
.tab_programas.tab-content {
	padding: 20px;
}
.tab_programas.tab-content div.tab-pane {
	/*padding: 15px 0;*/
}
ul.tab_programas.nav-tabs {
	border-bottom: 2px solid #DDD;
}
ul.tab_programas.nav-tabs li {
    list-style: disc inside;
    margin-left: 0;
	width: 16%;
	text-align: center;
	float: left;
    margin-bottom: -1px;
	border-top: #DDD;
	border-left: #DDD;
	border-right: #DDD;
}
ul.tab_programas.nav-tabs li a {
	background: #E5E5E5;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 10px;
}
@media (max-width: 480px) {
	ul.tab_programas.nav-tabs li a {
    	padding-left: 28px;
	}
}
ul.tab_programas.nav-tabs li.active a,
ul.tab_programas.nav-tabs li a:hover {
	background: white;
}
/*navs*/

/*Calendario nuevo*/
.vdp-datepicker.clase_calendario {
	border: 1px solid #e5e6e7;
    background-color: #429B92;
	padding: 5px;
	border-radius: 5px;
}
.vdp-datepicker.clase_calendario div span.vdp-datepicker__calendar-button {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	position: absolute;
}
.vdp-datepicker.clase_calendario div input {
    width: 100%;
    text-align: center;
    background-color: #429B92;
	color: #ffffff;
	text-align: right;

}
/*Calendario nuevo*/

/* modal-propia */
.vue_modal {
	display: block; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* modal Content */
.vue_modal div.modal-content {
	position: relative;
	background-color: white;
	margin: auto;
	padding: 0;
	border: 1px solid #ddd;
	width: 50%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5),0 6px 20px 0 rgba(0,0,0,0.5);
	-webkit-animation-name: elt_modal_animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: elt_modal_animatetop;
	animation-duration: 0.5s
}
@media (max-width: 480px) {
	.vue_modal div.modal-content {
    	width: 90%;
	}
}
/* animacion */
@-webkit-keyframes elt_modal_animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

@keyframes elt_modal_animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

/* Boton Cerrar */
.vue_modal div.modal-content div.modal-header span.close {
	color: #384042;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.vue_modal div.modal-content div.modal-header span.clos:hover,
.vue_modal div.modal-content div.modal-header span.clos:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.vue_modal div.modal-content div.modal-header {
	padding: 10px 10px;
	background-color: #f5f5f5;
	border-color: #ddd;
	color: black;
	text-align: left;
}
.vue_modal div.modal-content div.modal-header h4 {
	margin-bottom: 0px;
}
.vue_modal div.modal-content div.modal-header h4 small {
	color: black;
}
.vue_modal div.modal-content div.modal-body {
	padding: 10px 10px;
	background-color: white;
	color: black;
	text-align: left;
}
.vue_modal div.modal-content div.modal-footer {
	padding: 10px 10px;
	background-color: #f5f5f5;
	border-color: #ddd;
	color: black;
	text-align: left;
}
.vue_modal div.modal-content div.modal-footer h4 {
	margin-bottom: 0px;
}
/* modal-propia */

/*crias yeguas padrillo*/
.filas_popup{
    display:table-row; width:100%;
    line-height: 1.2em;
}

.filas_popup_col_iz{
    display:table-cell; width:28px; padding-left: 3px;
}
.filas_popup_col_der{
    display:table-cell;
}
/*crias yeguas padrillo*/


/* movil css */
.mt5{
	margin-top: 5px;
}
.mt15{
	margin-top: 15px;
}


@media only screen and (min-width: 481px) {
	.ancho_modal_1{
		width: 600px !important;
	}
	
	.ancho_modal_2{
		width: 650px !important;
	}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.ancho_modal_1{
		width: 400px !important;
	}

	.ancho_modal_2{
		width: 400px !important;
	}
}

/* movil css */

/*calendario_elturf*/
.menu_filtros {
    position: absolute;
    z-index: 0;
    display: none;
}
.menu_filtros_cerrar {
    position: absolute;
    z-index: 5;
    display: block;
}
.menu_filtros_cerrar a {
    text-align: left;
}
/*calendario_elturf*/


/*contratos_elturf*/
.cls_formulario {
   
}
.cls_formulario label,
.cls_formulario button,
.cls_formulario .cls_titulo {
    font-size: 15px;
}
.cls_formulario input {
    border: 1px solid #eee;
    padding: 5px;
    height: 25px;
    font-size: 15px;
}

.cls_textos {
    font-size: 15px;
}
.cls_textos ul li {
    margin-left: 20px;
}
/*contratos_elturf*/



/*nuevo_home 2022-05-30*/
/*nuevo_home 2022-05-30*/
.elturf_calendario_home.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: var(--elturf-gray-claro2);
}

.elturf_calendario_home td.elt_celda_hipodromo h1 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -25px;
}

.elturf_calendario_home td.elt_celda_hipodromo h1 small {
    font-weight: bold;
}

.elturf_calendario_home div.elt_celda_datos {
    display: inline-table; 
    width: 75px;
    padding-bottom: 10px;
    /*border-left: 1px dotted #999999;*/
    /*border-right: 1px dotted #999999;*/
    height: 32px;
}
.elturf_calendario_home .elt_celda_datos_carrera.actual{
	border-left: solid 1px red !important;
    border-right: solid 1px red !important;
   

}

.elturf_calendario_home div.elt_celda_datos_carrera {
    cursor: pointer;
    padding: 2px;
    border-left: 1px dotted #999999;
    border-right: 1px dotted #999999;
}

.elturf_calendario_home div.elt_celda_datos_carrera:hover {
    opacity: 0.7;
}

.elturf_calendario_home div.elt_celda_datos_carrera .elt_nro_hora {
    text-align: center;
}

.elturf_calendario_home div.elt_celda_datos_carrera .elt_datos_resultado {
    text-align: center;
    color: red;
    font-style: italic;
}

.elturf_calendario_home div.elt_celda_datos_carrera .elt_datos_programa {
    text-align: center;
    font-style: italic;
}

.elturf_calendario_home div.elt_celda_datos_carrera .hora_actual {
    color: #309c1d;
}

.elturf_calendario_home td.elt_celda_carreras .slick-slider,
.elturf_calendario_home td.elt_celda_carreras {
    width: 850px;
}


.elturf_calendario_home td.elt_celda_pdf {
    width: 20px;
}
.elturf_calendario_home td.elt_celda_pdf span.glyphicon {
    font-size: 22px;
}

.elturf_calendario_home td.elt_celda_flecha {
    padding-left: 0;
    padding-right: 0;
    width: 28px;
}

.slick-slider button.slick-arrow.slick-prev,
.slick-slider button.slick-arrow.slick-next {
    background-color: var(--elturf-orange);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 13px;
    content: none;
}
.slick-slider button.slick-arrow.slick-prev {
    left: -27px;
}
.slick-slider button.slick-arrow.slick-next {
    right: -27px;
}

.slick-slider button.slick-arrow.slick-prev:before {
    content: '\f053';
    font-family: 'FontAwesome';
    font-weight: 400;
    padding-right: 4px;
}
.slick-slider button.slick-arrow.slick-next:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-weight: 400;
    padding-left: 4px;
}
/*nuevo_home 2022-05-30*/
/*nuevo_home 2022-05-30*/

/*paypal*/
.paypal_suscripcion 


.paypal_suscripcion, 
.demo {
	padding: 50px 0;
}

.paypal_suscripcion .heading-title {
	margin-bottom: 50px;
	font-size: 2em;
}

.paypal_suscripcion .pricingTable {
	border: 2px solid #e3e3e3;
	text-align: center;
	position: relative;
	padding-bottom: 40px;
	transform: translateZ(0px);
}

.paypal_suscripcion .pricingTable:before,
.paypal_suscripcion .pricingTable:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	z-index: -1;
	transition: all 0.5s ease 0s;
}

.paypal_suscripcion .pricingTable:before {
	border-right: 2px solid #fff4da;
	border-left: 2px solid #fff4da;
	transform: scaleY(0);
	transform-origin: 100% 0 0;
}

.paypal_suscripcion .pricingTable:after {
	border-bottom: 2px solid #fff4da;
	border-top: 2px solid #fff4da;
	transform: scaleX(0);
	transform-origin: 0 100% 0;
}

.paypal_suscripcion .pricingTable:hover:before {
	transform: scaleY(1);
}

.paypal_suscripcion .pricingTable:hover:after {
	transform: scaleX(1);
}

.paypal_suscripcion .pricingTable .pricingTable-header {
	background: #ffc439;
	color: #fff;
	margin: -2px -2px 35px;
	padding: 40px 10px;
}

.paypal_suscripcion .pricingTable .heading {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.paypal_suscripcion .pricingTable .subtitle {
	font-size: 14px;
	display: block;
	padding:8px;
}

.paypal_suscripcion .pricingTable .price-value {
	font-size: 72px;
	font-weight: 600;
	margin-top: 10px;
	position: relative;
	display: inline-block;
}

.paypal_suscripcion .pricingTable .currency {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 2px;
	left: -30px;
}

.paypal_suscripcion .pricingTable .month {
	font-size: 12px;
	position: absolute;
	bottom: 17px;
	right: -40px;
}

.paypal_suscripcion .pricingTable .pricing-content {
	list-style: none;
	padding: 10px;
	margin-bottom: 30px;
}

.paypal_suscripcion .pricingTable .pricing-content li {
	font-size: 16px;
	color: #7a7e82;
	line-height: 22px;
}

.paypal_suscripcion .pricingTable .read {
	display: inline-block;
	border: 2px solid #7a7e82;
	border-right: none;
	font-size: 14px;
	font-weight: 700;
	color: #7a7e82;
	padding: 6px 30px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	background-color: white;
}

.paypal_suscripcion .pricingTable .read:hover {
	border-color: #e67500;
	color: #e67500;
}

.paypal_suscripcion .pricingTable .read i {
	font-size: 19px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 15px;
	transition: all 0.3s ease 0s;
}

.paypal_suscripcion .pricingTable .read:hover i {
	right: 5px;
}

.paypal_suscripcion .pricingTable .read:before,
.paypal_suscripcion .pricingTable .read:after {
	content: "";
	display: block;
	height: 30px;
	border-left: 2px solid #7a7e82;
	position: absolute;
	right: -11px;
	transition: all 0.3s ease 0s;
}

.paypal_suscripcion .pricingTable .read:before {
	bottom: -6px;
	transform: rotate(45deg);
}

.paypal_suscripcion .pricingTable .read:after {
	top: -6px;
	transform: rotate(-45deg);
}

.paypal_suscripcion .pricingTable .read:hover:before,
.pricingTable .read:hover:after {
	border-left-color: #e67500;
}

@media screen and (max-width: 990px) {
	.paypal_suscripcion .pricingTable {
		margin-bottom: 25px;
	}
}


/*detalle*/
.paypal_suscripcion_detalle .nombrePlan{
	text-align:  left; 
	font-weight: bold; 
	font-size:   30px; 
	font-family: arial
}
.paypal_suscripcion_detalle .descripcionPlan{
	text-align: left; 
	font-size: 1em; 
	color: #CD6900; 
	font-style: italic; 
	font-weight: bold;
	font-family: arial
}
.paypal_suscripcion_detalle .precioEtiqueta{
	text-align: center; 
	font-size: 16px; 
	font-weight: bold; 
	color: #a8a8a8;
}
.paypal_suscripcion_detalle .precio{
	font-weight: bold; 
	color: #CD6900; 
	text-align: rigth; 
	font-size: 16px
}
.paypal_suscripcion_detalle p
{
	margin-bottom: 10px;
}


/*gracias*/
.paypal_suscripcion_gracias p{
	margin-bottom: 0;
	line-height: 1.7em;
}
.paypal_suscripcion_gracias .spanTitulo{
	font-weight: bold;
}
.paypal_suscripcion_gracias .spanTexto{
	margin-left: 5px;
}
.paypal_suscripcion_gracias .botonPremium{
	background-color: #c94923;
}
.paypal_suscripcion_gracias.graciasContainer{
	padding-bottom: 4em;
}

/*paypal*/